Shades of Deep Pink #F20890
Tints of Deep Pink #F20890
RGB
CMYK
RGB Variations
Color information
#F20890 (or 0xF20890) is known color: Deep Pink. HEX triplet: F2, 08 and 90. RGB value is (242,8,144). Sum of RGB (Red+Green+Blue) = 242+8+144=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 8 (3.52% from 255 or 2.03% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F20890 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20890 is #0DF76F. Grayscale: #5D5D5D. Windows color (decimal): -915312 or 9439474. OLE color: 9439474.
HSL color Cylindrical-coordinate representation of color #F20890: hue angle of 325.13º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F20890 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 8 | 144 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.05 |
| HSL | 325.13º | 0.94% | 0.49% | - |
| HSV(B) | 325.13º | 0.97% | 0.95% | - |
| XYZ | 41.74 | 21.06 | 28.25 | - |
| YUV | 93.47 | 156.52 | 233.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 8 | 144 | 0 | 0.97 | 0.40 | 0.05 | 325.13 | 0.94 | 0.49 |
| Hex | F2 | 8 | 90 | 0 | 61 | 28 | 5 | 145 | 5E | 31 |
| Octal | 362 | 10 | 220 | 0 | 141 | 50 | 5 | 505 | 136 | 61 |
| Binary | 11110010 | 1000 | 10010000 | 0 | 1100001 | 101000 | 101 | 101000101 | 1011110 | 110001 |
Color Harmonies of #F20890
Complementary color
Monochromatic Colors of #F20890
Black with #F20890
Text Example
Text Example
White with #F20890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20890; }
p { color: rgb(242,8,144); }
H1.HeaderClassName
{
color: #F20890;
}
.AnyTagClassName
{
color: #F20890;
}
</style>
background-color css
<style>
a { background-color: #F20890; }
a { background-color: rgb(242,8,144); }
div.DivClassName
{
background-color: #F20890;
}
.BgClassName
{
background-color: #F20890;
}
</style>
border-color css
<style>
span { border-color: #F20890; }
span { border-color: rgb(242,8,144); }
td.TdClassName
{
border-color: #F20890;
}
.TagClassName
{
border-color: #F20890;
}
</style>