Shades of Alizarin #F12C41
Tints of Alizarin #F12C41
RGB
CMYK
RGB Variations
Color information
#F12C41 (or 0xF12C41) is known color: Alizarin. HEX triplet: F1, 2C and 41. RGB value is (241,44,65). Sum of RGB (Red+Green+Blue) = 241+44+65=350 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.86% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12C41 is #0ED3BE. Grayscale: #696969. Windows color (decimal): -971711 or 4271345. OLE color: 4271345.
HSL color Cylindrical-coordinate representation of color #F12C41: hue angle of 353.6º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F12C41 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 44 | 65 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.05 |
| HSL | 353.6º | 0.88% | 0.56% | - |
| HSV(B) | 353.6º | 0.82% | 0.95% | - |
| XYZ | 38.13 | 20.88 | 7.02 | - |
| YUV | 105.3 | 105.27 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 44 | 65 | 0 | 0.82 | 0.73 | 0.05 | 353.6 | 0.88 | 0.56 |
| Hex | F1 | 2C | 41 | 0 | 52 | 49 | 5 | 162 | 58 | 38 |
| Octal | 361 | 54 | 101 | 0 | 122 | 111 | 5 | 542 | 130 | 70 |
| Binary | 11110001 | 101100 | 1000001 | 0 | 1010010 | 1001001 | 101 | 101100010 | 1011000 | 111000 |
Color Harmonies of #F12C41
Complementary color
Monochromatic Colors of #F12C41
Black with #F12C41
Text Example
Text Example
White with #F12C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12C41; }
p { color: rgb(241,44,65); }
H1.HeaderClassName
{
color: #F12C41;
}
.AnyTagClassName
{
color: #F12C41;
}
</style>
background-color css
<style>
a { background-color: #F12C41; }
a { background-color: rgb(241,44,65); }
div.DivClassName
{
background-color: #F12C41;
}
.BgClassName
{
background-color: #F12C41;
}
</style>
border-color css
<style>
span { border-color: #F12C41; }
span { border-color: rgb(241,44,65); }
td.TdClassName
{
border-color: #F12C41;
}
.TagClassName
{
border-color: #F12C41;
}
</style>