Shades of Deep Pink #F40379
Tints of Deep Pink #F40379
RGB
CMYK
RGB Variations
Color information
#F40379 (or 0xF40379) is known color: Deep Pink. HEX triplet: F4, 03 and 79. RGB value is (244,3,121). Sum of RGB (Red+Green+Blue) = 244+3+121=368 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.30% from 368); Green value is 3 (1.56% from 255 or 0.82% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 244 - color contains mainly: red. Hex color #F40379 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40379 is #0BFC86. Grayscale: #585858. Windows color (decimal): -785543 or 7930868. OLE color: 7930868.
HSL color Cylindrical-coordinate representation of color #F40379: hue angle of 330.62º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F40379 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 3 | 121 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.04 |
| HSL | 330.62º | 0.98% | 0.48% | - |
| HSV(B) | 330.62º | 0.99% | 0.96% | - |
| XYZ | 40.79 | 20.68 | 19.93 | - |
| YUV | 88.51 | 146.34 | 238.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 121 | 0 | 0.99 | 0.50 | 0.04 | 330.62 | 0.98 | 0.48 |
| Hex | F4 | 3 | 79 | 0 | 63 | 32 | 4 | 14B | 62 | 30 |
| Octal | 364 | 3 | 171 | 0 | 143 | 62 | 4 | 513 | 142 | 60 |
| Binary | 11110100 | 11 | 1111001 | 0 | 1100011 | 110010 | 100 | 101001011 | 1100010 | 110000 |
Color Harmonies of #F40379
Complementary color
Monochromatic Colors of #F40379
Black with #F40379
Text Example
Text Example
White with #F40379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40379; }
p { color: rgb(244,3,121); }
H1.HeaderClassName
{
color: #F40379;
}
.AnyTagClassName
{
color: #F40379;
}
</style>
background-color css
<style>
a { background-color: #F40379; }
a { background-color: rgb(244,3,121); }
div.DivClassName
{
background-color: #F40379;
}
.BgClassName
{
background-color: #F40379;
}
</style>
border-color css
<style>
span { border-color: #F40379; }
span { border-color: rgb(244,3,121); }
td.TdClassName
{
border-color: #F40379;
}
.TagClassName
{
border-color: #F40379;
}
</style>