Shades of Alizarin #F0243B
Tints of Alizarin #F0243B
RGB
CMYK
RGB Variations
Color information
#F0243B (or 0xF0243B) is known color: Alizarin. HEX triplet: F0, 24 and 3B. RGB value is (240,36,59). Sum of RGB (Red+Green+Blue) = 240+36+59=335 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.64% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 240 - color contains mainly: red. Hex color #F0243B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0243B is #0FDBC4. Grayscale: #636363. Windows color (decimal): -1039301 or 3876080. OLE color: 3876080.
HSL color Cylindrical-coordinate representation of color #F0243B: hue angle of 353.24º 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 #F0243B is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 36 | 59 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.06 |
| HSL | 353.24º | 0.87% | 0.54% | - |
| HSV(B) | 353.24º | 0.85% | 0.94% | - |
| XYZ | 37.36 | 20.1 | 6.05 | - |
| YUV | 99.62 | 105.09 | 228.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 36 | 59 | 0 | 0.85 | 0.75 | 0.06 | 353.24 | 0.87 | 0.54 |
| Hex | F0 | 24 | 3B | 0 | 55 | 4B | 6 | 161 | 57 | 36 |
| Octal | 360 | 44 | 73 | 0 | 125 | 113 | 6 | 541 | 127 | 66 |
| Binary | 11110000 | 100100 | 111011 | 0 | 1010101 | 1001011 | 110 | 101100001 | 1010111 | 110110 |
Color Harmonies of #F0243B
Complementary color
Monochromatic Colors of #F0243B
Black with #F0243B
Text Example
Text Example
White with #F0243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0243B; }
p { color: rgb(240,36,59); }
H1.HeaderClassName
{
color: #F0243B;
}
.AnyTagClassName
{
color: #F0243B;
}
</style>
background-color css
<style>
a { background-color: #F0243B; }
a { background-color: rgb(240,36,59); }
div.DivClassName
{
background-color: #F0243B;
}
.BgClassName
{
background-color: #F0243B;
}
</style>
border-color css
<style>
span { border-color: #F0243B; }
span { border-color: rgb(240,36,59); }
td.TdClassName
{
border-color: #F0243B;
}
.TagClassName
{
border-color: #F0243B;
}
</style>