Shades of Cerise #F12E6B
Tints of Cerise #F12E6B
RGB
CMYK
RGB Variations
Color information
#F12E6B (or 0xF12E6B) is known color: Cerise. HEX triplet: F1, 2E and 6B. RGB value is (241,46,107). Sum of RGB (Red+Green+Blue) = 241+46+107=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 46 (18.36% from 255 or 11.68% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F12E6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12E6B is #0ED194. Grayscale: #6F6F6F. Windows color (decimal): -971157 or 7024369. OLE color: 7024369.
HSL color Cylindrical-coordinate representation of color #F12E6B: hue angle of 341.23º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F12E6B is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 46 | 107 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.05 |
| HSL | 341.23º | 0.87% | 0.56% | - |
| HSV(B) | 341.23º | 0.81% | 0.95% | - |
| XYZ | 39.91 | 21.72 | 16 | - |
| YUV | 111.26 | 125.6 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 46 | 107 | 0 | 0.81 | 0.56 | 0.05 | 341.23 | 0.87 | 0.56 |
| Hex | F1 | 2E | 6B | 0 | 51 | 38 | 5 | 155 | 57 | 38 |
| Octal | 361 | 56 | 153 | 0 | 121 | 70 | 5 | 525 | 127 | 70 |
| Binary | 11110001 | 101110 | 1101011 | 0 | 1010001 | 111000 | 101 | 101010101 | 1010111 | 111000 |
Color Harmonies of #F12E6B
Complementary color
Monochromatic Colors of #F12E6B
Black with #F12E6B
Text Example
Text Example
White with #F12E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12E6B; }
p { color: rgb(241,46,107); }
H1.HeaderClassName
{
color: #F12E6B;
}
.AnyTagClassName
{
color: #F12E6B;
}
</style>
background-color css
<style>
a { background-color: #F12E6B; }
a { background-color: rgb(241,46,107); }
div.DivClassName
{
background-color: #F12E6B;
}
.BgClassName
{
background-color: #F12E6B;
}
</style>
border-color css
<style>
span { border-color: #F12E6B; }
span { border-color: rgb(241,46,107); }
td.TdClassName
{
border-color: #F12E6B;
}
.TagClassName
{
border-color: #F12E6B;
}
</style>