Shades of Deep Pink #F21079
Tints of Deep Pink #F21079
RGB
CMYK
RGB Variations
Color information
#F21079 (or 0xF21079) is known color: Deep Pink. HEX triplet: F2, 10 and 79. RGB value is (242,16,121). Sum of RGB (Red+Green+Blue) = 242+16+121=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 16 (6.64% from 255 or 4.22% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F21079 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21079 is #0DEF86. Grayscale: #5F5F5F. Windows color (decimal): -913287 or 7934194. OLE color: 7934194.
HSL color Cylindrical-coordinate representation of color #F21079: hue angle of 332.12º 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 #F21079 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 121 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.05 |
| HSL | 332.12º | 0.9% | 0.51% | - |
| HSV(B) | 332.12º | 0.93% | 0.95% | - |
| XYZ | 40.25 | 20.63 | 19.95 | - |
| YUV | 95.54 | 142.37 | 232.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 121 | 0 | 0.93 | 0.50 | 0.05 | 332.12 | 0.9 | 0.51 |
| Hex | F2 | 10 | 79 | 0 | 5D | 32 | 5 | 14C | 5A | 33 |
| Octal | 362 | 20 | 171 | 0 | 135 | 62 | 5 | 514 | 132 | 63 |
| Binary | 11110010 | 10000 | 1111001 | 0 | 1011101 | 110010 | 101 | 101001100 | 1011010 | 110011 |
Color Harmonies of #F21079
Complementary color
Monochromatic Colors of #F21079
Black with #F21079
Text Example
Text Example
White with #F21079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21079; }
p { color: rgb(242,16,121); }
H1.HeaderClassName
{
color: #F21079;
}
.AnyTagClassName
{
color: #F21079;
}
</style>
background-color css
<style>
a { background-color: #F21079; }
a { background-color: rgb(242,16,121); }
div.DivClassName
{
background-color: #F21079;
}
.BgClassName
{
background-color: #F21079;
}
</style>
border-color css
<style>
span { border-color: #F21079; }
span { border-color: rgb(242,16,121); }
td.TdClassName
{
border-color: #F21079;
}
.TagClassName
{
border-color: #F21079;
}
</style>