Shades of Deep Pink #F21496
Tints of Deep Pink #F21496
RGB
CMYK
RGB Variations
Color information
#F21496 (or 0xF21496) is known color: Deep Pink. HEX triplet: F2, 14 and 96. RGB value is (242,20,150). Sum of RGB (Red+Green+Blue) = 242+20+150=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F21496 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21496 is #0DEB69. Grayscale: #646464. Windows color (decimal): -912234 or 9835762. OLE color: 9835762.
HSL color Cylindrical-coordinate representation of color #F21496: hue angle of 324.86º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F21496 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 150 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.05 |
| HSL | 324.86º | 0.9% | 0.51% | - |
| HSV(B) | 324.86º | 0.92% | 0.95% | - |
| XYZ | 42.37 | 21.58 | 30.79 | - |
| YUV | 101.2 | 155.55 | 228.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 150 | 0 | 0.92 | 0.38 | 0.05 | 324.86 | 0.9 | 0.51 |
| Hex | F2 | 14 | 96 | 0 | 5C | 26 | 5 | 145 | 5A | 33 |
| Octal | 362 | 24 | 226 | 0 | 134 | 46 | 5 | 505 | 132 | 63 |
| Binary | 11110010 | 10100 | 10010110 | 0 | 1011100 | 100110 | 101 | 101000101 | 1011010 | 110011 |
Color Harmonies of #F21496
Complementary color
Monochromatic Colors of #F21496
Black with #F21496
Text Example
Text Example
White with #F21496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21496; }
p { color: rgb(242,20,150); }
H1.HeaderClassName
{
color: #F21496;
}
.AnyTagClassName
{
color: #F21496;
}
</style>
background-color css
<style>
a { background-color: #F21496; }
a { background-color: rgb(242,20,150); }
div.DivClassName
{
background-color: #F21496;
}
.BgClassName
{
background-color: #F21496;
}
</style>
border-color css
<style>
span { border-color: #F21496; }
span { border-color: rgb(242,20,150); }
td.TdClassName
{
border-color: #F21496;
}
.TagClassName
{
border-color: #F21496;
}
</style>