Shades of Deep Pink #F21379
Tints of Deep Pink #F21379
RGB
CMYK
RGB Variations
Color information
#F21379 (or 0xF21379) is known color: Deep Pink. HEX triplet: F2, 13 and 79. RGB value is (242,19,121). Sum of RGB (Red+Green+Blue) = 242+19+121=382 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.35% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 242 - color contains mainly: red. Hex color #F21379 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21379 is #0DEC86. Grayscale: #616161. Windows color (decimal): -912519 or 7934962. OLE color: 7934962.
HSL color Cylindrical-coordinate representation of color #F21379: hue angle of 332.56º 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 #F21379 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 121 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.05 |
| HSL | 332.56º | 0.9% | 0.51% | - |
| HSV(B) | 332.56º | 0.92% | 0.95% | - |
| XYZ | 40.3 | 20.72 | 19.97 | - |
| YUV | 97.31 | 141.38 | 231.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 121 | 0 | 0.92 | 0.50 | 0.05 | 332.56 | 0.9 | 0.51 |
| Hex | F2 | 13 | 79 | 0 | 5C | 32 | 5 | 14D | 5A | 33 |
| Octal | 362 | 23 | 171 | 0 | 134 | 62 | 5 | 515 | 132 | 63 |
| Binary | 11110010 | 10011 | 1111001 | 0 | 1011100 | 110010 | 101 | 101001101 | 1011010 | 110011 |
Color Harmonies of #F21379
Complementary color
Monochromatic Colors of #F21379
Black with #F21379
Text Example
Text Example
White with #F21379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21379; }
p { color: rgb(242,19,121); }
H1.HeaderClassName
{
color: #F21379;
}
.AnyTagClassName
{
color: #F21379;
}
</style>
background-color css
<style>
a { background-color: #F21379; }
a { background-color: rgb(242,19,121); }
div.DivClassName
{
background-color: #F21379;
}
.BgClassName
{
background-color: #F21379;
}
</style>
border-color css
<style>
span { border-color: #F21379; }
span { border-color: rgb(242,19,121); }
td.TdClassName
{
border-color: #F21379;
}
.TagClassName
{
border-color: #F21379;
}
</style>