Shades of Alizarin #F43C40
Tints of Alizarin #F43C40
RGB
CMYK
RGB Variations
Color information
#F43C40 (or 0xF43C40) is known color: Alizarin. HEX triplet: F4, 3C and 40. RGB value is (244,60,64). Sum of RGB (Red+Green+Blue) = 244+60+64=368 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.30% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 244 - color contains mainly: red. Hex color #F43C40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43C40 is #0BC3BF. Grayscale: #737373. Windows color (decimal): -771008 or 4209908. OLE color: 4209908.
HSL color Cylindrical-coordinate representation of color #F43C40: hue angle of 358.7º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F43C40 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 60 | 64 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.04 |
| HSL | 358.7º | 0.89% | 0.6% | - |
| HSV(B) | 358.7º | 0.75% | 0.96% | - |
| XYZ | 39.85 | 22.83 | 7.16 | - |
| YUV | 115.47 | 98.96 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 60 | 64 | 0 | 0.75 | 0.74 | 0.04 | 358.7 | 0.89 | 0.6 |
| Hex | F4 | 3C | 40 | 0 | 4B | 4A | 4 | 167 | 59 | 3C |
| Octal | 364 | 74 | 100 | 0 | 113 | 112 | 4 | 547 | 131 | 74 |
| Binary | 11110100 | 111100 | 1000000 | 0 | 1001011 | 1001010 | 100 | 101100111 | 1011001 | 111100 |
Color Harmonies of #F43C40
Complementary color
Monochromatic Colors of #F43C40
Black with #F43C40
Text Example
Text Example
White with #F43C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43C40; }
p { color: rgb(244,60,64); }
H1.HeaderClassName
{
color: #F43C40;
}
.AnyTagClassName
{
color: #F43C40;
}
</style>
background-color css
<style>
a { background-color: #F43C40; }
a { background-color: rgb(244,60,64); }
div.DivClassName
{
background-color: #F43C40;
}
.BgClassName
{
background-color: #F43C40;
}
</style>
border-color css
<style>
span { border-color: #F43C40; }
span { border-color: rgb(244,60,64); }
td.TdClassName
{
border-color: #F43C40;
}
.TagClassName
{
border-color: #F43C40;
}
</style>