Shades of Deep Pink #F01879
Tints of Deep Pink #F01879
RGB
CMYK
RGB Variations
Color information
#F01879 (or 0xF01879) is known color: Deep Pink. HEX triplet: F0, 18 and 79. RGB value is (240,24,121). Sum of RGB (Red+Green+Blue) = 240+24+121=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F01879 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01879 is #0FE786. Grayscale: #636363. Windows color (decimal): -1042311 or 7936240. OLE color: 7936240.
HSL color Cylindrical-coordinate representation of color #F01879: hue angle of 333.06º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01879 is Cyan = 0, Magento = 0.9, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 121 | - |
| CMYK | 0 | 0.9 | 0.50 | 0.06 |
| HSL | 333.06º | 0.88% | 0.52% | - |
| HSV(B) | 333.06º | 0.9% | 0.94% | - |
| XYZ | 39.71 | 20.56 | 19.96 | - |
| YUV | 99.64 | 140.06 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 121 | 0 | 0.9 | 0.50 | 0.06 | 333.06 | 0.88 | 0.52 |
| Hex | F0 | 18 | 79 | 0 | 5A | 32 | 6 | 14D | 58 | 34 |
| Octal | 360 | 30 | 171 | 0 | 132 | 62 | 6 | 515 | 130 | 64 |
| Binary | 11110000 | 11000 | 1111001 | 0 | 1011010 | 110010 | 110 | 101001101 | 1011000 | 110100 |
Color Harmonies of #F01879
Complementary color
Monochromatic Colors of #F01879
Black with #F01879
Text Example
Text Example
White with #F01879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01879; }
p { color: rgb(240,24,121); }
H1.HeaderClassName
{
color: #F01879;
}
.AnyTagClassName
{
color: #F01879;
}
</style>
background-color css
<style>
a { background-color: #F01879; }
a { background-color: rgb(240,24,121); }
div.DivClassName
{
background-color: #F01879;
}
.BgClassName
{
background-color: #F01879;
}
</style>
border-color css
<style>
span { border-color: #F01879; }
span { border-color: rgb(240,24,121); }
td.TdClassName
{
border-color: #F01879;
}
.TagClassName
{
border-color: #F01879;
}
</style>