Shades of Deep Pink #F41979
Tints of Deep Pink #F41979
RGB
CMYK
RGB Variations
Color information
#F41979 (or 0xF41979) is known color: Deep Pink. HEX triplet: F4, 19 and 79. RGB value is (244,25,121). Sum of RGB (Red+Green+Blue) = 244+25+121=390 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.56% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 244 - color contains mainly: red. Hex color #F41979 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41979 is #0BE686. Grayscale: #656565. Windows color (decimal): -779911 or 7936500. OLE color: 7936500.
HSL color Cylindrical-coordinate representation of color #F41979: hue angle of 333.7º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F41979 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 121 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.04 |
| HSL | 333.7º | 0.91% | 0.53% | - |
| HSV(B) | 333.7º | 0.9% | 0.96% | - |
| XYZ | 41.11 | 21.31 | 20.04 | - |
| YUV | 101.43 | 139.05 | 229.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 121 | 0 | 0.90 | 0.50 | 0.04 | 333.7 | 0.91 | 0.53 |
| Hex | F4 | 19 | 79 | 0 | 5A | 32 | 4 | 14E | 5B | 35 |
| Octal | 364 | 31 | 171 | 0 | 132 | 62 | 4 | 516 | 133 | 65 |
| Binary | 11110100 | 11001 | 1111001 | 0 | 1011010 | 110010 | 100 | 101001110 | 1011011 | 110101 |
Color Harmonies of #F41979
Complementary color
Monochromatic Colors of #F41979
Black with #F41979
Text Example
Text Example
White with #F41979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41979; }
p { color: rgb(244,25,121); }
H1.HeaderClassName
{
color: #F41979;
}
.AnyTagClassName
{
color: #F41979;
}
</style>
background-color css
<style>
a { background-color: #F41979; }
a { background-color: rgb(244,25,121); }
div.DivClassName
{
background-color: #F41979;
}
.BgClassName
{
background-color: #F41979;
}
</style>
border-color css
<style>
span { border-color: #F41979; }
span { border-color: rgb(244,25,121); }
td.TdClassName
{
border-color: #F41979;
}
.TagClassName
{
border-color: #F41979;
}
</style>