Shades of Alizarin #F12E40
Tints of Alizarin #F12E40
RGB
CMYK
RGB Variations
Color information
#F12E40 (or 0xF12E40) is known color: Alizarin. HEX triplet: F1, 2E and 40. RGB value is (241,46,64). Sum of RGB (Red+Green+Blue) = 241+46+64=351 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.66% from 351); Green value is 46 (18.36% from 255 or 13.11% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 241 - color contains mainly: red. Hex color #F12E40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12E40 is #0ED1BF. Grayscale: #6A6A6A. Windows color (decimal): -971200 or 4206321. OLE color: 4206321.
HSL color Cylindrical-coordinate representation of color #F12E40: hue angle of 354.46º 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 #F12E40 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 46 | 64 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.05 |
| HSL | 354.46º | 0.87% | 0.56% | - |
| HSV(B) | 354.46º | 0.81% | 0.95% | - |
| XYZ | 38.18 | 21.02 | 6.9 | - |
| YUV | 106.36 | 104.1 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 46 | 64 | 0 | 0.81 | 0.73 | 0.05 | 354.46 | 0.87 | 0.56 |
| Hex | F1 | 2E | 40 | 0 | 51 | 49 | 5 | 162 | 57 | 38 |
| Octal | 361 | 56 | 100 | 0 | 121 | 111 | 5 | 542 | 127 | 70 |
| Binary | 11110001 | 101110 | 1000000 | 0 | 1010001 | 1001001 | 101 | 101100010 | 1010111 | 111000 |
Color Harmonies of #F12E40
Complementary color
Monochromatic Colors of #F12E40
Black with #F12E40
Text Example
Text Example
White with #F12E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12E40; }
p { color: rgb(241,46,64); }
H1.HeaderClassName
{
color: #F12E40;
}
.AnyTagClassName
{
color: #F12E40;
}
</style>
background-color css
<style>
a { background-color: #F12E40; }
a { background-color: rgb(241,46,64); }
div.DivClassName
{
background-color: #F12E40;
}
.BgClassName
{
background-color: #F12E40;
}
</style>
border-color css
<style>
span { border-color: #F12E40; }
span { border-color: rgb(241,46,64); }
td.TdClassName
{
border-color: #F12E40;
}
.TagClassName
{
border-color: #F12E40;
}
</style>