Shades of Deep Pink #F00A79
Tints of Deep Pink #F00A79
RGB
CMYK
RGB Variations
Color information
#F00A79 (or 0xF00A79) is known color: Deep Pink. HEX triplet: F0, 0A and 79. RGB value is (240,10,121). Sum of RGB (Red+Green+Blue) = 240+10+121=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A79 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00A79 is #0FF586. Grayscale: #5B5B5B. Windows color (decimal): -1045895 or 7932656. OLE color: 7932656.
HSL color Cylindrical-coordinate representation of color #F00A79: hue angle of 331.04º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00A79 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 121 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.06 |
| HSL | 331.04º | 0.92% | 0.49% | - |
| HSV(B) | 331.04º | 0.96% | 0.94% | - |
| XYZ | 39.49 | 20.12 | 19.89 | - |
| YUV | 91.42 | 144.7 | 233.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 121 | 0 | 0.96 | 0.50 | 0.06 | 331.04 | 0.92 | 0.49 |
| Hex | F0 | A | 79 | 0 | 60 | 32 | 6 | 14B | 5C | 31 |
| Octal | 360 | 12 | 171 | 0 | 140 | 62 | 6 | 513 | 134 | 61 |
| Binary | 11110000 | 1010 | 1111001 | 0 | 1100000 | 110010 | 110 | 101001011 | 1011100 | 110001 |
Color Harmonies of #F00A79
Complementary color
Monochromatic Colors of #F00A79
Black with #F00A79
Text Example
Text Example
White with #F00A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00A79; }
p { color: rgb(240,10,121); }
H1.HeaderClassName
{
color: #F00A79;
}
.AnyTagClassName
{
color: #F00A79;
}
</style>
background-color css
<style>
a { background-color: #F00A79; }
a { background-color: rgb(240,10,121); }
div.DivClassName
{
background-color: #F00A79;
}
.BgClassName
{
background-color: #F00A79;
}
</style>
border-color css
<style>
span { border-color: #F00A79; }
span { border-color: rgb(240,10,121); }
td.TdClassName
{
border-color: #F00A79;
}
.TagClassName
{
border-color: #F00A79;
}
</style>