Shades of Deep Cerise #F12478
Tints of Deep Cerise #F12478
RGB
CMYK
RGB Variations
Color information
#F12478 (or 0xF12478) is known color: Deep Cerise. HEX triplet: F1, 24 and 78. RGB value is (241,36,120). Sum of RGB (Red+Green+Blue) = 241+36+120=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F12478 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12478 is #0EDB87. Grayscale: #6A6A6A. Windows color (decimal): -973704 or 7873777. OLE color: 7873777.
HSL color Cylindrical-coordinate representation of color #F12478: hue angle of 335.41º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F12478 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 120 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.05 |
| HSL | 335.41º | 0.88% | 0.54% | - |
| HSV(B) | 335.41º | 0.85% | 0.95% | - |
| XYZ | 40.3 | 21.32 | 19.76 | - |
| YUV | 106.87 | 135.42 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 120 | 0 | 0.85 | 0.50 | 0.05 | 335.41 | 0.88 | 0.54 |
| Hex | F1 | 24 | 78 | 0 | 55 | 32 | 5 | 14F | 58 | 36 |
| Octal | 361 | 44 | 170 | 0 | 125 | 62 | 5 | 517 | 130 | 66 |
| Binary | 11110001 | 100100 | 1111000 | 0 | 1010101 | 110010 | 101 | 101001111 | 1011000 | 110110 |
Color Harmonies of #F12478
Complementary color
Monochromatic Colors of #F12478
Black with #F12478
Text Example
Text Example
White with #F12478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12478; }
p { color: rgb(241,36,120); }
H1.HeaderClassName
{
color: #F12478;
}
.AnyTagClassName
{
color: #F12478;
}
</style>
background-color css
<style>
a { background-color: #F12478; }
a { background-color: rgb(241,36,120); }
div.DivClassName
{
background-color: #F12478;
}
.BgClassName
{
background-color: #F12478;
}
</style>
border-color css
<style>
span { border-color: #F12478; }
span { border-color: rgb(241,36,120); }
td.TdClassName
{
border-color: #F12478;
}
.TagClassName
{
border-color: #F12478;
}
</style>