Shades of Alizarin #F52041
Tints of Alizarin #F52041
RGB
CMYK
RGB Variations
Color information
#F52041 (or 0xF52041) is known color: Alizarin. HEX triplet: F5, 20 and 41. RGB value is (245,32,65). Sum of RGB (Red+Green+Blue) = 245+32+65=342 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.64% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 245 - color contains mainly: red. Hex color #F52041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52041 is #0ADFBE. Grayscale: #636363. Windows color (decimal): -712639 or 4268277. OLE color: 4268277.
HSL color Cylindrical-coordinate representation of color #F52041: hue angle of 350.7º 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 #F52041 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 65 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.04 |
| HSL | 350.7º | 0.91% | 0.54% | - |
| HSV(B) | 350.7º | 0.87% | 0.96% | - |
| XYZ | 39.13 | 20.83 | 6.96 | - |
| YUV | 99.45 | 108.57 | 231.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 65 | 0 | 0.87 | 0.73 | 0.04 | 350.7 | 0.91 | 0.54 |
| Hex | F5 | 20 | 41 | 0 | 57 | 49 | 4 | 15F | 5B | 36 |
| Octal | 365 | 40 | 101 | 0 | 127 | 111 | 4 | 537 | 133 | 66 |
| Binary | 11110101 | 100000 | 1000001 | 0 | 1010111 | 1001001 | 100 | 101011111 | 1011011 | 110110 |
Color Harmonies of #F52041
Complementary color
Monochromatic Colors of #F52041
Black with #F52041
Text Example
Text Example
White with #F52041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52041; }
p { color: rgb(245,32,65); }
H1.HeaderClassName
{
color: #F52041;
}
.AnyTagClassName
{
color: #F52041;
}
</style>
background-color css
<style>
a { background-color: #F52041; }
a { background-color: rgb(245,32,65); }
div.DivClassName
{
background-color: #F52041;
}
.BgClassName
{
background-color: #F52041;
}
</style>
border-color css
<style>
span { border-color: #F52041; }
span { border-color: rgb(245,32,65); }
td.TdClassName
{
border-color: #F52041;
}
.TagClassName
{
border-color: #F52041;
}
</style>