Shades of Deep Cerise #F42578
Tints of Deep Cerise #F42578
RGB
CMYK
RGB Variations
Color information
#F42578 (or 0xF42578) is known color: Deep Cerise. HEX triplet: F4, 25 and 78. RGB value is (244,37,120). Sum of RGB (Red+Green+Blue) = 244+37+120=401 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.85% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 244 - color contains mainly: red. Hex color #F42578 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42578 is #0BDA87. Grayscale: #6C6C6C. Windows color (decimal): -776840 or 7874036. OLE color: 7874036.
HSL color Cylindrical-coordinate representation of color #F42578: hue angle of 335.94º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F42578 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 120 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.04 |
| HSL | 335.94º | 0.9% | 0.55% | - |
| HSV(B) | 335.94º | 0.85% | 0.96% | - |
| XYZ | 41.36 | 21.91 | 19.82 | - |
| YUV | 108.36 | 134.58 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 120 | 0 | 0.85 | 0.51 | 0.04 | 335.94 | 0.9 | 0.55 |
| Hex | F4 | 25 | 78 | 0 | 55 | 33 | 4 | 150 | 5A | 37 |
| Octal | 364 | 45 | 170 | 0 | 125 | 63 | 4 | 520 | 132 | 67 |
| Binary | 11110100 | 100101 | 1111000 | 0 | 1010101 | 110011 | 100 | 101010000 | 1011010 | 110111 |
Color Harmonies of #F42578
Complementary color
Monochromatic Colors of #F42578
Black with #F42578
Text Example
Text Example
White with #F42578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42578; }
p { color: rgb(244,37,120); }
H1.HeaderClassName
{
color: #F42578;
}
.AnyTagClassName
{
color: #F42578;
}
</style>
background-color css
<style>
a { background-color: #F42578; }
a { background-color: rgb(244,37,120); }
div.DivClassName
{
background-color: #F42578;
}
.BgClassName
{
background-color: #F42578;
}
</style>
border-color css
<style>
span { border-color: #F42578; }
span { border-color: rgb(244,37,120); }
td.TdClassName
{
border-color: #F42578;
}
.TagClassName
{
border-color: #F42578;
}
</style>