Shades of Alizarin #F03C40
Tints of Alizarin #F03C40
RGB
CMYK
RGB Variations
Color information
#F03C40 (or 0xF03C40) is known color: Alizarin. HEX triplet: F0, 3C and 40. RGB value is (240,60,64). Sum of RGB (Red+Green+Blue) = 240+60+64=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03C40 is #0FC3BF. Grayscale: #727272. Windows color (decimal): -1033152 or 4209904. OLE color: 4209904.
HSL color Cylindrical-coordinate representation of color #F03C40: hue angle of 358.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03C40 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 60 | 64 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.06 |
| HSL | 358.67º | 0.86% | 0.59% | - |
| HSV(B) | 358.67º | 0.75% | 0.94% | - |
| XYZ | 38.48 | 22.13 | 7.09 | - |
| YUV | 114.28 | 99.63 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 60 | 64 | 0 | 0.75 | 0.73 | 0.06 | 358.67 | 0.86 | 0.59 |
| Hex | F0 | 3C | 40 | 0 | 4B | 49 | 6 | 167 | 56 | 3B |
| Octal | 360 | 74 | 100 | 0 | 113 | 111 | 6 | 547 | 126 | 73 |
| Binary | 11110000 | 111100 | 1000000 | 0 | 1001011 | 1001001 | 110 | 101100111 | 1010110 | 111011 |
Color Harmonies of #F03C40
Complementary color
Monochromatic Colors of #F03C40
Black with #F03C40
Text Example
Text Example
White with #F03C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03C40; }
p { color: rgb(240,60,64); }
H1.HeaderClassName
{
color: #F03C40;
}
.AnyTagClassName
{
color: #F03C40;
}
</style>
background-color css
<style>
a { background-color: #F03C40; }
a { background-color: rgb(240,60,64); }
div.DivClassName
{
background-color: #F03C40;
}
.BgClassName
{
background-color: #F03C40;
}
</style>
border-color css
<style>
span { border-color: #F03C40; }
span { border-color: rgb(240,60,64); }
td.TdClassName
{
border-color: #F03C40;
}
.TagClassName
{
border-color: #F03C40;
}
</style>