Shades of Deep Pink #F21297
Tints of Deep Pink #F21297
RGB
CMYK
RGB Variations
Color information
#F21297 (or 0xF21297) is known color: Deep Pink. HEX triplet: F2, 12 and 97. RGB value is (242,18,151). Sum of RGB (Red+Green+Blue) = 242+18+151=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 18 (7.42% from 255 or 4.38% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F21297 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21297 is #0DED68. Grayscale: #636363. Windows color (decimal): -912745 or 9900786. OLE color: 9900786.
HSL color Cylindrical-coordinate representation of color #F21297: hue angle of 324.38º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F21297 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 151 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.05 |
| HSL | 324.38º | 0.9% | 0.51% | - |
| HSV(B) | 324.38º | 0.93% | 0.95% | - |
| XYZ | 42.42 | 21.54 | 31.2 | - |
| YUV | 100.14 | 156.71 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 151 | 0 | 0.93 | 0.38 | 0.05 | 324.38 | 0.9 | 0.51 |
| Hex | F2 | 12 | 97 | 0 | 5D | 26 | 5 | 144 | 5A | 33 |
| Octal | 362 | 22 | 227 | 0 | 135 | 46 | 5 | 504 | 132 | 63 |
| Binary | 11110010 | 10010 | 10010111 | 0 | 1011101 | 100110 | 101 | 101000100 | 1011010 | 110011 |
Color Harmonies of #F21297
Complementary color
Monochromatic Colors of #F21297
Black with #F21297
Text Example
Text Example
White with #F21297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21297; }
p { color: rgb(242,18,151); }
H1.HeaderClassName
{
color: #F21297;
}
.AnyTagClassName
{
color: #F21297;
}
</style>
background-color css
<style>
a { background-color: #F21297; }
a { background-color: rgb(242,18,151); }
div.DivClassName
{
background-color: #F21297;
}
.BgClassName
{
background-color: #F21297;
}
</style>
border-color css
<style>
span { border-color: #F21297; }
span { border-color: rgb(242,18,151); }
td.TdClassName
{
border-color: #F21297;
}
.TagClassName
{
border-color: #F21297;
}
</style>