Shades of Alizarin #F12242
Tints of Alizarin #F12242
RGB
CMYK
RGB Variations
Color information
#F12242 (or 0xF12242) is known color: Alizarin. HEX triplet: F1, 22 and 42. RGB value is (241,34,66). Sum of RGB (Red+Green+Blue) = 241+34+66=341 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.67% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 241 - color contains mainly: red. Hex color #F12242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12242 is #0EDDBD. Grayscale: #636363. Windows color (decimal): -974270 or 4334321. OLE color: 4334321.
HSL color Cylindrical-coordinate representation of color #F12242: hue angle of 350.72º 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 #F12242 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 34 | 66 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.05 |
| HSL | 350.72º | 0.88% | 0.54% | - |
| HSV(B) | 350.72º | 0.86% | 0.95% | - |
| XYZ | 37.83 | 20.24 | 7.07 | - |
| YUV | 99.54 | 109.08 | 228.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 66 | 0 | 0.86 | 0.73 | 0.05 | 350.72 | 0.88 | 0.54 |
| Hex | F1 | 22 | 42 | 0 | 56 | 49 | 5 | 15F | 58 | 36 |
| Octal | 361 | 42 | 102 | 0 | 126 | 111 | 5 | 537 | 130 | 66 |
| Binary | 11110001 | 100010 | 1000010 | 0 | 1010110 | 1001001 | 101 | 101011111 | 1011000 | 110110 |
Color Harmonies of #F12242
Complementary color
Monochromatic Colors of #F12242
Black with #F12242
Text Example
Text Example
White with #F12242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12242; }
p { color: rgb(241,34,66); }
H1.HeaderClassName
{
color: #F12242;
}
.AnyTagClassName
{
color: #F12242;
}
</style>
background-color css
<style>
a { background-color: #F12242; }
a { background-color: rgb(241,34,66); }
div.DivClassName
{
background-color: #F12242;
}
.BgClassName
{
background-color: #F12242;
}
</style>
border-color css
<style>
span { border-color: #F12242; }
span { border-color: rgb(241,34,66); }
td.TdClassName
{
border-color: #F12242;
}
.TagClassName
{
border-color: #F12242;
}
</style>