Shades of Alizarin #F12440
Tints of Alizarin #F12440
RGB
CMYK
RGB Variations
Color information
#F12440 (or 0xF12440) is known color: Alizarin. HEX triplet: F1, 24 and 40. RGB value is (241,36,64). Sum of RGB (Red+Green+Blue) = 241+36+64=341 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.67% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 241 - color contains mainly: red. Hex color #F12440 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12440 is #0EDBBF. Grayscale: #646464. Windows color (decimal): -973760 or 4203761. OLE color: 4203761.
HSL color Cylindrical-coordinate representation of color #F12440: hue angle of 351.8º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F12440 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 64 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.05 |
| HSL | 351.8º | 0.88% | 0.54% | - |
| HSV(B) | 351.8º | 0.85% | 0.95% | - |
| XYZ | 37.83 | 20.33 | 6.78 | - |
| YUV | 100.49 | 107.42 | 228.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 64 | 0 | 0.85 | 0.73 | 0.05 | 351.8 | 0.88 | 0.54 |
| Hex | F1 | 24 | 40 | 0 | 55 | 49 | 5 | 160 | 58 | 36 |
| Octal | 361 | 44 | 100 | 0 | 125 | 111 | 5 | 540 | 130 | 66 |
| Binary | 11110001 | 100100 | 1000000 | 0 | 1010101 | 1001001 | 101 | 101100000 | 1011000 | 110110 |
Color Harmonies of #F12440
Complementary color
Monochromatic Colors of #F12440
Black with #F12440
Text Example
Text Example
White with #F12440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12440; }
p { color: rgb(241,36,64); }
H1.HeaderClassName
{
color: #F12440;
}
.AnyTagClassName
{
color: #F12440;
}
</style>
background-color css
<style>
a { background-color: #F12440; }
a { background-color: rgb(241,36,64); }
div.DivClassName
{
background-color: #F12440;
}
.BgClassName
{
background-color: #F12440;
}
</style>
border-color css
<style>
span { border-color: #F12440; }
span { border-color: rgb(241,36,64); }
td.TdClassName
{
border-color: #F12440;
}
.TagClassName
{
border-color: #F12440;
}
</style>