Shades of Cerise #F12564
Tints of Cerise #F12564
RGB
CMYK
RGB Variations
Color information
#F12564 (or 0xF12564) is known color: Cerise. HEX triplet: F1, 25 and 64. RGB value is (241,37,100). Sum of RGB (Red+Green+Blue) = 241+37+100=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 37 (14.84% from 255 or 9.79% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F12564 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12564 is #0EDA9B. Grayscale: #696969. Windows color (decimal): -973468 or 6563313. OLE color: 6563313.
HSL color Cylindrical-coordinate representation of color #F12564: hue angle of 341.47º 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 #F12564 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 37 | 100 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.05 |
| HSL | 341.47º | 0.88% | 0.55% | - |
| HSV(B) | 341.47º | 0.85% | 0.95% | - |
| XYZ | 39.24 | 20.94 | 14.03 | - |
| YUV | 105.18 | 125.09 | 224.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 37 | 100 | 0 | 0.85 | 0.59 | 0.05 | 341.47 | 0.88 | 0.55 |
| Hex | F1 | 25 | 64 | 0 | 55 | 3B | 5 | 155 | 58 | 37 |
| Octal | 361 | 45 | 144 | 0 | 125 | 73 | 5 | 525 | 130 | 67 |
| Binary | 11110001 | 100101 | 1100100 | 0 | 1010101 | 111011 | 101 | 101010101 | 1011000 | 110111 |
Color Harmonies of #F12564
Complementary color
Monochromatic Colors of #F12564
Black with #F12564
Text Example
Text Example
White with #F12564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12564; }
p { color: rgb(241,37,100); }
H1.HeaderClassName
{
color: #F12564;
}
.AnyTagClassName
{
color: #F12564;
}
</style>
background-color css
<style>
a { background-color: #F12564; }
a { background-color: rgb(241,37,100); }
div.DivClassName
{
background-color: #F12564;
}
.BgClassName
{
background-color: #F12564;
}
</style>
border-color css
<style>
span { border-color: #F12564; }
span { border-color: rgb(241,37,100); }
td.TdClassName
{
border-color: #F12564;
}
.TagClassName
{
border-color: #F12564;
}
</style>