Shades of Deep Pink #F21390
Tints of Deep Pink #F21390
RGB
CMYK
RGB Variations
Color information
#F21390 (or 0xF21390) is known color: Deep Pink. HEX triplet: F2, 13 and 90. RGB value is (242,19,144). Sum of RGB (Red+Green+Blue) = 242+19+144=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 19 (7.81% from 255 or 4.69% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F21390 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21390 is #0DEC6F. Grayscale: #636363. Windows color (decimal): -912496 or 9442290. OLE color: 9442290.
HSL color Cylindrical-coordinate representation of color #F21390: hue angle of 326.37º 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 #F21390 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 144 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.05 |
| HSL | 326.37º | 0.9% | 0.51% | - |
| HSV(B) | 326.37º | 0.92% | 0.95% | - |
| XYZ | 41.88 | 21.36 | 28.3 | - |
| YUV | 99.93 | 152.88 | 229.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 144 | 0 | 0.92 | 0.40 | 0.05 | 326.37 | 0.9 | 0.51 |
| Hex | F2 | 13 | 90 | 0 | 5C | 28 | 5 | 146 | 5A | 33 |
| Octal | 362 | 23 | 220 | 0 | 134 | 50 | 5 | 506 | 132 | 63 |
| Binary | 11110010 | 10011 | 10010000 | 0 | 1011100 | 101000 | 101 | 101000110 | 1011010 | 110011 |
Color Harmonies of #F21390
Complementary color
Monochromatic Colors of #F21390
Black with #F21390
Text Example
Text Example
White with #F21390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21390; }
p { color: rgb(242,19,144); }
H1.HeaderClassName
{
color: #F21390;
}
.AnyTagClassName
{
color: #F21390;
}
</style>
background-color css
<style>
a { background-color: #F21390; }
a { background-color: rgb(242,19,144); }
div.DivClassName
{
background-color: #F21390;
}
.BgClassName
{
background-color: #F21390;
}
</style>
border-color css
<style>
span { border-color: #F21390; }
span { border-color: rgb(242,19,144); }
td.TdClassName
{
border-color: #F21390;
}
.TagClassName
{
border-color: #F21390;
}
</style>