Shades of Deep Pink #F21891
Tints of Deep Pink #F21891
RGB
CMYK
RGB Variations
Color information
#F21891 (or 0xF21891) is known color: Deep Pink. HEX triplet: F2, 18 and 91. RGB value is (242,24,145). Sum of RGB (Red+Green+Blue) = 242+24+145=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 24 (9.77% from 255 or 5.84% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F21891 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21891 is #0DE76E. Grayscale: #666666. Windows color (decimal): -911215 or 9509106. OLE color: 9509106.
HSL color Cylindrical-coordinate representation of color #F21891: hue angle of 326.7º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21891 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 145 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.05 |
| HSL | 326.7º | 0.89% | 0.52% | - |
| HSV(B) | 326.7º | 0.9% | 0.95% | - |
| XYZ | 42.06 | 21.57 | 28.74 | - |
| YUV | 102.98 | 151.72 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 145 | 0 | 0.90 | 0.40 | 0.05 | 326.7 | 0.89 | 0.52 |
| Hex | F2 | 18 | 91 | 0 | 5A | 28 | 5 | 147 | 59 | 34 |
| Octal | 362 | 30 | 221 | 0 | 132 | 50 | 5 | 507 | 131 | 64 |
| Binary | 11110010 | 11000 | 10010001 | 0 | 1011010 | 101000 | 101 | 101000111 | 1011001 | 110100 |
Color Harmonies of #F21891
Complementary color
Monochromatic Colors of #F21891
Black with #F21891
Text Example
Text Example
White with #F21891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21891; }
p { color: rgb(242,24,145); }
H1.HeaderClassName
{
color: #F21891;
}
.AnyTagClassName
{
color: #F21891;
}
</style>
background-color css
<style>
a { background-color: #F21891; }
a { background-color: rgb(242,24,145); }
div.DivClassName
{
background-color: #F21891;
}
.BgClassName
{
background-color: #F21891;
}
</style>
border-color css
<style>
span { border-color: #F21891; }
span { border-color: rgb(242,24,145); }
td.TdClassName
{
border-color: #F21891;
}
.TagClassName
{
border-color: #F21891;
}
</style>