Shades of Deep Pink #F21992
Tints of Deep Pink #F21992
RGB
CMYK
RGB Variations
Color information
#F21992 (or 0xF21992) is known color: Deep Pink. HEX triplet: F2, 19 and 92. RGB value is (242,25,146). Sum of RGB (Red+Green+Blue) = 242+25+146=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F21992 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21992 is #0DE66D. Grayscale: #676767. Windows color (decimal): -910958 or 9574898. OLE color: 9574898.
HSL color Cylindrical-coordinate representation of color #F21992: hue angle of 326.54º 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 #F21992 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 146 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.05 |
| HSL | 326.54º | 0.89% | 0.52% | - |
| HSV(B) | 326.54º | 0.9% | 0.95% | - |
| XYZ | 42.15 | 21.65 | 29.15 | - |
| YUV | 103.68 | 151.89 | 226.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 146 | 0 | 0.90 | 0.40 | 0.05 | 326.54 | 0.89 | 0.52 |
| Hex | F2 | 19 | 92 | 0 | 5A | 28 | 5 | 147 | 59 | 34 |
| Octal | 362 | 31 | 222 | 0 | 132 | 50 | 5 | 507 | 131 | 64 |
| Binary | 11110010 | 11001 | 10010010 | 0 | 1011010 | 101000 | 101 | 101000111 | 1011001 | 110100 |
Color Harmonies of #F21992
Complementary color
Monochromatic Colors of #F21992
Black with #F21992
Text Example
Text Example
White with #F21992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21992; }
p { color: rgb(242,25,146); }
H1.HeaderClassName
{
color: #F21992;
}
.AnyTagClassName
{
color: #F21992;
}
</style>
background-color css
<style>
a { background-color: #F21992; }
a { background-color: rgb(242,25,146); }
div.DivClassName
{
background-color: #F21992;
}
.BgClassName
{
background-color: #F21992;
}
</style>
border-color css
<style>
span { border-color: #F21992; }
span { border-color: rgb(242,25,146); }
td.TdClassName
{
border-color: #F21992;
}
.TagClassName
{
border-color: #F21992;
}
</style>