Shades of Alizarin #F0243E
Tints of Alizarin #F0243E
RGB
CMYK
RGB Variations
Color information
#F0243E (or 0xF0243E) is known color: Alizarin. HEX triplet: F0, 24 and 3E. RGB value is (240,36,62). Sum of RGB (Red+Green+Blue) = 240+36+62=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F0243E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0243E is #0FDBC1. Grayscale: #646464. Windows color (decimal): -1039298 or 4072688. OLE color: 4072688.
HSL color Cylindrical-coordinate representation of color #F0243E: hue angle of 352.35º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F0243E is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 36 | 62 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.06 |
| HSL | 352.35º | 0.87% | 0.54% | - |
| HSV(B) | 352.35º | 0.85% | 0.94% | - |
| XYZ | 37.44 | 20.13 | 6.47 | - |
| YUV | 99.96 | 106.59 | 227.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 36 | 62 | 0 | 0.85 | 0.74 | 0.06 | 352.35 | 0.87 | 0.54 |
| Hex | F0 | 24 | 3E | 0 | 55 | 4A | 6 | 160 | 57 | 36 |
| Octal | 360 | 44 | 76 | 0 | 125 | 112 | 6 | 540 | 127 | 66 |
| Binary | 11110000 | 100100 | 111110 | 0 | 1010101 | 1001010 | 110 | 101100000 | 1010111 | 110110 |
Color Harmonies of #F0243E
Complementary color
Monochromatic Colors of #F0243E
Black with #F0243E
Text Example
Text Example
White with #F0243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0243E; }
p { color: rgb(240,36,62); }
H1.HeaderClassName
{
color: #F0243E;
}
.AnyTagClassName
{
color: #F0243E;
}
</style>
background-color css
<style>
a { background-color: #F0243E; }
a { background-color: rgb(240,36,62); }
div.DivClassName
{
background-color: #F0243E;
}
.BgClassName
{
background-color: #F0243E;
}
</style>
border-color css
<style>
span { border-color: #F0243E; }
span { border-color: rgb(240,36,62); }
td.TdClassName
{
border-color: #F0243E;
}
.TagClassName
{
border-color: #F0243E;
}
</style>