Shades of Cerise #F12D6D
Tints of Cerise #F12D6D
RGB
CMYK
RGB Variations
Color information
#F12D6D (or 0xF12D6D) is known color: Cerise. HEX triplet: F1, 2D and 6D. RGB value is (241,45,109). Sum of RGB (Red+Green+Blue) = 241+45+109=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12D6D is #0ED292. Grayscale: #6E6E6E. Windows color (decimal): -971411 or 7155185. OLE color: 7155185.
HSL color Cylindrical-coordinate representation of color #F12D6D: hue angle of 340.41º degrees, saturation: 0.88, 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 #F12D6D is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 45 | 109 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.05 |
| HSL | 340.41º | 0.88% | 0.56% | - |
| HSV(B) | 340.41º | 0.81% | 0.95% | - |
| XYZ | 39.97 | 21.68 | 16.55 | - |
| YUV | 110.9 | 126.93 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 45 | 109 | 0 | 0.81 | 0.55 | 0.05 | 340.41 | 0.88 | 0.56 |
| Hex | F1 | 2D | 6D | 0 | 51 | 37 | 5 | 154 | 58 | 38 |
| Octal | 361 | 55 | 155 | 0 | 121 | 67 | 5 | 524 | 130 | 70 |
| Binary | 11110001 | 101101 | 1101101 | 0 | 1010001 | 110111 | 101 | 101010100 | 1011000 | 111000 |
Color Harmonies of #F12D6D
Complementary color
Monochromatic Colors of #F12D6D
Black with #F12D6D
Text Example
Text Example
White with #F12D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12D6D; }
p { color: rgb(241,45,109); }
H1.HeaderClassName
{
color: #F12D6D;
}
.AnyTagClassName
{
color: #F12D6D;
}
</style>
background-color css
<style>
a { background-color: #F12D6D; }
a { background-color: rgb(241,45,109); }
div.DivClassName
{
background-color: #F12D6D;
}
.BgClassName
{
background-color: #F12D6D;
}
</style>
border-color css
<style>
span { border-color: #F12D6D; }
span { border-color: rgb(241,45,109); }
td.TdClassName
{
border-color: #F12D6D;
}
.TagClassName
{
border-color: #F12D6D;
}
</style>