Shades of Deep Cerise #F42780
Tints of Deep Cerise #F42780
RGB
CMYK
RGB Variations
Color information
#F42780 (or 0xF42780) is known color: Deep Cerise. HEX triplet: F4, 27 and 80. RGB value is (244,39,128). Sum of RGB (Red+Green+Blue) = 244+39+128=411 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.37% from 411); Green value is 39 (15.62% from 255 or 9.49% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 244 - color contains mainly: red. Hex color #F42780 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42780 is #0BD87F. Grayscale: #6E6E6E. Windows color (decimal): -776320 or 8398836. OLE color: 8398836.
HSL color Cylindrical-coordinate representation of color #F42780: hue angle of 333.95º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F42780 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 39 | 128 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.04 |
| HSL | 333.95º | 0.9% | 0.55% | - |
| HSV(B) | 333.95º | 0.84% | 0.96% | - |
| XYZ | 41.93 | 22.24 | 22.51 | - |
| YUV | 110.44 | 137.92 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 39 | 128 | 0 | 0.84 | 0.48 | 0.04 | 333.95 | 0.9 | 0.55 |
| Hex | F4 | 27 | 80 | 0 | 54 | 30 | 4 | 14E | 5A | 37 |
| Octal | 364 | 47 | 200 | 0 | 124 | 60 | 4 | 516 | 132 | 67 |
| Binary | 11110100 | 100111 | 10000000 | 0 | 1010100 | 110000 | 100 | 101001110 | 1011010 | 110111 |
Color Harmonies of #F42780
Complementary color
Monochromatic Colors of #F42780
Black with #F42780
Text Example
Text Example
White with #F42780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42780; }
p { color: rgb(244,39,128); }
H1.HeaderClassName
{
color: #F42780;
}
.AnyTagClassName
{
color: #F42780;
}
</style>
background-color css
<style>
a { background-color: #F42780; }
a { background-color: rgb(244,39,128); }
div.DivClassName
{
background-color: #F42780;
}
.BgClassName
{
background-color: #F42780;
}
</style>
border-color css
<style>
span { border-color: #F42780; }
span { border-color: rgb(244,39,128); }
td.TdClassName
{
border-color: #F42780;
}
.TagClassName
{
border-color: #F42780;
}
</style>