#F56A79 color RGB value is (15, 86, 167).
#F56A79 hex color red value is 15, green value is 86, and blue value is 167.
Cylindrical-coordinate representations (HSL) of color #F56A79
hue: 211.97,
saturation: 0.84 and lightness: 0.36.
The process color (four-color CMYK) of #F56A79 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #F56A79 is #ff9999. Color #F56A79 contains mainly RED.
Color spaces of #F56A79 | Value |
---|---|
RGB | 245, 106, 121 |
HSL | 0.98, 0.87, 0.69 |
HSV | 354°, 57°, 96° |
XYZ | 46.27, 31.11, 21.65 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 1101010 | 1111001 |
Octal | 365 | 152 | 171 |
Decimal | 245 | 106 | 121 |
Hex | F5 | 6A | 79 |
Shades of #F56A79
Tints of #F56A79
.mybgColor {background-color: #F56A79;} .myforeColor {color: #F56A79;} .myborderColor {border:3px solid #F56A79;}
<p style="color:#F56A79">Text here</p>
This sample text is styled with the font color #F56A79. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#F56A79">Div content here</div>
<div style="border:3px solid #F56A79">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245, 106, 121, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #F56A79; } .divShadow { -moz-box-shadow: 1px 1px 3px #F56A79; -webkit-box-shadow: 1px 1px 3px #F56A79; box-shadow: 1px 1px 3px #F56A79; }
<p style="text-shadow: 4px 4px 2px rgba(245, 106, 121, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #F56A79;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #F56A79;
-webkit-box-shadow: 1px 1px 3px #F56A79;
box-shadow: 1px 1px 3px #F56A79;">Div content here</div>