Shades of Cerise #F12365
Tints of Cerise #F12365
RGB
CMYK
RGB Variations
Color information
#F12365 (or 0xF12365) is known color: Cerise. HEX triplet: F1, 23 and 65. RGB value is (241,35,101). Sum of RGB (Red+Green+Blue) = 241+35+101=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F12365 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12365 is #0EDC9A. Grayscale: #686868. Windows color (decimal): -973979 or 6628337. OLE color: 6628337.
HSL color Cylindrical-coordinate representation of color #F12365: hue angle of 340.78º 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 #F12365 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 101 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.05 |
| HSL | 340.78º | 0.88% | 0.54% | - |
| HSV(B) | 340.78º | 0.85% | 0.95% | - |
| XYZ | 39.23 | 20.84 | 14.27 | - |
| YUV | 104.12 | 126.25 | 225.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 101 | 0 | 0.85 | 0.58 | 0.05 | 340.78 | 0.88 | 0.54 |
| Hex | F1 | 23 | 65 | 0 | 55 | 3A | 5 | 155 | 58 | 36 |
| Octal | 361 | 43 | 145 | 0 | 125 | 72 | 5 | 525 | 130 | 66 |
| Binary | 11110001 | 100011 | 1100101 | 0 | 1010101 | 111010 | 101 | 101010101 | 1011000 | 110110 |
Color Harmonies of #F12365
Complementary color
Monochromatic Colors of #F12365
Black with #F12365
Text Example
Text Example
White with #F12365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12365; }
p { color: rgb(241,35,101); }
H1.HeaderClassName
{
color: #F12365;
}
.AnyTagClassName
{
color: #F12365;
}
</style>
background-color css
<style>
a { background-color: #F12365; }
a { background-color: rgb(241,35,101); }
div.DivClassName
{
background-color: #F12365;
}
.BgClassName
{
background-color: #F12365;
}
</style>
border-color css
<style>
span { border-color: #F12365; }
span { border-color: rgb(241,35,101); }
td.TdClassName
{
border-color: #F12365;
}
.TagClassName
{
border-color: #F12365;
}
</style>