Shades of Deep Pink #F00E7A
Tints of Deep Pink #F00E7A
RGB
CMYK
RGB Variations
Color information
#F00E7A (or 0xF00E7A) is known color: Deep Pink. HEX triplet: F0, 0E and 7A. RGB value is (240,14,122). Sum of RGB (Red+Green+Blue) = 240+14+122=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F00E7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00E7A is #0FF185. Grayscale: #5D5D5D. Windows color (decimal): -1044870 or 7999216. OLE color: 7999216.
HSL color Cylindrical-coordinate representation of color #F00E7A: hue angle of 331.33º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00E7A is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 14 | 122 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.06 |
| HSL | 331.33º | 0.89% | 0.5% | - |
| HSV(B) | 331.33º | 0.94% | 0.94% | - |
| XYZ | 39.61 | 20.24 | 20.23 | - |
| YUV | 93.89 | 143.87 | 232.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 122 | 0 | 0.94 | 0.49 | 0.06 | 331.33 | 0.89 | 0.5 |
| Hex | F0 | E | 7A | 0 | 5E | 31 | 6 | 14B | 59 | 32 |
| Octal | 360 | 16 | 172 | 0 | 136 | 61 | 6 | 513 | 131 | 62 |
| Binary | 11110000 | 1110 | 1111010 | 0 | 1011110 | 110001 | 110 | 101001011 | 1011001 | 110010 |
Color Harmonies of #F00E7A
Complementary color
Monochromatic Colors of #F00E7A
Black with #F00E7A
Text Example
Text Example
White with #F00E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00E7A; }
p { color: rgb(240,14,122); }
H1.HeaderClassName
{
color: #F00E7A;
}
.AnyTagClassName
{
color: #F00E7A;
}
</style>
background-color css
<style>
a { background-color: #F00E7A; }
a { background-color: rgb(240,14,122); }
div.DivClassName
{
background-color: #F00E7A;
}
.BgClassName
{
background-color: #F00E7A;
}
</style>
border-color css
<style>
span { border-color: #F00E7A; }
span { border-color: rgb(240,14,122); }
td.TdClassName
{
border-color: #F00E7A;
}
.TagClassName
{
border-color: #F00E7A;
}
</style>