Shades of Deep Pink #F00579
Tints of Deep Pink #F00579
RGB
CMYK
RGB Variations
Color information
#F00579 (or 0xF00579) is known color: Deep Pink. HEX triplet: F0, 05 and 79. RGB value is (240,5,121). Sum of RGB (Red+Green+Blue) = 240+5+121=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 5 (2.34% from 255 or 1.37% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F00579 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00579 is #0FFA86. Grayscale: #585858. Windows color (decimal): -1047175 or 7931376. OLE color: 7931376.
HSL color Cylindrical-coordinate representation of color #F00579: hue angle of 330.38º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F00579 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 121 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.06 |
| HSL | 330.38º | 0.96% | 0.48% | - |
| HSV(B) | 330.38º | 0.98% | 0.94% | - |
| XYZ | 39.44 | 20.01 | 19.87 | - |
| YUV | 88.49 | 146.36 | 236.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 121 | 0 | 0.98 | 0.50 | 0.06 | 330.38 | 0.96 | 0.48 |
| Hex | F0 | 5 | 79 | 0 | 62 | 32 | 6 | 14A | 60 | 30 |
| Octal | 360 | 5 | 171 | 0 | 142 | 62 | 6 | 512 | 140 | 60 |
| Binary | 11110000 | 101 | 1111001 | 0 | 1100010 | 110010 | 110 | 101001010 | 1100000 | 110000 |
Color Harmonies of #F00579
Complementary color
Monochromatic Colors of #F00579
Black with #F00579
Text Example
Text Example
White with #F00579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00579; }
p { color: rgb(240,5,121); }
H1.HeaderClassName
{
color: #F00579;
}
.AnyTagClassName
{
color: #F00579;
}
</style>
background-color css
<style>
a { background-color: #F00579; }
a { background-color: rgb(240,5,121); }
div.DivClassName
{
background-color: #F00579;
}
.BgClassName
{
background-color: #F00579;
}
</style>
border-color css
<style>
span { border-color: #F00579; }
span { border-color: rgb(240,5,121); }
td.TdClassName
{
border-color: #F00579;
}
.TagClassName
{
border-color: #F00579;
}
</style>