Shades of Deep Cerise #F42378
Tints of Deep Cerise #F42378
RGB
CMYK
RGB Variations
Color information
#F42378 (or 0xF42378) is known color: Deep Cerise. HEX triplet: F4, 23 and 78. RGB value is (244,35,120). Sum of RGB (Red+Green+Blue) = 244+35+120=399 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.15% from 399); Green value is 35 (14.06% from 255 or 8.77% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 244 - color contains mainly: red. Hex color #F42378 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42378 is #0BDC87. Grayscale: #6B6B6B. Windows color (decimal): -777352 or 7873524. OLE color: 7873524.
HSL color Cylindrical-coordinate representation of color #F42378: hue angle of 335.6º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42378 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 35 | 120 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.04 |
| HSL | 335.6º | 0.9% | 0.55% | - |
| HSV(B) | 335.6º | 0.86% | 0.96% | - |
| XYZ | 41.3 | 21.79 | 19.8 | - |
| YUV | 107.18 | 135.24 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 35 | 120 | 0 | 0.86 | 0.51 | 0.04 | 335.6 | 0.9 | 0.55 |
| Hex | F4 | 23 | 78 | 0 | 56 | 33 | 4 | 150 | 5A | 37 |
| Octal | 364 | 43 | 170 | 0 | 126 | 63 | 4 | 520 | 132 | 67 |
| Binary | 11110100 | 100011 | 1111000 | 0 | 1010110 | 110011 | 100 | 101010000 | 1011010 | 110111 |
Color Harmonies of #F42378
Complementary color
Monochromatic Colors of #F42378
Black with #F42378
Text Example
Text Example
White with #F42378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42378; }
p { color: rgb(244,35,120); }
H1.HeaderClassName
{
color: #F42378;
}
.AnyTagClassName
{
color: #F42378;
}
</style>
background-color css
<style>
a { background-color: #F42378; }
a { background-color: rgb(244,35,120); }
div.DivClassName
{
background-color: #F42378;
}
.BgClassName
{
background-color: #F42378;
}
</style>
border-color css
<style>
span { border-color: #F42378; }
span { border-color: rgb(244,35,120); }
td.TdClassName
{
border-color: #F42378;
}
.TagClassName
{
border-color: #F42378;
}
</style>