Shades of Deep Pink #F21892
Tints of Deep Pink #F21892
RGB
CMYK
RGB Variations
Color information
#F21892 (or 0xF21892) is known color: Deep Pink. HEX triplet: F2, 18 and 92. RGB value is (242,24,146). Sum of RGB (Red+Green+Blue) = 242+24+146=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 24 (9.77% from 255 or 5.83% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F21892 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21892 is #0DE76D. Grayscale: #666666. Windows color (decimal): -911214 or 9574642. OLE color: 9574642.
HSL color Cylindrical-coordinate representation of color #F21892: hue angle of 326.42º 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 #F21892 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 146 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.05 |
| HSL | 326.42º | 0.89% | 0.52% | - |
| HSV(B) | 326.42º | 0.9% | 0.95% | - |
| XYZ | 42.13 | 21.61 | 29.14 | - |
| YUV | 103.09 | 152.22 | 227.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 146 | 0 | 0.90 | 0.40 | 0.05 | 326.42 | 0.89 | 0.52 |
| Hex | F2 | 18 | 92 | 0 | 5A | 28 | 5 | 146 | 59 | 34 |
| Octal | 362 | 30 | 222 | 0 | 132 | 50 | 5 | 506 | 131 | 64 |
| Binary | 11110010 | 11000 | 10010010 | 0 | 1011010 | 101000 | 101 | 101000110 | 1011001 | 110100 |
Color Harmonies of #F21892
Complementary color
Monochromatic Colors of #F21892
Black with #F21892
Text Example
Text Example
White with #F21892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21892; }
p { color: rgb(242,24,146); }
H1.HeaderClassName
{
color: #F21892;
}
.AnyTagClassName
{
color: #F21892;
}
</style>
background-color css
<style>
a { background-color: #F21892; }
a { background-color: rgb(242,24,146); }
div.DivClassName
{
background-color: #F21892;
}
.BgClassName
{
background-color: #F21892;
}
</style>
border-color css
<style>
span { border-color: #F21892; }
span { border-color: rgb(242,24,146); }
td.TdClassName
{
border-color: #F21892;
}
.TagClassName
{
border-color: #F21892;
}
</style>