Shades of Deep Pink #F40478
Tints of Deep Pink #F40478
RGB
CMYK
RGB Variations
Color information
#F40478 (or 0xF40478) is known color: Deep Pink. HEX triplet: F4, 04 and 78. RGB value is (244,4,120). Sum of RGB (Red+Green+Blue) = 244+4+120=368 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.30% from 368); Green value is 4 (1.95% from 255 or 1.09% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 244 - color contains mainly: red. Hex color #F40478 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40478 is #0BFB87. Grayscale: #585858. Windows color (decimal): -785288 or 7865588. OLE color: 7865588.
HSL color Cylindrical-coordinate representation of color #F40478: hue angle of 331º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F40478 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 120 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.04 |
| HSL | 331º | 0.97% | 0.49% | - |
| HSV(B) | 331º | 0.98% | 0.96% | - |
| XYZ | 40.74 | 20.68 | 19.61 | - |
| YUV | 88.98 | 145.51 | 238.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 120 | 0 | 0.98 | 0.51 | 0.04 | 331 | 0.97 | 0.49 |
| Hex | F4 | 4 | 78 | 0 | 62 | 33 | 4 | 14B | 61 | 31 |
| Octal | 364 | 4 | 170 | 0 | 142 | 63 | 4 | 513 | 141 | 61 |
| Binary | 11110100 | 100 | 1111000 | 0 | 1100010 | 110011 | 100 | 101001011 | 1100001 | 110001 |
Color Harmonies of #F40478
Complementary color
Monochromatic Colors of #F40478
Black with #F40478
Text Example
Text Example
White with #F40478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40478; }
p { color: rgb(244,4,120); }
H1.HeaderClassName
{
color: #F40478;
}
.AnyTagClassName
{
color: #F40478;
}
</style>
background-color css
<style>
a { background-color: #F40478; }
a { background-color: rgb(244,4,120); }
div.DivClassName
{
background-color: #F40478;
}
.BgClassName
{
background-color: #F40478;
}
</style>
border-color css
<style>
span { border-color: #F40478; }
span { border-color: rgb(244,4,120); }
td.TdClassName
{
border-color: #F40478;
}
.TagClassName
{
border-color: #F40478;
}
</style>