Shades of Cerise #F12472
Tints of Cerise #F12472
RGB
CMYK
RGB Variations
Color information
#F12472 (or 0xF12472) is known color: Cerise. HEX triplet: F1, 24 and 72. RGB value is (241,36,114). Sum of RGB (Red+Green+Blue) = 241+36+114=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F12472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12472 is #0EDB8D. Grayscale: #6A6A6A. Windows color (decimal): -973710 or 7480561. OLE color: 7480561.
HSL color Cylindrical-coordinate representation of color #F12472: hue angle of 337.17º 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 #F12472 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 114 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.05 |
| HSL | 337.17º | 0.88% | 0.54% | - |
| HSV(B) | 337.17º | 0.85% | 0.95% | - |
| XYZ | 39.94 | 21.18 | 17.9 | - |
| YUV | 106.19 | 132.42 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 114 | 0 | 0.85 | 0.53 | 0.05 | 337.17 | 0.88 | 0.54 |
| Hex | F1 | 24 | 72 | 0 | 55 | 35 | 5 | 151 | 58 | 36 |
| Octal | 361 | 44 | 162 | 0 | 125 | 65 | 5 | 521 | 130 | 66 |
| Binary | 11110001 | 100100 | 1110010 | 0 | 1010101 | 110101 | 101 | 101010001 | 1011000 | 110110 |
Color Harmonies of #F12472
Complementary color
Monochromatic Colors of #F12472
Black with #F12472
Text Example
Text Example
White with #F12472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12472; }
p { color: rgb(241,36,114); }
H1.HeaderClassName
{
color: #F12472;
}
.AnyTagClassName
{
color: #F12472;
}
</style>
background-color css
<style>
a { background-color: #F12472; }
a { background-color: rgb(241,36,114); }
div.DivClassName
{
background-color: #F12472;
}
.BgClassName
{
background-color: #F12472;
}
</style>
border-color css
<style>
span { border-color: #F12472; }
span { border-color: rgb(241,36,114); }
td.TdClassName
{
border-color: #F12472;
}
.TagClassName
{
border-color: #F12472;
}
</style>