Shades of Alizarin #F54041
Tints of Alizarin #F54041
RGB
CMYK
RGB Variations
Color information
#F54041 (or 0xF54041) is known color: Alizarin. HEX triplet: F5, 40 and 41. RGB value is (245,64,65). Sum of RGB (Red+Green+Blue) = 245+64+65=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F54041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54041 is #0ABFBE. Grayscale: #767676. Windows color (decimal): -704447 or 4276469. OLE color: 4276469.
HSL color Cylindrical-coordinate representation of color #F54041: hue angle of 359.67º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F54041 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 64 | 65 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.04 |
| HSL | 359.67º | 0.9% | 0.61% | - |
| HSV(B) | 359.67º | 0.74% | 0.96% | - |
| XYZ | 40.44 | 23.46 | 7.4 | - |
| YUV | 118.23 | 97.97 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 65 | 0 | 0.74 | 0.73 | 0.04 | 359.67 | 0.9 | 0.61 |
| Hex | F5 | 40 | 41 | 0 | 4A | 49 | 4 | 168 | 5A | 3D |
| Octal | 365 | 100 | 101 | 0 | 112 | 111 | 4 | 550 | 132 | 75 |
| Binary | 11110101 | 1000000 | 1000001 | 0 | 1001010 | 1001001 | 100 | 101101000 | 1011010 | 111101 |
Color Harmonies of #F54041
Complementary color
Monochromatic Colors of #F54041
Black with #F54041
Text Example
Text Example
White with #F54041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54041; }
p { color: rgb(245,64,65); }
H1.HeaderClassName
{
color: #F54041;
}
.AnyTagClassName
{
color: #F54041;
}
</style>
background-color css
<style>
a { background-color: #F54041; }
a { background-color: rgb(245,64,65); }
div.DivClassName
{
background-color: #F54041;
}
.BgClassName
{
background-color: #F54041;
}
</style>
border-color css
<style>
span { border-color: #F54041; }
span { border-color: rgb(245,64,65); }
td.TdClassName
{
border-color: #F54041;
}
.TagClassName
{
border-color: #F54041;
}
</style>