Shades of Alizarin #F03C41
Tints of Alizarin #F03C41
RGB
CMYK
RGB Variations
Color information
#F03C41 (or 0xF03C41) is known color: Alizarin. HEX triplet: F0, 3C and 41. RGB value is (240,60,65). Sum of RGB (Red+Green+Blue) = 240+60+65=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03C41 is #0FC3BE. Grayscale: #727272. Windows color (decimal): -1033151 or 4275440. OLE color: 4275440.
HSL color Cylindrical-coordinate representation of color #F03C41: hue angle of 358.33º 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 #F03C41 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 60 | 65 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.06 |
| HSL | 358.33º | 0.86% | 0.59% | - |
| HSV(B) | 358.33º | 0.75% | 0.94% | - |
| XYZ | 38.51 | 22.14 | 7.24 | - |
| YUV | 114.39 | 100.13 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 60 | 65 | 0 | 0.75 | 0.73 | 0.06 | 358.33 | 0.86 | 0.59 |
| Hex | F0 | 3C | 41 | 0 | 4B | 49 | 6 | 166 | 56 | 3B |
| Octal | 360 | 74 | 101 | 0 | 113 | 111 | 6 | 546 | 126 | 73 |
| Binary | 11110000 | 111100 | 1000001 | 0 | 1001011 | 1001001 | 110 | 101100110 | 1010110 | 111011 |
Color Harmonies of #F03C41
Complementary color
Monochromatic Colors of #F03C41
Black with #F03C41
Text Example
Text Example
White with #F03C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03C41; }
p { color: rgb(240,60,65); }
H1.HeaderClassName
{
color: #F03C41;
}
.AnyTagClassName
{
color: #F03C41;
}
</style>
background-color css
<style>
a { background-color: #F03C41; }
a { background-color: rgb(240,60,65); }
div.DivClassName
{
background-color: #F03C41;
}
.BgClassName
{
background-color: #F03C41;
}
</style>
border-color css
<style>
span { border-color: #F03C41; }
span { border-color: rgb(240,60,65); }
td.TdClassName
{
border-color: #F03C41;
}
.TagClassName
{
border-color: #F03C41;
}
</style>