Shades of Cerise #F12567
Tints of Cerise #F12567
RGB
CMYK
RGB Variations
Color information
#F12567 (or 0xF12567) is known color: Cerise. HEX triplet: F1, 25 and 67. RGB value is (241,37,103). Sum of RGB (Red+Green+Blue) = 241+37+103=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 103 (40.62% from 255 or 27.03% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F12567 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12567 is #0EDA98. Grayscale: #696969. Windows color (decimal): -973465 or 6759921. OLE color: 6759921.
HSL color Cylindrical-coordinate representation of color #F12567: hue angle of 340.59º 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 #F12567 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 37 | 103 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.05 |
| HSL | 340.59º | 0.88% | 0.55% | - |
| HSV(B) | 340.59º | 0.85% | 0.95% | - |
| XYZ | 39.39 | 21 | 14.81 | - |
| YUV | 105.52 | 126.59 | 224.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 37 | 103 | 0 | 0.85 | 0.57 | 0.05 | 340.59 | 0.88 | 0.55 |
| Hex | F1 | 25 | 67 | 0 | 55 | 39 | 5 | 155 | 58 | 37 |
| Octal | 361 | 45 | 147 | 0 | 125 | 71 | 5 | 525 | 130 | 67 |
| Binary | 11110001 | 100101 | 1100111 | 0 | 1010101 | 111001 | 101 | 101010101 | 1011000 | 110111 |
Color Harmonies of #F12567
Complementary color
Monochromatic Colors of #F12567
Black with #F12567
Text Example
Text Example
White with #F12567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12567; }
p { color: rgb(241,37,103); }
H1.HeaderClassName
{
color: #F12567;
}
.AnyTagClassName
{
color: #F12567;
}
</style>
background-color css
<style>
a { background-color: #F12567; }
a { background-color: rgb(241,37,103); }
div.DivClassName
{
background-color: #F12567;
}
.BgClassName
{
background-color: #F12567;
}
</style>
border-color css
<style>
span { border-color: #F12567; }
span { border-color: rgb(241,37,103); }
td.TdClassName
{
border-color: #F12567;
}
.TagClassName
{
border-color: #F12567;
}
</style>