Shades of Deep Pink #F20B91
Tints of Deep Pink #F20B91
RGB
CMYK
RGB Variations
Color information
#F20B91 (or 0xF20B91) is known color: Deep Pink. HEX triplet: F2, 0B and 91. RGB value is (242,11,145). Sum of RGB (Red+Green+Blue) = 242+11+145=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 11 (4.69% from 255 or 2.76% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F20B91 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20B91 is #0DF46E. Grayscale: #5F5F5F. Windows color (decimal): -914543 or 9505778. OLE color: 9505778.
HSL color Cylindrical-coordinate representation of color #F20B91: hue angle of 325.19º 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 #F20B91 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 11 | 145 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.05 |
| HSL | 325.19º | 0.91% | 0.5% | - |
| HSV(B) | 325.19º | 0.95% | 0.95% | - |
| XYZ | 41.85 | 21.16 | 28.67 | - |
| YUV | 95.35 | 156.03 | 232.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 11 | 145 | 0 | 0.95 | 0.40 | 0.05 | 325.19 | 0.91 | 0.5 |
| Hex | F2 | B | 91 | 0 | 5F | 28 | 5 | 145 | 5B | 32 |
| Octal | 362 | 13 | 221 | 0 | 137 | 50 | 5 | 505 | 133 | 62 |
| Binary | 11110010 | 1011 | 10010001 | 0 | 1011111 | 101000 | 101 | 101000101 | 1011011 | 110010 |
Color Harmonies of #F20B91
Complementary color
Monochromatic Colors of #F20B91
Black with #F20B91
Text Example
Text Example
White with #F20B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20B91; }
p { color: rgb(242,11,145); }
H1.HeaderClassName
{
color: #F20B91;
}
.AnyTagClassName
{
color: #F20B91;
}
</style>
background-color css
<style>
a { background-color: #F20B91; }
a { background-color: rgb(242,11,145); }
div.DivClassName
{
background-color: #F20B91;
}
.BgClassName
{
background-color: #F20B91;
}
</style>
border-color css
<style>
span { border-color: #F20B91; }
span { border-color: rgb(242,11,145); }
td.TdClassName
{
border-color: #F20B91;
}
.TagClassName
{
border-color: #F20B91;
}
</style>