Shades of Deep Pink #F20E89
Tints of Deep Pink #F20E89
RGB
CMYK
RGB Variations
Color information
#F20E89 (or 0xF20E89) is known color: Deep Pink. HEX triplet: F2, 0E and 89. RGB value is (242,14,137). Sum of RGB (Red+Green+Blue) = 242+14+137=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 14 (5.86% from 255 or 3.56% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F20E89 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20E89 is #0DF176. Grayscale: #5F5F5F. Windows color (decimal): -913783 or 8982258. OLE color: 8982258.
HSL color Cylindrical-coordinate representation of color #F20E89: hue angle of 327.63º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F20E89 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 14 | 137 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.05 |
| HSL | 327.63º | 0.9% | 0.5% | - |
| HSV(B) | 327.63º | 0.94% | 0.95% | - |
| XYZ | 41.29 | 21 | 25.54 | - |
| YUV | 96.19 | 151.04 | 232 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 14 | 137 | 0 | 0.94 | 0.43 | 0.05 | 327.63 | 0.9 | 0.5 |
| Hex | F2 | E | 89 | 0 | 5E | 2B | 5 | 148 | 5A | 32 |
| Octal | 362 | 16 | 211 | 0 | 136 | 53 | 5 | 510 | 132 | 62 |
| Binary | 11110010 | 1110 | 10001001 | 0 | 1011110 | 101011 | 101 | 101001000 | 1011010 | 110010 |
Color Harmonies of #F20E89
Complementary color
Monochromatic Colors of #F20E89
Black with #F20E89
Text Example
Text Example
White with #F20E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20E89; }
p { color: rgb(242,14,137); }
H1.HeaderClassName
{
color: #F20E89;
}
.AnyTagClassName
{
color: #F20E89;
}
</style>
background-color css
<style>
a { background-color: #F20E89; }
a { background-color: rgb(242,14,137); }
div.DivClassName
{
background-color: #F20E89;
}
.BgClassName
{
background-color: #F20E89;
}
</style>
border-color css
<style>
span { border-color: #F20E89; }
span { border-color: rgb(242,14,137); }
td.TdClassName
{
border-color: #F20E89;
}
.TagClassName
{
border-color: #F20E89;
}
</style>