Shades of Cerise #F1236E
Tints of Cerise #F1236E
RGB
CMYK
RGB Variations
Color information
#F1236E (or 0xF1236E) is known color: Cerise. HEX triplet: F1, 23 and 6E. RGB value is (241,35,110). Sum of RGB (Red+Green+Blue) = 241+35+110=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F1236E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1236E is #0EDC91. Grayscale: #696969. Windows color (decimal): -973970 or 7218161. OLE color: 7218161.
HSL color Cylindrical-coordinate representation of color #F1236E: hue angle of 338.16º 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 #F1236E is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 110 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.05 |
| HSL | 338.16º | 0.88% | 0.54% | - |
| HSV(B) | 338.16º | 0.85% | 0.95% | - |
| XYZ | 39.69 | 21.03 | 16.72 | - |
| YUV | 105.14 | 130.75 | 224.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 110 | 0 | 0.85 | 0.54 | 0.05 | 338.16 | 0.88 | 0.54 |
| Hex | F1 | 23 | 6E | 0 | 55 | 36 | 5 | 152 | 58 | 36 |
| Octal | 361 | 43 | 156 | 0 | 125 | 66 | 5 | 522 | 130 | 66 |
| Binary | 11110001 | 100011 | 1101110 | 0 | 1010101 | 110110 | 101 | 101010010 | 1011000 | 110110 |
Color Harmonies of #F1236E
Complementary color
Monochromatic Colors of #F1236E
Black with #F1236E
Text Example
Text Example
White with #F1236E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1236E; }
p { color: rgb(241,35,110); }
H1.HeaderClassName
{
color: #F1236E;
}
.AnyTagClassName
{
color: #F1236E;
}
</style>
background-color css
<style>
a { background-color: #F1236E; }
a { background-color: rgb(241,35,110); }
div.DivClassName
{
background-color: #F1236E;
}
.BgClassName
{
background-color: #F1236E;
}
</style>
border-color css
<style>
span { border-color: #F1236E; }
span { border-color: rgb(241,35,110); }
td.TdClassName
{
border-color: #F1236E;
}
.TagClassName
{
border-color: #F1236E;
}
</style>