Shades of Deep Pink #F21796
Tints of Deep Pink #F21796
RGB
CMYK
RGB Variations
Color information
#F21796 (or 0xF21796) is known color: Deep Pink. HEX triplet: F2, 17 and 96. RGB value is (242,23,150). Sum of RGB (Red+Green+Blue) = 242+23+150=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 23 (9.38% from 255 or 5.54% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F21796 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21796 is #0DE869. Grayscale: #666666. Windows color (decimal): -911466 or 9836530. OLE color: 9836530.
HSL color Cylindrical-coordinate representation of color #F21796: hue angle of 325.21º 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 #F21796 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 150 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.05 |
| HSL | 325.21º | 0.89% | 0.52% | - |
| HSV(B) | 325.21º | 0.9% | 0.95% | - |
| XYZ | 42.43 | 21.69 | 30.8 | - |
| YUV | 102.96 | 154.55 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 150 | 0 | 0.90 | 0.38 | 0.05 | 325.21 | 0.89 | 0.52 |
| Hex | F2 | 17 | 96 | 0 | 5A | 26 | 5 | 145 | 59 | 34 |
| Octal | 362 | 27 | 226 | 0 | 132 | 46 | 5 | 505 | 131 | 64 |
| Binary | 11110010 | 10111 | 10010110 | 0 | 1011010 | 100110 | 101 | 101000101 | 1011001 | 110100 |
Color Harmonies of #F21796
Complementary color
Monochromatic Colors of #F21796
Black with #F21796
Text Example
Text Example
White with #F21796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21796; }
p { color: rgb(242,23,150); }
H1.HeaderClassName
{
color: #F21796;
}
.AnyTagClassName
{
color: #F21796;
}
</style>
background-color css
<style>
a { background-color: #F21796; }
a { background-color: rgb(242,23,150); }
div.DivClassName
{
background-color: #F21796;
}
.BgClassName
{
background-color: #F21796;
}
</style>
border-color css
<style>
span { border-color: #F21796; }
span { border-color: rgb(242,23,150); }
td.TdClassName
{
border-color: #F21796;
}
.TagClassName
{
border-color: #F21796;
}
</style>