Shades of Cerise #F1246C
Tints of Cerise #F1246C
RGB
CMYK
RGB Variations
Color information
#F1246C (or 0xF1246C) is known color: Cerise. HEX triplet: F1, 24 and 6C. RGB value is (241,36,108). Sum of RGB (Red+Green+Blue) = 241+36+108=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F1246C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1246C is #0EDB93. Grayscale: #696969. Windows color (decimal): -973716 or 7087345. OLE color: 7087345.
HSL color Cylindrical-coordinate representation of color #F1246C: hue angle of 338.93º 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 #F1246C is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 108 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.05 |
| HSL | 338.93º | 0.88% | 0.54% | - |
| HSV(B) | 338.93º | 0.85% | 0.95% | - |
| XYZ | 39.61 | 21.05 | 16.16 | - |
| YUV | 105.5 | 129.42 | 224.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 108 | 0 | 0.85 | 0.55 | 0.05 | 338.93 | 0.88 | 0.54 |
| Hex | F1 | 24 | 6C | 0 | 55 | 37 | 5 | 153 | 58 | 36 |
| Octal | 361 | 44 | 154 | 0 | 125 | 67 | 5 | 523 | 130 | 66 |
| Binary | 11110001 | 100100 | 1101100 | 0 | 1010101 | 110111 | 101 | 101010011 | 1011000 | 110110 |
Color Harmonies of #F1246C
Complementary color
Monochromatic Colors of #F1246C
Black with #F1246C
Text Example
Text Example
White with #F1246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1246C; }
p { color: rgb(241,36,108); }
H1.HeaderClassName
{
color: #F1246C;
}
.AnyTagClassName
{
color: #F1246C;
}
</style>
background-color css
<style>
a { background-color: #F1246C; }
a { background-color: rgb(241,36,108); }
div.DivClassName
{
background-color: #F1246C;
}
.BgClassName
{
background-color: #F1246C;
}
</style>
border-color css
<style>
span { border-color: #F1246C; }
span { border-color: rgb(241,36,108); }
td.TdClassName
{
border-color: #F1246C;
}
.TagClassName
{
border-color: #F1246C;
}
</style>