Shades of Deep Pink #F20187
Tints of Deep Pink #F20187
RGB
CMYK
RGB Variations
Color information
#F20187 (or 0xF20187) is known color: Deep Pink. HEX triplet: F2, 01 and 87. RGB value is (242,1,135). Sum of RGB (Red+Green+Blue) = 242+1+135=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 135 (53.12% from 255 or 35.71% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F20187 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20187 is #0DFE78. Grayscale: #585858. Windows color (decimal): -917113 or 8847858. OLE color: 8847858.
HSL color Cylindrical-coordinate representation of color #F20187: hue angle of 326.64º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F20187 is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 135 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.05 |
| HSL | 326.64º | 0.99% | 0.48% | - |
| HSV(B) | 326.64º | 1% | 0.95% | - |
| XYZ | 41 | 20.65 | 24.75 | - |
| YUV | 88.34 | 154.34 | 237.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 135 | 0 | 1.00 | 0.44 | 0.05 | 326.64 | 0.99 | 0.48 |
| Hex | F2 | 1 | 87 | 0 | 64 | 2C | 5 | 147 | 63 | 30 |
| Octal | 362 | 1 | 207 | 0 | 144 | 54 | 5 | 507 | 143 | 60 |
| Binary | 11110010 | 1 | 10000111 | 0 | 1100100 | 101100 | 101 | 101000111 | 1100011 | 110000 |
Color Harmonies of #F20187
Complementary color
Monochromatic Colors of #F20187
Black with #F20187
Text Example
Text Example
White with #F20187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20187; }
p { color: rgb(242,1,135); }
H1.HeaderClassName
{
color: #F20187;
}
.AnyTagClassName
{
color: #F20187;
}
</style>
background-color css
<style>
a { background-color: #F20187; }
a { background-color: rgb(242,1,135); }
div.DivClassName
{
background-color: #F20187;
}
.BgClassName
{
background-color: #F20187;
}
</style>
border-color css
<style>
span { border-color: #F20187; }
span { border-color: rgb(242,1,135); }
td.TdClassName
{
border-color: #F20187;
}
.TagClassName
{
border-color: #F20187;
}
</style>