Shades of Deep Pink #F00E89
Tints of Deep Pink #F00E89
RGB
CMYK
RGB Variations
Color information
#F00E89 (or 0xF00E89) is known color: Deep Pink. HEX triplet: F0, 0E and 89. RGB value is (240,14,137). Sum of RGB (Red+Green+Blue) = 240+14+137=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 14 (5.86% from 255 or 3.58% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F00E89 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00E89 is #0FF176. Grayscale: #5F5F5F. Windows color (decimal): -1044855 or 8982256. OLE color: 8982256.
HSL color Cylindrical-coordinate representation of color #F00E89: hue angle of 327.35º 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 #F00E89 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 14 | 137 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.06 |
| HSL | 327.35º | 0.89% | 0.5% | - |
| HSV(B) | 327.35º | 0.94% | 0.94% | - |
| XYZ | 40.61 | 20.65 | 25.51 | - |
| YUV | 95.6 | 151.37 | 231 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 137 | 0 | 0.94 | 0.43 | 0.06 | 327.35 | 0.89 | 0.5 |
| Hex | F0 | E | 89 | 0 | 5E | 2B | 6 | 147 | 59 | 32 |
| Octal | 360 | 16 | 211 | 0 | 136 | 53 | 6 | 507 | 131 | 62 |
| Binary | 11110000 | 1110 | 10001001 | 0 | 1011110 | 101011 | 110 | 101000111 | 1011001 | 110010 |
Color Harmonies of #F00E89
Complementary color
Monochromatic Colors of #F00E89
Black with #F00E89
Text Example
Text Example
White with #F00E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00E89; }
p { color: rgb(240,14,137); }
H1.HeaderClassName
{
color: #F00E89;
}
.AnyTagClassName
{
color: #F00E89;
}
</style>
background-color css
<style>
a { background-color: #F00E89; }
a { background-color: rgb(240,14,137); }
div.DivClassName
{
background-color: #F00E89;
}
.BgClassName
{
background-color: #F00E89;
}
</style>
border-color css
<style>
span { border-color: #F00E89; }
span { border-color: rgb(240,14,137); }
td.TdClassName
{
border-color: #F00E89;
}
.TagClassName
{
border-color: #F00E89;
}
</style>