Shades of Cerise #F12376
Tints of Cerise #F12376
RGB
CMYK
RGB Variations
Color information
#F12376 (or 0xF12376) is known color: Cerise. HEX triplet: F1, 23 and 76. RGB value is (241,35,118). Sum of RGB (Red+Green+Blue) = 241+35+118=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F12376 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12376 is #0EDC89. Grayscale: #696969. Windows color (decimal): -973962 or 7742449. OLE color: 7742449.
HSL color Cylindrical-coordinate representation of color #F12376: hue angle of 335.83º 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 #F12376 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 118 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.05 |
| HSL | 335.83º | 0.88% | 0.54% | - |
| HSV(B) | 335.83º | 0.85% | 0.95% | - |
| XYZ | 40.15 | 21.21 | 19.12 | - |
| YUV | 106.06 | 134.75 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 118 | 0 | 0.85 | 0.51 | 0.05 | 335.83 | 0.88 | 0.54 |
| Hex | F1 | 23 | 76 | 0 | 55 | 33 | 5 | 150 | 58 | 36 |
| Octal | 361 | 43 | 166 | 0 | 125 | 63 | 5 | 520 | 130 | 66 |
| Binary | 11110001 | 100011 | 1110110 | 0 | 1010101 | 110011 | 101 | 101010000 | 1011000 | 110110 |
Color Harmonies of #F12376
Complementary color
Monochromatic Colors of #F12376
Black with #F12376
Text Example
Text Example
White with #F12376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12376; }
p { color: rgb(241,35,118); }
H1.HeaderClassName
{
color: #F12376;
}
.AnyTagClassName
{
color: #F12376;
}
</style>
background-color css
<style>
a { background-color: #F12376; }
a { background-color: rgb(241,35,118); }
div.DivClassName
{
background-color: #F12376;
}
.BgClassName
{
background-color: #F12376;
}
</style>
border-color css
<style>
span { border-color: #F12376; }
span { border-color: rgb(241,35,118); }
td.TdClassName
{
border-color: #F12376;
}
.TagClassName
{
border-color: #F12376;
}
</style>