Shades of Cerise #F1236C
Tints of Cerise #F1236C
RGB
CMYK
RGB Variations
Color information
#F1236C (or 0xF1236C) is known color: Cerise. HEX triplet: F1, 23 and 6C. RGB value is (241,35,108). Sum of RGB (Red+Green+Blue) = 241+35+108=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 35 (14.06% from 255 or 9.11% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F1236C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1236C is #0EDC93. Grayscale: #686868. Windows color (decimal): -973972 or 7087089. OLE color: 7087089.
HSL color Cylindrical-coordinate representation of color #F1236C: hue angle of 338.74º 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 #F1236C is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 108 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.05 |
| HSL | 338.74º | 0.88% | 0.54% | - |
| HSV(B) | 338.74º | 0.85% | 0.95% | - |
| XYZ | 39.58 | 20.99 | 16.15 | - |
| YUV | 104.92 | 129.75 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 108 | 0 | 0.85 | 0.55 | 0.05 | 338.74 | 0.88 | 0.54 |
| Hex | F1 | 23 | 6C | 0 | 55 | 37 | 5 | 153 | 58 | 36 |
| Octal | 361 | 43 | 154 | 0 | 125 | 67 | 5 | 523 | 130 | 66 |
| Binary | 11110001 | 100011 | 1101100 | 0 | 1010101 | 110111 | 101 | 101010011 | 1011000 | 110110 |
Color Harmonies of #F1236C
Complementary color
Monochromatic Colors of #F1236C
Black with #F1236C
Text Example
Text Example
White with #F1236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1236C; }
p { color: rgb(241,35,108); }
H1.HeaderClassName
{
color: #F1236C;
}
.AnyTagClassName
{
color: #F1236C;
}
</style>
background-color css
<style>
a { background-color: #F1236C; }
a { background-color: rgb(241,35,108); }
div.DivClassName
{
background-color: #F1236C;
}
.BgClassName
{
background-color: #F1236C;
}
</style>
border-color css
<style>
span { border-color: #F1236C; }
span { border-color: rgb(241,35,108); }
td.TdClassName
{
border-color: #F1236C;
}
.TagClassName
{
border-color: #F1236C;
}
</style>