Shades of Alizarin #F12136
Tints of Alizarin #F12136
RGB
CMYK
RGB Variations
Color information
#F12136 (or 0xF12136) is known color: Alizarin. HEX triplet: F1, 21 and 36. RGB value is (241,33,54). Sum of RGB (Red+Green+Blue) = 241+33+54=328 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.48% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 241 - color contains mainly: red. Hex color #F12136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12136 is #0EDEC9. Grayscale: #616161. Windows color (decimal): -974538 or 3547633. OLE color: 3547633.
HSL color Cylindrical-coordinate representation of color #F12136: hue angle of 353.94º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F12136 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 33 | 54 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.05 |
| HSL | 353.94º | 0.88% | 0.54% | - |
| HSV(B) | 353.94º | 0.86% | 0.95% | - |
| XYZ | 37.49 | 20.05 | 5.39 | - |
| YUV | 97.59 | 103.41 | 230.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 33 | 54 | 0 | 0.86 | 0.78 | 0.05 | 353.94 | 0.88 | 0.54 |
| Hex | F1 | 21 | 36 | 0 | 56 | 4E | 5 | 162 | 58 | 36 |
| Octal | 361 | 41 | 66 | 0 | 126 | 116 | 5 | 542 | 130 | 66 |
| Binary | 11110001 | 100001 | 110110 | 0 | 1010110 | 1001110 | 101 | 101100010 | 1011000 | 110110 |
Color Harmonies of #F12136
Complementary color
Monochromatic Colors of #F12136
Black with #F12136
Text Example
Text Example
White with #F12136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12136; }
p { color: rgb(241,33,54); }
H1.HeaderClassName
{
color: #F12136;
}
.AnyTagClassName
{
color: #F12136;
}
</style>
background-color css
<style>
a { background-color: #F12136; }
a { background-color: rgb(241,33,54); }
div.DivClassName
{
background-color: #F12136;
}
.BgClassName
{
background-color: #F12136;
}
</style>
border-color css
<style>
span { border-color: #F12136; }
span { border-color: rgb(241,33,54); }
td.TdClassName
{
border-color: #F12136;
}
.TagClassName
{
border-color: #F12136;
}
</style>