Shades of Alizarin #F12140
Tints of Alizarin #F12140
RGB
CMYK
RGB Variations
Color information
#F12140 (or 0xF12140) is known color: Alizarin. HEX triplet: F1, 21 and 40. RGB value is (241,33,64). Sum of RGB (Red+Green+Blue) = 241+33+64=338 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.30% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 241 - color contains mainly: red. Hex color #F12140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12140 is #0EDEBF. Grayscale: #626262. Windows color (decimal): -974528 or 4202993. OLE color: 4202993.
HSL color Cylindrical-coordinate representation of color #F12140: hue angle of 351.06º 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 #F12140 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 33 | 64 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.05 |
| HSL | 351.06º | 0.88% | 0.54% | - |
| HSV(B) | 351.06º | 0.86% | 0.95% | - |
| XYZ | 37.74 | 20.16 | 6.75 | - |
| YUV | 98.73 | 108.41 | 229.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 33 | 64 | 0 | 0.86 | 0.73 | 0.05 | 351.06 | 0.88 | 0.54 |
| Hex | F1 | 21 | 40 | 0 | 56 | 49 | 5 | 15F | 58 | 36 |
| Octal | 361 | 41 | 100 | 0 | 126 | 111 | 5 | 537 | 130 | 66 |
| Binary | 11110001 | 100001 | 1000000 | 0 | 1010110 | 1001001 | 101 | 101011111 | 1011000 | 110110 |
Color Harmonies of #F12140
Complementary color
Monochromatic Colors of #F12140
Black with #F12140
Text Example
Text Example
White with #F12140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12140; }
p { color: rgb(241,33,64); }
H1.HeaderClassName
{
color: #F12140;
}
.AnyTagClassName
{
color: #F12140;
}
</style>
background-color css
<style>
a { background-color: #F12140; }
a { background-color: rgb(241,33,64); }
div.DivClassName
{
background-color: #F12140;
}
.BgClassName
{
background-color: #F12140;
}
</style>
border-color css
<style>
span { border-color: #F12140; }
span { border-color: rgb(241,33,64); }
td.TdClassName
{
border-color: #F12140;
}
.TagClassName
{
border-color: #F12140;
}
</style>