Shades of Cerise #F12D72
Tints of Cerise #F12D72
RGB
CMYK
RGB Variations
Color information
#F12D72 (or 0xF12D72) is known color: Cerise. HEX triplet: F1, 2D and 72. RGB value is (241,45,114). Sum of RGB (Red+Green+Blue) = 241+45+114=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12D72 is #0ED28D. Grayscale: #6F6F6F. Windows color (decimal): -971406 or 7482865. OLE color: 7482865.
HSL color Cylindrical-coordinate representation of color #F12D72: hue angle of 338.88º 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 #F12D72 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 45 | 114 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.05 |
| HSL | 338.88º | 0.88% | 0.56% | - |
| HSV(B) | 338.88º | 0.81% | 0.95% | - |
| XYZ | 40.25 | 21.79 | 18 | - |
| YUV | 111.47 | 129.43 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 45 | 114 | 0 | 0.81 | 0.53 | 0.05 | 338.88 | 0.88 | 0.56 |
| Hex | F1 | 2D | 72 | 0 | 51 | 35 | 5 | 153 | 58 | 38 |
| Octal | 361 | 55 | 162 | 0 | 121 | 65 | 5 | 523 | 130 | 70 |
| Binary | 11110001 | 101101 | 1110010 | 0 | 1010001 | 110101 | 101 | 101010011 | 1011000 | 111000 |
Color Harmonies of #F12D72
Complementary color
Monochromatic Colors of #F12D72
Black with #F12D72
Text Example
Text Example
White with #F12D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12D72; }
p { color: rgb(241,45,114); }
H1.HeaderClassName
{
color: #F12D72;
}
.AnyTagClassName
{
color: #F12D72;
}
</style>
background-color css
<style>
a { background-color: #F12D72; }
a { background-color: rgb(241,45,114); }
div.DivClassName
{
background-color: #F12D72;
}
.BgClassName
{
background-color: #F12D72;
}
</style>
border-color css
<style>
span { border-color: #F12D72; }
span { border-color: rgb(241,45,114); }
td.TdClassName
{
border-color: #F12D72;
}
.TagClassName
{
border-color: #F12D72;
}
</style>