Shades of Deep Pink #F21499
Tints of Deep Pink #F21499
RGB
CMYK
RGB Variations
Color information
#F21499 (or 0xF21499) is known color: Deep Pink. HEX triplet: F2, 14 and 99. RGB value is (242,20,153). Sum of RGB (Red+Green+Blue) = 242+20+153=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F21499 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21499 is #0DEB66. Grayscale: #656565. Windows color (decimal): -912231 or 10032370. OLE color: 10032370.
HSL color Cylindrical-coordinate representation of color #F21499: hue angle of 324.05º 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 #F21499 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 153 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.05 |
| HSL | 324.05º | 0.9% | 0.51% | - |
| HSV(B) | 324.05º | 0.92% | 0.95% | - |
| XYZ | 42.62 | 21.68 | 32.07 | - |
| YUV | 101.54 | 157.05 | 228.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 153 | 0 | 0.92 | 0.37 | 0.05 | 324.05 | 0.9 | 0.51 |
| Hex | F2 | 14 | 99 | 0 | 5C | 25 | 5 | 144 | 5A | 33 |
| Octal | 362 | 24 | 231 | 0 | 134 | 45 | 5 | 504 | 132 | 63 |
| Binary | 11110010 | 10100 | 10011001 | 0 | 1011100 | 100101 | 101 | 101000100 | 1011010 | 110011 |
Color Harmonies of #F21499
Complementary color
Monochromatic Colors of #F21499
Black with #F21499
Text Example
Text Example
White with #F21499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21499; }
p { color: rgb(242,20,153); }
H1.HeaderClassName
{
color: #F21499;
}
.AnyTagClassName
{
color: #F21499;
}
</style>
background-color css
<style>
a { background-color: #F21499; }
a { background-color: rgb(242,20,153); }
div.DivClassName
{
background-color: #F21499;
}
.BgClassName
{
background-color: #F21499;
}
</style>
border-color css
<style>
span { border-color: #F21499; }
span { border-color: rgb(242,20,153); }
td.TdClassName
{
border-color: #F21499;
}
.TagClassName
{
border-color: #F21499;
}
</style>