Shades of Deep Pink #F20189
Tints of Deep Pink #F20189
RGB
CMYK
RGB Variations
Color information
#F20189 (or 0xF20189) is known color: Deep Pink. HEX triplet: F2, 01 and 89. RGB value is (242,1,137). Sum of RGB (Red+Green+Blue) = 242+1+137=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F20189 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20189 is #0DFE76. Grayscale: #585858. Windows color (decimal): -917111 or 8978930. OLE color: 8978930.
HSL color Cylindrical-coordinate representation of color #F20189: hue angle of 326.14º 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 #F20189 is Cyan = 0, Magento = 1.00, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 137 | - |
| CMYK | 0 | 1.00 | 0.43 | 0.05 |
| HSL | 326.14º | 0.99% | 0.48% | - |
| HSV(B) | 326.14º | 1% | 0.95% | - |
| XYZ | 41.14 | 20.71 | 25.49 | - |
| YUV | 88.56 | 155.34 | 237.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 137 | 0 | 1.00 | 0.43 | 0.05 | 326.14 | 0.99 | 0.48 |
| Hex | F2 | 1 | 89 | 0 | 64 | 2B | 5 | 146 | 63 | 30 |
| Octal | 362 | 1 | 211 | 0 | 144 | 53 | 5 | 506 | 143 | 60 |
| Binary | 11110010 | 1 | 10001001 | 0 | 1100100 | 101011 | 101 | 101000110 | 1100011 | 110000 |
Color Harmonies of #F20189
Complementary color
Monochromatic Colors of #F20189
Black with #F20189
Text Example
Text Example
White with #F20189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20189; }
p { color: rgb(242,1,137); }
H1.HeaderClassName
{
color: #F20189;
}
.AnyTagClassName
{
color: #F20189;
}
</style>
background-color css
<style>
a { background-color: #F20189; }
a { background-color: rgb(242,1,137); }
div.DivClassName
{
background-color: #F20189;
}
.BgClassName
{
background-color: #F20189;
}
</style>
border-color css
<style>
span { border-color: #F20189; }
span { border-color: rgb(242,1,137); }
td.TdClassName
{
border-color: #F20189;
}
.TagClassName
{
border-color: #F20189;
}
</style>