color details

Color Details
#F56A79 Color Hex

#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
Color spaces of #F56A79Value
RGB245, 106, 121
HSL0.98, 0.87, 0.69
HSV354°, 57°, 96°
XYZ46.27, 31.11, 21.65
Base Numbers
Base Red Green Blue
Binary 11110101 1101010 1111001
Octal 365 152 171
Decimal 245 106 121
Hex F5 6A 79

RGB Percentages for Color #F56A79

51.91%
22.46%
25.64%

CMYK Percentages of the Color #F56A79

56.73%
50.61%
3.92%
CSS Codes for Color #F56A79
.mybgColor {background-color: #F56A79;}
.myforeColor {color: #F56A79;}
.myborderColor {border:3px solid #F56A79;}
Text Font Color #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,

Background Color #F56A79

<div style="background-color:#F56A79">Div content here</div>

The background color of this div is #F56A79
Border Color #F56A79

<div style="border:3px solid #F56A79">Div here</div>

The border color of this div is #F56A79
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245, 106, 121, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #F56A79;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #F56A79
Scroll to Top