Shades of Deep Pink #F21979
Tints of Deep Pink #F21979
RGB
CMYK
RGB Variations
Color information
#F21979 (or 0xF21979) is known color: Deep Pink. HEX triplet: F2, 19 and 79. RGB value is (242,25,121). Sum of RGB (Red+Green+Blue) = 242+25+121=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F21979 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21979 is #0DE686. Grayscale: #646464. Windows color (decimal): -910983 or 7936498. OLE color: 7936498.
HSL color Cylindrical-coordinate representation of color #F21979: hue angle of 333.46º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21979 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 121 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.05 |
| HSL | 333.46º | 0.89% | 0.52% | - |
| HSV(B) | 333.46º | 0.9% | 0.95% | - |
| XYZ | 40.42 | 20.95 | 20 | - |
| YUV | 100.83 | 139.39 | 228.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 121 | 0 | 0.90 | 0.50 | 0.05 | 333.46 | 0.89 | 0.52 |
| Hex | F2 | 19 | 79 | 0 | 5A | 32 | 5 | 14D | 59 | 34 |
| Octal | 362 | 31 | 171 | 0 | 132 | 62 | 5 | 515 | 131 | 64 |
| Binary | 11110010 | 11001 | 1111001 | 0 | 1011010 | 110010 | 101 | 101001101 | 1011001 | 110100 |
Color Harmonies of #F21979
Complementary color
Monochromatic Colors of #F21979
Black with #F21979
Text Example
Text Example
White with #F21979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21979; }
p { color: rgb(242,25,121); }
H1.HeaderClassName
{
color: #F21979;
}
.AnyTagClassName
{
color: #F21979;
}
</style>
background-color css
<style>
a { background-color: #F21979; }
a { background-color: rgb(242,25,121); }
div.DivClassName
{
background-color: #F21979;
}
.BgClassName
{
background-color: #F21979;
}
</style>
border-color css
<style>
span { border-color: #F21979; }
span { border-color: rgb(242,25,121); }
td.TdClassName
{
border-color: #F21979;
}
.TagClassName
{
border-color: #F21979;
}
</style>