Shades of Alizarin #F0243D
Tints of Alizarin #F0243D
RGB
CMYK
RGB Variations
Color information
#F0243D (or 0xF0243D) is known color: Alizarin. HEX triplet: F0, 24 and 3D. RGB value is (240,36,61). Sum of RGB (Red+Green+Blue) = 240+36+61=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F0243D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0243D is #0FDBC2. Grayscale: #636363. Windows color (decimal): -1039299 or 4007152. OLE color: 4007152.
HSL color Cylindrical-coordinate representation of color #F0243D: hue angle of 352.65º 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 #F0243D is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 36 | 61 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.06 |
| HSL | 352.65º | 0.87% | 0.54% | - |
| HSV(B) | 352.65º | 0.85% | 0.94% | - |
| XYZ | 37.41 | 20.12 | 6.33 | - |
| YUV | 99.85 | 106.09 | 227.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 36 | 61 | 0 | 0.85 | 0.75 | 0.06 | 352.65 | 0.87 | 0.54 |
| Hex | F0 | 24 | 3D | 0 | 55 | 4B | 6 | 161 | 57 | 36 |
| Octal | 360 | 44 | 75 | 0 | 125 | 113 | 6 | 541 | 127 | 66 |
| Binary | 11110000 | 100100 | 111101 | 0 | 1010101 | 1001011 | 110 | 101100001 | 1010111 | 110110 |
Color Harmonies of #F0243D
Complementary color
Monochromatic Colors of #F0243D
Black with #F0243D
Text Example
Text Example
White with #F0243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0243D; }
p { color: rgb(240,36,61); }
H1.HeaderClassName
{
color: #F0243D;
}
.AnyTagClassName
{
color: #F0243D;
}
</style>
background-color css
<style>
a { background-color: #F0243D; }
a { background-color: rgb(240,36,61); }
div.DivClassName
{
background-color: #F0243D;
}
.BgClassName
{
background-color: #F0243D;
}
</style>
border-color css
<style>
span { border-color: #F0243D; }
span { border-color: rgb(240,36,61); }
td.TdClassName
{
border-color: #F0243D;
}
.TagClassName
{
border-color: #F0243D;
}
</style>