Shades of Deep Pink #F20F89
Tints of Deep Pink #F20F89
RGB
CMYK
RGB Variations
Color information
#F20F89 (or 0xF20F89) is known color: Deep Pink. HEX triplet: F2, 0F and 89. RGB value is (242,15,137). Sum of RGB (Red+Green+Blue) = 242+15+137=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 15 (6.25% from 255 or 3.81% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F20F89 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20F89 is #0DF076. Grayscale: #606060. Windows color (decimal): -913527 or 8982514. OLE color: 8982514.
HSL color Cylindrical-coordinate representation of color #F20F89: hue angle of 327.75º 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 #F20F89 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 15 | 137 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.05 |
| HSL | 327.75º | 0.9% | 0.5% | - |
| HSV(B) | 327.75º | 0.94% | 0.95% | - |
| XYZ | 41.3 | 21.03 | 25.55 | - |
| YUV | 96.78 | 150.71 | 231.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 15 | 137 | 0 | 0.94 | 0.43 | 0.05 | 327.75 | 0.9 | 0.5 |
| Hex | F2 | F | 89 | 0 | 5E | 2B | 5 | 148 | 5A | 32 |
| Octal | 362 | 17 | 211 | 0 | 136 | 53 | 5 | 510 | 132 | 62 |
| Binary | 11110010 | 1111 | 10001001 | 0 | 1011110 | 101011 | 101 | 101001000 | 1011010 | 110010 |
Color Harmonies of #F20F89
Complementary color
Monochromatic Colors of #F20F89
Black with #F20F89
Text Example
Text Example
White with #F20F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20F89; }
p { color: rgb(242,15,137); }
H1.HeaderClassName
{
color: #F20F89;
}
.AnyTagClassName
{
color: #F20F89;
}
</style>
background-color css
<style>
a { background-color: #F20F89; }
a { background-color: rgb(242,15,137); }
div.DivClassName
{
background-color: #F20F89;
}
.BgClassName
{
background-color: #F20F89;
}
</style>
border-color css
<style>
span { border-color: #F20F89; }
span { border-color: rgb(242,15,137); }
td.TdClassName
{
border-color: #F20F89;
}
.TagClassName
{
border-color: #F20F89;
}
</style>