Shades of Deep Pink #F20987
Tints of Deep Pink #F20987
RGB
CMYK
RGB Variations
Color information
#F20987 (or 0xF20987) is known color: Deep Pink. HEX triplet: F2, 09 and 87. RGB value is (242,9,135). Sum of RGB (Red+Green+Blue) = 242+9+135=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F20987 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20987 is #0DF678. Grayscale: #5C5C5C. Windows color (decimal): -915065 or 8849906. OLE color: 8849906.
HSL color Cylindrical-coordinate representation of color #F20987: hue angle of 327.55º 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 #F20987 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 135 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.05 |
| HSL | 327.55º | 0.93% | 0.49% | - |
| HSV(B) | 327.55º | 0.96% | 0.95% | - |
| XYZ | 41.09 | 20.82 | 24.78 | - |
| YUV | 93.03 | 151.69 | 234.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 135 | 0 | 0.96 | 0.44 | 0.05 | 327.55 | 0.93 | 0.49 |
| Hex | F2 | 9 | 87 | 0 | 60 | 2C | 5 | 148 | 5D | 31 |
| Octal | 362 | 11 | 207 | 0 | 140 | 54 | 5 | 510 | 135 | 61 |
| Binary | 11110010 | 1001 | 10000111 | 0 | 1100000 | 101100 | 101 | 101001000 | 1011101 | 110001 |
Color Harmonies of #F20987
Complementary color
Monochromatic Colors of #F20987
Black with #F20987
Text Example
Text Example
White with #F20987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20987; }
p { color: rgb(242,9,135); }
H1.HeaderClassName
{
color: #F20987;
}
.AnyTagClassName
{
color: #F20987;
}
</style>
background-color css
<style>
a { background-color: #F20987; }
a { background-color: rgb(242,9,135); }
div.DivClassName
{
background-color: #F20987;
}
.BgClassName
{
background-color: #F20987;
}
</style>
border-color css
<style>
span { border-color: #F20987; }
span { border-color: rgb(242,9,135); }
td.TdClassName
{
border-color: #F20987;
}
.TagClassName
{
border-color: #F20987;
}
</style>