Shades of Cerise #F1246E
Tints of Cerise #F1246E
RGB
CMYK
RGB Variations
Color information
#F1246E (or 0xF1246E) is known color: Cerise. HEX triplet: F1, 24 and 6E. RGB value is (241,36,110). Sum of RGB (Red+Green+Blue) = 241+36+110=387 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.27% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 241 - color contains mainly: red. Hex color #F1246E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1246E is #0EDB91. Grayscale: #696969. Windows color (decimal): -973714 or 7218417. OLE color: 7218417.
HSL color Cylindrical-coordinate representation of color #F1246E: hue angle of 338.34º 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 #F1246E is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 110 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.05 |
| HSL | 338.34º | 0.88% | 0.54% | - |
| HSV(B) | 338.34º | 0.85% | 0.95% | - |
| XYZ | 39.72 | 21.09 | 16.73 | - |
| YUV | 105.73 | 130.42 | 224.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 110 | 0 | 0.85 | 0.54 | 0.05 | 338.34 | 0.88 | 0.54 |
| Hex | F1 | 24 | 6E | 0 | 55 | 36 | 5 | 152 | 58 | 36 |
| Octal | 361 | 44 | 156 | 0 | 125 | 66 | 5 | 522 | 130 | 66 |
| Binary | 11110001 | 100100 | 1101110 | 0 | 1010101 | 110110 | 101 | 101010010 | 1011000 | 110110 |
Color Harmonies of #F1246E
Complementary color
Monochromatic Colors of #F1246E
Black with #F1246E
Text Example
Text Example
White with #F1246E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1246E; }
p { color: rgb(241,36,110); }
H1.HeaderClassName
{
color: #F1246E;
}
.AnyTagClassName
{
color: #F1246E;
}
</style>
background-color css
<style>
a { background-color: #F1246E; }
a { background-color: rgb(241,36,110); }
div.DivClassName
{
background-color: #F1246E;
}
.BgClassName
{
background-color: #F1246E;
}
</style>
border-color css
<style>
span { border-color: #F1246E; }
span { border-color: rgb(241,36,110); }
td.TdClassName
{
border-color: #F1246E;
}
.TagClassName
{
border-color: #F1246E;
}
</style>