Shades of Deep Pink #F20E98
Tints of Deep Pink #F20E98
RGB
CMYK
RGB Variations
Color information
#F20E98 (or 0xF20E98) is known color: Deep Pink. HEX triplet: F2, 0E and 98. RGB value is (242,14,152). Sum of RGB (Red+Green+Blue) = 242+14+152=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 14 (5.86% from 255 or 3.43% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F20E98 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20E98 is #0DF167. Grayscale: #616161. Windows color (decimal): -913768 or 9965298. OLE color: 9965298.
HSL color Cylindrical-coordinate representation of color #F20E98: hue angle of 323.68º 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 #F20E98 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 14 | 152 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.05 |
| HSL | 323.68º | 0.9% | 0.5% | - |
| HSV(B) | 323.68º | 0.94% | 0.95% | - |
| XYZ | 42.44 | 21.46 | 31.61 | - |
| YUV | 97.9 | 158.54 | 230.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 14 | 152 | 0 | 0.94 | 0.37 | 0.05 | 323.68 | 0.9 | 0.5 |
| Hex | F2 | E | 98 | 0 | 5E | 25 | 5 | 144 | 5A | 32 |
| Octal | 362 | 16 | 230 | 0 | 136 | 45 | 5 | 504 | 132 | 62 |
| Binary | 11110010 | 1110 | 10011000 | 0 | 1011110 | 100101 | 101 | 101000100 | 1011010 | 110010 |
Color Harmonies of #F20E98
Complementary color
Monochromatic Colors of #F20E98
Black with #F20E98
Text Example
Text Example
White with #F20E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20E98; }
p { color: rgb(242,14,152); }
H1.HeaderClassName
{
color: #F20E98;
}
.AnyTagClassName
{
color: #F20E98;
}
</style>
background-color css
<style>
a { background-color: #F20E98; }
a { background-color: rgb(242,14,152); }
div.DivClassName
{
background-color: #F20E98;
}
.BgClassName
{
background-color: #F20E98;
}
</style>
border-color css
<style>
span { border-color: #F20E98; }
span { border-color: rgb(242,14,152); }
td.TdClassName
{
border-color: #F20E98;
}
.TagClassName
{
border-color: #F20E98;
}
</style>