Shades of Deep Pink #F40079
Tints of Deep Pink #F40079
RGB
CMYK
RGB Variations
Color information
#F40079 (or 0xF40079) is known color: Deep Pink. HEX triplet: F4, 00 and 79. RGB value is (244,0,121). Sum of RGB (Red+Green+Blue) = 244+0+121=365 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.85% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 244 - color contains mainly: red. Hex color #F40079 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40079 is #0BFF86. Grayscale: #565656. Windows color (decimal): -786311 or 7930100. OLE color: 7930100.
HSL color Cylindrical-coordinate representation of color #F40079: hue angle of 330.25º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40079 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 121 | - |
| CMYK | 0 | 1 | 0.50 | 0.04 |
| HSL | 330.25º | 1% | 0.48% | - |
| HSV(B) | 330.25º | 1% | 0.96% | - |
| XYZ | 40.76 | 20.61 | 19.92 | - |
| YUV | 86.75 | 147.34 | 240.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 121 | 0 | 1 | 0.50 | 0.04 | 330.25 | 1 | 0.48 |
| Hex | F4 | 0 | 79 | 0 | 64 | 32 | 4 | 14A | 64 | 30 |
| Octal | 364 | 0 | 171 | 0 | 144 | 62 | 4 | 512 | 144 | 60 |
| Binary | 11110100 | 0 | 1111001 | 0 | 1100100 | 110010 | 100 | 101001010 | 1100100 | 110000 |
Color Harmonies of #F40079
Complementary color
Monochromatic Colors of #F40079
Black with #F40079
Text Example
Text Example
White with #F40079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40079; }
p { color: rgb(244,0,121); }
H1.HeaderClassName
{
color: #F40079;
}
.AnyTagClassName
{
color: #F40079;
}
</style>
background-color css
<style>
a { background-color: #F40079; }
a { background-color: rgb(244,0,121); }
div.DivClassName
{
background-color: #F40079;
}
.BgClassName
{
background-color: #F40079;
}
</style>
border-color css
<style>
span { border-color: #F40079; }
span { border-color: rgb(244,0,121); }
td.TdClassName
{
border-color: #F40079;
}
.TagClassName
{
border-color: #F40079;
}
</style>