Shades of Deep Pink #F20B89
Tints of Deep Pink #F20B89
RGB
CMYK
RGB Variations
Color information
#F20B89 (or 0xF20B89) is known color: Deep Pink. HEX triplet: F2, 0B and 89. RGB value is (242,11,137). Sum of RGB (Red+Green+Blue) = 242+11+137=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 11 (4.69% from 255 or 2.82% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F20B89 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20B89 is #0DF476. Grayscale: #5E5E5E. Windows color (decimal): -914551 or 8981490. OLE color: 8981490.
HSL color Cylindrical-coordinate representation of color #F20B89: hue angle of 327.27º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F20B89 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 11 | 137 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.05 |
| HSL | 327.27º | 0.91% | 0.5% | - |
| HSV(B) | 327.27º | 0.95% | 0.95% | - |
| XYZ | 41.25 | 20.92 | 25.53 | - |
| YUV | 94.43 | 152.03 | 233.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 11 | 137 | 0 | 0.95 | 0.43 | 0.05 | 327.27 | 0.91 | 0.5 |
| Hex | F2 | B | 89 | 0 | 5F | 2B | 5 | 147 | 5B | 32 |
| Octal | 362 | 13 | 211 | 0 | 137 | 53 | 5 | 507 | 133 | 62 |
| Binary | 11110010 | 1011 | 10001001 | 0 | 1011111 | 101011 | 101 | 101000111 | 1011011 | 110010 |
Color Harmonies of #F20B89
Complementary color
Monochromatic Colors of #F20B89
Black with #F20B89
Text Example
Text Example
White with #F20B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20B89; }
p { color: rgb(242,11,137); }
H1.HeaderClassName
{
color: #F20B89;
}
.AnyTagClassName
{
color: #F20B89;
}
</style>
background-color css
<style>
a { background-color: #F20B89; }
a { background-color: rgb(242,11,137); }
div.DivClassName
{
background-color: #F20B89;
}
.BgClassName
{
background-color: #F20B89;
}
</style>
border-color css
<style>
span { border-color: #F20B89; }
span { border-color: rgb(242,11,137); }
td.TdClassName
{
border-color: #F20B89;
}
.TagClassName
{
border-color: #F20B89;
}
</style>