Shades of Deep Pink #F21179
Tints of Deep Pink #F21179
RGB
CMYK
RGB Variations
Color information
#F21179 (or 0xF21179) is known color: Deep Pink. HEX triplet: F2, 11 and 79. RGB value is (242,17,121). Sum of RGB (Red+Green+Blue) = 242+17+121=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F21179 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21179 is #0DEE86. Grayscale: #5F5F5F. Windows color (decimal): -913031 or 7934450. OLE color: 7934450.
HSL color Cylindrical-coordinate representation of color #F21179: hue angle of 332.27º 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 #F21179 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 121 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.05 |
| HSL | 332.27º | 0.9% | 0.51% | - |
| HSV(B) | 332.27º | 0.93% | 0.95% | - |
| XYZ | 40.27 | 20.66 | 19.95 | - |
| YUV | 96.13 | 142.04 | 232.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 121 | 0 | 0.93 | 0.50 | 0.05 | 332.27 | 0.9 | 0.51 |
| Hex | F2 | 11 | 79 | 0 | 5D | 32 | 5 | 14C | 5A | 33 |
| Octal | 362 | 21 | 171 | 0 | 135 | 62 | 5 | 514 | 132 | 63 |
| Binary | 11110010 | 10001 | 1111001 | 0 | 1011101 | 110010 | 101 | 101001100 | 1011010 | 110011 |
Color Harmonies of #F21179
Complementary color
Monochromatic Colors of #F21179
Black with #F21179
Text Example
Text Example
White with #F21179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21179; }
p { color: rgb(242,17,121); }
H1.HeaderClassName
{
color: #F21179;
}
.AnyTagClassName
{
color: #F21179;
}
</style>
background-color css
<style>
a { background-color: #F21179; }
a { background-color: rgb(242,17,121); }
div.DivClassName
{
background-color: #F21179;
}
.BgClassName
{
background-color: #F21179;
}
</style>
border-color css
<style>
span { border-color: #F21179; }
span { border-color: rgb(242,17,121); }
td.TdClassName
{
border-color: #F21179;
}
.TagClassName
{
border-color: #F21179;
}
</style>