Shades of Deep Pink #F20990
Tints of Deep Pink #F20990
RGB
CMYK
RGB Variations
Color information
#F20990 (or 0xF20990) is known color: Deep Pink. HEX triplet: F2, 09 and 90. RGB value is (242,9,144). Sum of RGB (Red+Green+Blue) = 242+9+144=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 9 (3.91% from 255 or 2.28% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F20990 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20990 is #0DF66F. Grayscale: #5D5D5D. Windows color (decimal): -915056 or 9439730. OLE color: 9439730.
HSL color Cylindrical-coordinate representation of color #F20990: hue angle of 325.24º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F20990 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 144 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.05 |
| HSL | 325.24º | 0.93% | 0.49% | - |
| HSV(B) | 325.24º | 0.96% | 0.95% | - |
| XYZ | 41.75 | 21.09 | 28.26 | - |
| YUV | 94.06 | 156.19 | 233.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 144 | 0 | 0.96 | 0.40 | 0.05 | 325.24 | 0.93 | 0.49 |
| Hex | F2 | 9 | 90 | 0 | 60 | 28 | 5 | 145 | 5D | 31 |
| Octal | 362 | 11 | 220 | 0 | 140 | 50 | 5 | 505 | 135 | 61 |
| Binary | 11110010 | 1001 | 10010000 | 0 | 1100000 | 101000 | 101 | 101000101 | 1011101 | 110001 |
Color Harmonies of #F20990
Complementary color
Monochromatic Colors of #F20990
Black with #F20990
Text Example
Text Example
White with #F20990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20990; }
p { color: rgb(242,9,144); }
H1.HeaderClassName
{
color: #F20990;
}
.AnyTagClassName
{
color: #F20990;
}
</style>
background-color css
<style>
a { background-color: #F20990; }
a { background-color: rgb(242,9,144); }
div.DivClassName
{
background-color: #F20990;
}
.BgClassName
{
background-color: #F20990;
}
</style>
border-color css
<style>
span { border-color: #F20990; }
span { border-color: rgb(242,9,144); }
td.TdClassName
{
border-color: #F20990;
}
.TagClassName
{
border-color: #F20990;
}
</style>