Shades of Cerise #F1246D
Tints of Cerise #F1246D
RGB
CMYK
RGB Variations
Color information
#F1246D (or 0xF1246D) is known color: Cerise. HEX triplet: F1, 24 and 6D. RGB value is (241,36,109). Sum of RGB (Red+Green+Blue) = 241+36+109=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F1246D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1246D is #0EDB92. Grayscale: #696969. Windows color (decimal): -973715 or 7152881. OLE color: 7152881.
HSL color Cylindrical-coordinate representation of color #F1246D: hue angle of 338.63º 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 #F1246D is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 109 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.05 |
| HSL | 338.63º | 0.88% | 0.54% | - |
| HSV(B) | 338.63º | 0.85% | 0.95% | - |
| XYZ | 39.67 | 21.07 | 16.44 | - |
| YUV | 105.62 | 129.92 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 109 | 0 | 0.85 | 0.55 | 0.05 | 338.63 | 0.88 | 0.54 |
| Hex | F1 | 24 | 6D | 0 | 55 | 37 | 5 | 153 | 58 | 36 |
| Octal | 361 | 44 | 155 | 0 | 125 | 67 | 5 | 523 | 130 | 66 |
| Binary | 11110001 | 100100 | 1101101 | 0 | 1010101 | 110111 | 101 | 101010011 | 1011000 | 110110 |
Color Harmonies of #F1246D
Complementary color
Monochromatic Colors of #F1246D
Black with #F1246D
Text Example
Text Example
White with #F1246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1246D; }
p { color: rgb(241,36,109); }
H1.HeaderClassName
{
color: #F1246D;
}
.AnyTagClassName
{
color: #F1246D;
}
</style>
background-color css
<style>
a { background-color: #F1246D; }
a { background-color: rgb(241,36,109); }
div.DivClassName
{
background-color: #F1246D;
}
.BgClassName
{
background-color: #F1246D;
}
</style>
border-color css
<style>
span { border-color: #F1246D; }
span { border-color: rgb(241,36,109); }
td.TdClassName
{
border-color: #F1246D;
}
.TagClassName
{
border-color: #F1246D;
}
</style>