Shades of Deep Pink #F20F80
Tints of Deep Pink #F20F80
RGB
CMYK
RGB Variations
Color information
#F20F80 (or 0xF20F80) is known color: Deep Pink. HEX triplet: F2, 0F and 80. RGB value is (242,15,128). Sum of RGB (Red+Green+Blue) = 242+15+128=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F20F80 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20F80 is #0DF07F. Grayscale: #5F5F5F. Windows color (decimal): -913536 or 8392690. OLE color: 8392690.
HSL color Cylindrical-coordinate representation of color #F20F80: hue angle of 330.13º 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 #F20F80 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 15 | 128 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.05 |
| HSL | 330.13º | 0.9% | 0.5% | - |
| HSV(B) | 330.13º | 0.94% | 0.95% | - |
| XYZ | 40.69 | 20.78 | 22.29 | - |
| YUV | 95.76 | 146.21 | 232.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 15 | 128 | 0 | 0.94 | 0.47 | 0.05 | 330.13 | 0.9 | 0.5 |
| Hex | F2 | F | 80 | 0 | 5E | 2F | 5 | 14A | 5A | 32 |
| Octal | 362 | 17 | 200 | 0 | 136 | 57 | 5 | 512 | 132 | 62 |
| Binary | 11110010 | 1111 | 10000000 | 0 | 1011110 | 101111 | 101 | 101001010 | 1011010 | 110010 |
Color Harmonies of #F20F80
Complementary color
Monochromatic Colors of #F20F80
Black with #F20F80
Text Example
Text Example
White with #F20F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20F80; }
p { color: rgb(242,15,128); }
H1.HeaderClassName
{
color: #F20F80;
}
.AnyTagClassName
{
color: #F20F80;
}
</style>
background-color css
<style>
a { background-color: #F20F80; }
a { background-color: rgb(242,15,128); }
div.DivClassName
{
background-color: #F20F80;
}
.BgClassName
{
background-color: #F20F80;
}
</style>
border-color css
<style>
span { border-color: #F20F80; }
span { border-color: rgb(242,15,128); }
td.TdClassName
{
border-color: #F20F80;
}
.TagClassName
{
border-color: #F20F80;
}
</style>