Shades of Cerise #F12971
Tints of Cerise #F12971
RGB
CMYK
RGB Variations
Color information
#F12971 (or 0xF12971) is known color: Cerise. HEX triplet: F1, 29 and 71. RGB value is (241,41,113). Sum of RGB (Red+Green+Blue) = 241+41+113=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F12971 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12971 is #0ED68E. Grayscale: #6C6C6C. Windows color (decimal): -972431 or 7416305. OLE color: 7416305.
HSL color Cylindrical-coordinate representation of color #F12971: hue angle of 338.4º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F12971 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 41 | 113 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.05 |
| HSL | 338.4º | 0.88% | 0.55% | - |
| HSV(B) | 338.4º | 0.83% | 0.95% | - |
| XYZ | 40.05 | 21.48 | 17.66 | - |
| YUV | 109.01 | 130.26 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 41 | 113 | 0 | 0.83 | 0.53 | 0.05 | 338.4 | 0.88 | 0.55 |
| Hex | F1 | 29 | 71 | 0 | 53 | 35 | 5 | 152 | 58 | 37 |
| Octal | 361 | 51 | 161 | 0 | 123 | 65 | 5 | 522 | 130 | 67 |
| Binary | 11110001 | 101001 | 1110001 | 0 | 1010011 | 110101 | 101 | 101010010 | 1011000 | 110111 |
Color Harmonies of #F12971
Complementary color
Monochromatic Colors of #F12971
Black with #F12971
Text Example
Text Example
White with #F12971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12971; }
p { color: rgb(241,41,113); }
H1.HeaderClassName
{
color: #F12971;
}
.AnyTagClassName
{
color: #F12971;
}
</style>
background-color css
<style>
a { background-color: #F12971; }
a { background-color: rgb(241,41,113); }
div.DivClassName
{
background-color: #F12971;
}
.BgClassName
{
background-color: #F12971;
}
</style>
border-color css
<style>
span { border-color: #F12971; }
span { border-color: rgb(241,41,113); }
td.TdClassName
{
border-color: #F12971;
}
.TagClassName
{
border-color: #F12971;
}
</style>