Shades of Deep Pink #F40278
Tints of Deep Pink #F40278
RGB
CMYK
RGB Variations
Color information
#F40278 (or 0xF40278) is known color: Deep Pink. HEX triplet: F4, 02 and 78. RGB value is (244,2,120). Sum of RGB (Red+Green+Blue) = 244+2+120=366 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.67% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 244 - color contains mainly: red. Hex color #F40278 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40278 is #0BFD87. Grayscale: #575757. Windows color (decimal): -785800 or 7865076. OLE color: 7865076.
HSL color Cylindrical-coordinate representation of color #F40278: hue angle of 330.74º 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 #F40278 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 2 | 120 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.04 |
| HSL | 330.74º | 0.98% | 0.48% | - |
| HSV(B) | 330.74º | 0.99% | 0.96% | - |
| XYZ | 40.72 | 20.63 | 19.61 | - |
| YUV | 87.81 | 146.17 | 239.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 2 | 120 | 0 | 0.99 | 0.51 | 0.04 | 330.74 | 0.98 | 0.48 |
| Hex | F4 | 2 | 78 | 0 | 63 | 33 | 4 | 14B | 62 | 30 |
| Octal | 364 | 2 | 170 | 0 | 143 | 63 | 4 | 513 | 142 | 60 |
| Binary | 11110100 | 10 | 1111000 | 0 | 1100011 | 110011 | 100 | 101001011 | 1100010 | 110000 |
Color Harmonies of #F40278
Complementary color
Monochromatic Colors of #F40278
Black with #F40278
Text Example
Text Example
White with #F40278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40278; }
p { color: rgb(244,2,120); }
H1.HeaderClassName
{
color: #F40278;
}
.AnyTagClassName
{
color: #F40278;
}
</style>
background-color css
<style>
a { background-color: #F40278; }
a { background-color: rgb(244,2,120); }
div.DivClassName
{
background-color: #F40278;
}
.BgClassName
{
background-color: #F40278;
}
</style>
border-color css
<style>
span { border-color: #F40278; }
span { border-color: rgb(244,2,120); }
td.TdClassName
{
border-color: #F40278;
}
.TagClassName
{
border-color: #F40278;
}
</style>