Shades of Deep Pink #F21797
Tints of Deep Pink #F21797
RGB
CMYK
RGB Variations
Color information
#F21797 (or 0xF21797) is known color: Deep Pink. HEX triplet: F2, 17 and 97. RGB value is (242,23,151). Sum of RGB (Red+Green+Blue) = 242+23+151=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 23 (9.38% from 255 or 5.53% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F21797 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21797 is #0DE868. Grayscale: #666666. Windows color (decimal): -911465 or 9902066. OLE color: 9902066.
HSL color Cylindrical-coordinate representation of color #F21797: hue angle of 324.93º 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 #F21797 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 151 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.05 |
| HSL | 324.93º | 0.89% | 0.52% | - |
| HSV(B) | 324.93º | 0.9% | 0.95% | - |
| XYZ | 42.51 | 21.72 | 31.23 | - |
| YUV | 103.07 | 155.05 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 151 | 0 | 0.90 | 0.38 | 0.05 | 324.93 | 0.89 | 0.52 |
| Hex | F2 | 17 | 97 | 0 | 5A | 26 | 5 | 145 | 59 | 34 |
| Octal | 362 | 27 | 227 | 0 | 132 | 46 | 5 | 505 | 131 | 64 |
| Binary | 11110010 | 10111 | 10010111 | 0 | 1011010 | 100110 | 101 | 101000101 | 1011001 | 110100 |
Color Harmonies of #F21797
Complementary color
Monochromatic Colors of #F21797
Black with #F21797
Text Example
Text Example
White with #F21797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21797; }
p { color: rgb(242,23,151); }
H1.HeaderClassName
{
color: #F21797;
}
.AnyTagClassName
{
color: #F21797;
}
</style>
background-color css
<style>
a { background-color: #F21797; }
a { background-color: rgb(242,23,151); }
div.DivClassName
{
background-color: #F21797;
}
.BgClassName
{
background-color: #F21797;
}
</style>
border-color css
<style>
span { border-color: #F21797; }
span { border-color: rgb(242,23,151); }
td.TdClassName
{
border-color: #F21797;
}
.TagClassName
{
border-color: #F21797;
}
</style>