Shades of Cerise #F12275
Tints of Cerise #F12275
RGB
CMYK
RGB Variations
Color information
#F12275 (or 0xF12275) is known color: Cerise. HEX triplet: F1, 22 and 75. RGB value is (241,34,117). Sum of RGB (Red+Green+Blue) = 241+34+117=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 34 (13.67% from 255 or 8.67% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F12275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12275 is #0EDD8A. Grayscale: #696969. Windows color (decimal): -974219 or 7676657. OLE color: 7676657.
HSL color Cylindrical-coordinate representation of color #F12275: hue angle of 335.94º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F12275 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 34 | 117 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.05 |
| HSL | 335.94º | 0.88% | 0.54% | - |
| HSV(B) | 335.94º | 0.86% | 0.95% | - |
| XYZ | 40.06 | 21.13 | 18.8 | - |
| YUV | 105.36 | 134.58 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 117 | 0 | 0.86 | 0.51 | 0.05 | 335.94 | 0.88 | 0.54 |
| Hex | F1 | 22 | 75 | 0 | 56 | 33 | 5 | 150 | 58 | 36 |
| Octal | 361 | 42 | 165 | 0 | 126 | 63 | 5 | 520 | 130 | 66 |
| Binary | 11110001 | 100010 | 1110101 | 0 | 1010110 | 110011 | 101 | 101010000 | 1011000 | 110110 |
Color Harmonies of #F12275
Complementary color
Monochromatic Colors of #F12275
Black with #F12275
Text Example
Text Example
White with #F12275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12275; }
p { color: rgb(241,34,117); }
H1.HeaderClassName
{
color: #F12275;
}
.AnyTagClassName
{
color: #F12275;
}
</style>
background-color css
<style>
a { background-color: #F12275; }
a { background-color: rgb(241,34,117); }
div.DivClassName
{
background-color: #F12275;
}
.BgClassName
{
background-color: #F12275;
}
</style>
border-color css
<style>
span { border-color: #F12275; }
span { border-color: rgb(241,34,117); }
td.TdClassName
{
border-color: #F12275;
}
.TagClassName
{
border-color: #F12275;
}
</style>