Shades of Deep Pink #F21696
Tints of Deep Pink #F21696
RGB
CMYK
RGB Variations
Color information
#F21696 (or 0xF21696) is known color: Deep Pink. HEX triplet: F2, 16 and 96. RGB value is (242,22,150). Sum of RGB (Red+Green+Blue) = 242+22+150=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 22 (8.98% from 255 or 5.31% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F21696 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21696 is #0DE969. Grayscale: #666666. Windows color (decimal): -911722 or 9836274. OLE color: 9836274.
HSL color Cylindrical-coordinate representation of color #F21696: hue angle of 325.09º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F21696 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 150 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.05 |
| HSL | 325.09º | 0.89% | 0.52% | - |
| HSV(B) | 325.09º | 0.91% | 0.95% | - |
| XYZ | 42.41 | 21.65 | 30.8 | - |
| YUV | 102.37 | 154.89 | 227.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 150 | 0 | 0.91 | 0.38 | 0.05 | 325.09 | 0.89 | 0.52 |
| Hex | F2 | 16 | 96 | 0 | 5B | 26 | 5 | 145 | 59 | 34 |
| Octal | 362 | 26 | 226 | 0 | 133 | 46 | 5 | 505 | 131 | 64 |
| Binary | 11110010 | 10110 | 10010110 | 0 | 1011011 | 100110 | 101 | 101000101 | 1011001 | 110100 |
Color Harmonies of #F21696
Complementary color
Monochromatic Colors of #F21696
Black with #F21696
Text Example
Text Example
White with #F21696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21696; }
p { color: rgb(242,22,150); }
H1.HeaderClassName
{
color: #F21696;
}
.AnyTagClassName
{
color: #F21696;
}
</style>
background-color css
<style>
a { background-color: #F21696; }
a { background-color: rgb(242,22,150); }
div.DivClassName
{
background-color: #F21696;
}
.BgClassName
{
background-color: #F21696;
}
</style>
border-color css
<style>
span { border-color: #F21696; }
span { border-color: rgb(242,22,150); }
td.TdClassName
{
border-color: #F21696;
}
.TagClassName
{
border-color: #F21696;
}
</style>