Shades of Deep Pink #F21996
Tints of Deep Pink #F21996
RGB
CMYK
RGB Variations
Color information
#F21996 (or 0xF21996) is known color: Deep Pink. HEX triplet: F2, 19 and 96. RGB value is (242,25,150). Sum of RGB (Red+Green+Blue) = 242+25+150=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F21996 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21996 is #0DE669. Grayscale: #676767. Windows color (decimal): -910954 or 9837042. OLE color: 9837042.
HSL color Cylindrical-coordinate representation of color #F21996: hue angle of 325.44º 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 #F21996 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 150 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.05 |
| HSL | 325.44º | 0.89% | 0.52% | - |
| HSV(B) | 325.44º | 0.9% | 0.95% | - |
| XYZ | 42.47 | 21.77 | 30.82 | - |
| YUV | 104.13 | 153.89 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 150 | 0 | 0.90 | 0.38 | 0.05 | 325.44 | 0.89 | 0.52 |
| Hex | F2 | 19 | 96 | 0 | 5A | 26 | 5 | 145 | 59 | 34 |
| Octal | 362 | 31 | 226 | 0 | 132 | 46 | 5 | 505 | 131 | 64 |
| Binary | 11110010 | 11001 | 10010110 | 0 | 1011010 | 100110 | 101 | 101000101 | 1011001 | 110100 |
Color Harmonies of #F21996
Complementary color
Monochromatic Colors of #F21996
Black with #F21996
Text Example
Text Example
White with #F21996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21996; }
p { color: rgb(242,25,150); }
H1.HeaderClassName
{
color: #F21996;
}
.AnyTagClassName
{
color: #F21996;
}
</style>
background-color css
<style>
a { background-color: #F21996; }
a { background-color: rgb(242,25,150); }
div.DivClassName
{
background-color: #F21996;
}
.BgClassName
{
background-color: #F21996;
}
</style>
border-color css
<style>
span { border-color: #F21996; }
span { border-color: rgb(242,25,150); }
td.TdClassName
{
border-color: #F21996;
}
.TagClassName
{
border-color: #F21996;
}
</style>