Shades of Cerise #F1256C
Tints of Cerise #F1256C
RGB
CMYK
RGB Variations
Color information
#F1256C (or 0xF1256C) is known color: Cerise. HEX triplet: F1, 25 and 6C. RGB value is (241,37,108). Sum of RGB (Red+Green+Blue) = 241+37+108=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 37 (14.84% from 255 or 9.59% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F1256C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1256C is #0EDA93. Grayscale: #6A6A6A. Windows color (decimal): -973460 or 7087601. OLE color: 7087601.
HSL color Cylindrical-coordinate representation of color #F1256C: hue angle of 339.12º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F1256C is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 37 | 108 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.05 |
| HSL | 339.12º | 0.88% | 0.55% | - |
| HSV(B) | 339.12º | 0.85% | 0.95% | - |
| XYZ | 39.64 | 21.11 | 16.17 | - |
| YUV | 106.09 | 129.09 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 37 | 108 | 0 | 0.85 | 0.55 | 0.05 | 339.12 | 0.88 | 0.55 |
| Hex | F1 | 25 | 6C | 0 | 55 | 37 | 5 | 153 | 58 | 37 |
| Octal | 361 | 45 | 154 | 0 | 125 | 67 | 5 | 523 | 130 | 67 |
| Binary | 11110001 | 100101 | 1101100 | 0 | 1010101 | 110111 | 101 | 101010011 | 1011000 | 110111 |
Color Harmonies of #F1256C
Complementary color
Monochromatic Colors of #F1256C
Black with #F1256C
Text Example
Text Example
White with #F1256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1256C; }
p { color: rgb(241,37,108); }
H1.HeaderClassName
{
color: #F1256C;
}
.AnyTagClassName
{
color: #F1256C;
}
</style>
background-color css
<style>
a { background-color: #F1256C; }
a { background-color: rgb(241,37,108); }
div.DivClassName
{
background-color: #F1256C;
}
.BgClassName
{
background-color: #F1256C;
}
</style>
border-color css
<style>
span { border-color: #F1256C; }
span { border-color: rgb(241,37,108); }
td.TdClassName
{
border-color: #F1256C;
}
.TagClassName
{
border-color: #F1256C;
}
</style>