Shades of Deep Pink #F21299
Tints of Deep Pink #F21299
RGB
CMYK
RGB Variations
Color information
#F21299 (or 0xF21299) is known color: Deep Pink. HEX triplet: F2, 12 and 99. RGB value is (242,18,153). Sum of RGB (Red+Green+Blue) = 242+18+153=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 18 (7.42% from 255 or 4.36% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F21299 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21299 is #0DED66. Grayscale: #646464. Windows color (decimal): -912743 or 10031858. OLE color: 10031858.
HSL color Cylindrical-coordinate representation of color #F21299: hue angle of 323.84º 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 #F21299 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 153 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.05 |
| HSL | 323.84º | 0.9% | 0.51% | - |
| HSV(B) | 323.84º | 0.93% | 0.95% | - |
| XYZ | 42.58 | 21.61 | 32.06 | - |
| YUV | 100.37 | 157.71 | 229.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 153 | 0 | 0.93 | 0.37 | 0.05 | 323.84 | 0.9 | 0.51 |
| Hex | F2 | 12 | 99 | 0 | 5D | 25 | 5 | 144 | 5A | 33 |
| Octal | 362 | 22 | 231 | 0 | 135 | 45 | 5 | 504 | 132 | 63 |
| Binary | 11110010 | 10010 | 10011001 | 0 | 1011101 | 100101 | 101 | 101000100 | 1011010 | 110011 |
Color Harmonies of #F21299
Complementary color
Monochromatic Colors of #F21299
Black with #F21299
Text Example
Text Example
White with #F21299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21299; }
p { color: rgb(242,18,153); }
H1.HeaderClassName
{
color: #F21299;
}
.AnyTagClassName
{
color: #F21299;
}
</style>
background-color css
<style>
a { background-color: #F21299; }
a { background-color: rgb(242,18,153); }
div.DivClassName
{
background-color: #F21299;
}
.BgClassName
{
background-color: #F21299;
}
</style>
border-color css
<style>
span { border-color: #F21299; }
span { border-color: rgb(242,18,153); }
td.TdClassName
{
border-color: #F21299;
}
.TagClassName
{
border-color: #F21299;
}
</style>