Shades of Deep Pink #F21397
Tints of Deep Pink #F21397
RGB
CMYK
RGB Variations
Color information
#F21397 (or 0xF21397) is known color: Deep Pink. HEX triplet: F2, 13 and 97. RGB value is (242,19,151). Sum of RGB (Red+Green+Blue) = 242+19+151=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 19 (7.81% from 255 or 4.61% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F21397 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21397 is #0DEC68. Grayscale: #646464. Windows color (decimal): -912489 or 9901042. OLE color: 9901042.
HSL color Cylindrical-coordinate representation of color #F21397: hue angle of 324.48º 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 #F21397 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 151 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.05 |
| HSL | 324.48º | 0.9% | 0.51% | - |
| HSV(B) | 324.48º | 0.92% | 0.95% | - |
| XYZ | 42.44 | 21.58 | 31.21 | - |
| YUV | 100.73 | 156.38 | 228.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 151 | 0 | 0.92 | 0.38 | 0.05 | 324.48 | 0.9 | 0.51 |
| Hex | F2 | 13 | 97 | 0 | 5C | 26 | 5 | 144 | 5A | 33 |
| Octal | 362 | 23 | 227 | 0 | 134 | 46 | 5 | 504 | 132 | 63 |
| Binary | 11110010 | 10011 | 10010111 | 0 | 1011100 | 100110 | 101 | 101000100 | 1011010 | 110011 |
Color Harmonies of #F21397
Complementary color
Monochromatic Colors of #F21397
Black with #F21397
Text Example
Text Example
White with #F21397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21397; }
p { color: rgb(242,19,151); }
H1.HeaderClassName
{
color: #F21397;
}
.AnyTagClassName
{
color: #F21397;
}
</style>
background-color css
<style>
a { background-color: #F21397; }
a { background-color: rgb(242,19,151); }
div.DivClassName
{
background-color: #F21397;
}
.BgClassName
{
background-color: #F21397;
}
</style>
border-color css
<style>
span { border-color: #F21397; }
span { border-color: rgb(242,19,151); }
td.TdClassName
{
border-color: #F21397;
}
.TagClassName
{
border-color: #F21397;
}
</style>