Shades of Cerise #F12E6D
Tints of Cerise #F12E6D
RGB
CMYK
RGB Variations
Color information
#F12E6D (or 0xF12E6D) is known color: Cerise. HEX triplet: F1, 2E and 6D. RGB value is (241,46,109). Sum of RGB (Red+Green+Blue) = 241+46+109=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 46 (18.36% from 255 or 11.62% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F12E6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12E6D is #0ED192. Grayscale: #6F6F6F. Windows color (decimal): -971155 or 7155441. OLE color: 7155441.
HSL color Cylindrical-coordinate representation of color #F12E6D: hue angle of 340.62º 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 #F12E6D is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 46 | 109 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.05 |
| HSL | 340.62º | 0.87% | 0.56% | - |
| HSV(B) | 340.62º | 0.81% | 0.95% | - |
| XYZ | 40.01 | 21.76 | 16.56 | - |
| YUV | 111.49 | 126.6 | 220.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 46 | 109 | 0 | 0.81 | 0.55 | 0.05 | 340.62 | 0.87 | 0.56 |
| Hex | F1 | 2E | 6D | 0 | 51 | 37 | 5 | 155 | 57 | 38 |
| Octal | 361 | 56 | 155 | 0 | 121 | 67 | 5 | 525 | 127 | 70 |
| Binary | 11110001 | 101110 | 1101101 | 0 | 1010001 | 110111 | 101 | 101010101 | 1010111 | 111000 |
Color Harmonies of #F12E6D
Complementary color
Monochromatic Colors of #F12E6D
Black with #F12E6D
Text Example
Text Example
White with #F12E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12E6D; }
p { color: rgb(241,46,109); }
H1.HeaderClassName
{
color: #F12E6D;
}
.AnyTagClassName
{
color: #F12E6D;
}
</style>
background-color css
<style>
a { background-color: #F12E6D; }
a { background-color: rgb(241,46,109); }
div.DivClassName
{
background-color: #F12E6D;
}
.BgClassName
{
background-color: #F12E6D;
}
</style>
border-color css
<style>
span { border-color: #F12E6D; }
span { border-color: rgb(241,46,109); }
td.TdClassName
{
border-color: #F12E6D;
}
.TagClassName
{
border-color: #F12E6D;
}
</style>