Shades of Alizarin #F42041
Tints of Alizarin #F42041
RGB
CMYK
RGB Variations
Color information
#F42041 (or 0xF42041) is known color: Alizarin. HEX triplet: F4, 20 and 41. RGB value is (244,32,65). Sum of RGB (Red+Green+Blue) = 244+32+65=341 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.55% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 244 - color contains mainly: red. Hex color #F42041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42041 is #0BDFBE. Grayscale: #636363. Windows color (decimal): -778175 or 4268276. OLE color: 4268276.
HSL color Cylindrical-coordinate representation of color #F42041: hue angle of 350.66º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F42041 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 65 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.04 |
| HSL | 350.66º | 0.91% | 0.54% | - |
| HSV(B) | 350.66º | 0.87% | 0.96% | - |
| XYZ | 38.78 | 20.65 | 6.94 | - |
| YUV | 99.15 | 108.74 | 231.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 65 | 0 | 0.87 | 0.73 | 0.04 | 350.66 | 0.91 | 0.54 |
| Hex | F4 | 20 | 41 | 0 | 57 | 49 | 4 | 15F | 5B | 36 |
| Octal | 364 | 40 | 101 | 0 | 127 | 111 | 4 | 537 | 133 | 66 |
| Binary | 11110100 | 100000 | 1000001 | 0 | 1010111 | 1001001 | 100 | 101011111 | 1011011 | 110110 |
Color Harmonies of #F42041
Complementary color
Monochromatic Colors of #F42041
Black with #F42041
Text Example
Text Example
White with #F42041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42041; }
p { color: rgb(244,32,65); }
H1.HeaderClassName
{
color: #F42041;
}
.AnyTagClassName
{
color: #F42041;
}
</style>
background-color css
<style>
a { background-color: #F42041; }
a { background-color: rgb(244,32,65); }
div.DivClassName
{
background-color: #F42041;
}
.BgClassName
{
background-color: #F42041;
}
</style>
border-color css
<style>
span { border-color: #F42041; }
span { border-color: rgb(244,32,65); }
td.TdClassName
{
border-color: #F42041;
}
.TagClassName
{
border-color: #F42041;
}
</style>