Shades of Deep Cerise #F42479
Tints of Deep Cerise #F42479
RGB
CMYK
RGB Variations
Color information
#F42479 (or 0xF42479) is known color: Deep Cerise. HEX triplet: F4, 24 and 79. RGB value is (244,36,121). Sum of RGB (Red+Green+Blue) = 244+36+121=401 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.85% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 244 - color contains mainly: red. Hex color #F42479 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42479 is #0BDB86. Grayscale: #6B6B6B. Windows color (decimal): -777095 or 7939316. OLE color: 7939316.
HSL color Cylindrical-coordinate representation of color #F42479: hue angle of 335.48º 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 #F42479 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 121 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.04 |
| HSL | 335.48º | 0.9% | 0.55% | - |
| HSV(B) | 335.48º | 0.85% | 0.96% | - |
| XYZ | 41.39 | 21.88 | 20.13 | - |
| YUV | 107.88 | 135.41 | 225.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 121 | 0 | 0.85 | 0.50 | 0.04 | 335.48 | 0.9 | 0.55 |
| Hex | F4 | 24 | 79 | 0 | 55 | 32 | 4 | 14F | 5A | 37 |
| Octal | 364 | 44 | 171 | 0 | 125 | 62 | 4 | 517 | 132 | 67 |
| Binary | 11110100 | 100100 | 1111001 | 0 | 1010101 | 110010 | 100 | 101001111 | 1011010 | 110111 |
Color Harmonies of #F42479
Complementary color
Monochromatic Colors of #F42479
Black with #F42479
Text Example
Text Example
White with #F42479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42479; }
p { color: rgb(244,36,121); }
H1.HeaderClassName
{
color: #F42479;
}
.AnyTagClassName
{
color: #F42479;
}
</style>
background-color css
<style>
a { background-color: #F42479; }
a { background-color: rgb(244,36,121); }
div.DivClassName
{
background-color: #F42479;
}
.BgClassName
{
background-color: #F42479;
}
</style>
border-color css
<style>
span { border-color: #F42479; }
span { border-color: rgb(244,36,121); }
td.TdClassName
{
border-color: #F42479;
}
.TagClassName
{
border-color: #F42479;
}
</style>