Shades of Alizarin #F04041
Tints of Alizarin #F04041
RGB
CMYK
RGB Variations
Color information
#F04041 (or 0xF04041) is known color: Alizarin. HEX triplet: F0, 40 and 41. RGB value is (240,64,65). Sum of RGB (Red+Green+Blue) = 240+64+65=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F04041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04041 is #0FBFBE. Grayscale: #747474. Windows color (decimal): -1032127 or 4276464. OLE color: 4276464.
HSL color Cylindrical-coordinate representation of color #F04041: hue angle of 359.66º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04041 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 65 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.06 |
| HSL | 359.66º | 0.85% | 0.6% | - |
| HSV(B) | 359.66º | 0.73% | 0.94% | - |
| XYZ | 38.72 | 22.57 | 7.32 | - |
| YUV | 116.74 | 98.81 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 65 | 0 | 0.73 | 0.73 | 0.06 | 359.66 | 0.85 | 0.6 |
| Hex | F0 | 40 | 41 | 0 | 49 | 49 | 6 | 168 | 55 | 3C |
| Octal | 360 | 100 | 101 | 0 | 111 | 111 | 6 | 550 | 125 | 74 |
| Binary | 11110000 | 1000000 | 1000001 | 0 | 1001001 | 1001001 | 110 | 101101000 | 1010101 | 111100 |
Color Harmonies of #F04041
Complementary color
Monochromatic Colors of #F04041
Black with #F04041
Text Example
Text Example
White with #F04041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04041; }
p { color: rgb(240,64,65); }
H1.HeaderClassName
{
color: #F04041;
}
.AnyTagClassName
{
color: #F04041;
}
</style>
background-color css
<style>
a { background-color: #F04041; }
a { background-color: rgb(240,64,65); }
div.DivClassName
{
background-color: #F04041;
}
.BgClassName
{
background-color: #F04041;
}
</style>
border-color css
<style>
span { border-color: #F04041; }
span { border-color: rgb(240,64,65); }
td.TdClassName
{
border-color: #F04041;
}
.TagClassName
{
border-color: #F04041;
}
</style>