Shades of Deep Pink #F21099
Tints of Deep Pink #F21099
RGB
CMYK
RGB Variations
Color information
#F21099 (or 0xF21099) is known color: Deep Pink. HEX triplet: F2, 10 and 99. RGB value is (242,16,153). Sum of RGB (Red+Green+Blue) = 242+16+153=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 16 (6.64% from 255 or 3.89% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F21099 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21099 is #0DEF66. Grayscale: #626262. Windows color (decimal): -913255 or 10031346. OLE color: 10031346.
HSL color Cylindrical-coordinate representation of color #F21099: hue angle of 323.63º 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 #F21099 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 153 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.05 |
| HSL | 323.63º | 0.9% | 0.51% | - |
| HSV(B) | 323.63º | 0.93% | 0.95% | - |
| XYZ | 42.55 | 21.55 | 32.05 | - |
| YUV | 99.19 | 158.37 | 229.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 153 | 0 | 0.93 | 0.37 | 0.05 | 323.63 | 0.9 | 0.51 |
| Hex | F2 | 10 | 99 | 0 | 5D | 25 | 5 | 144 | 5A | 33 |
| Octal | 362 | 20 | 231 | 0 | 135 | 45 | 5 | 504 | 132 | 63 |
| Binary | 11110010 | 10000 | 10011001 | 0 | 1011101 | 100101 | 101 | 101000100 | 1011010 | 110011 |
Color Harmonies of #F21099
Complementary color
Monochromatic Colors of #F21099
Black with #F21099
Text Example
Text Example
White with #F21099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21099; }
p { color: rgb(242,16,153); }
H1.HeaderClassName
{
color: #F21099;
}
.AnyTagClassName
{
color: #F21099;
}
</style>
background-color css
<style>
a { background-color: #F21099; }
a { background-color: rgb(242,16,153); }
div.DivClassName
{
background-color: #F21099;
}
.BgClassName
{
background-color: #F21099;
}
</style>
border-color css
<style>
span { border-color: #F21099; }
span { border-color: rgb(242,16,153); }
td.TdClassName
{
border-color: #F21099;
}
.TagClassName
{
border-color: #F21099;
}
</style>