Shades of Alizarin #F0253D
Tints of Alizarin #F0253D
RGB
CMYK
RGB Variations
Color information
#F0253D (or 0xF0253D) is known color: Alizarin. HEX triplet: F0, 25 and 3D. RGB value is (240,37,61). Sum of RGB (Red+Green+Blue) = 240+37+61=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F0253D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0253D is #0FDAC2. Grayscale: #646464. Windows color (decimal): -1039043 or 4007408. OLE color: 4007408.
HSL color Cylindrical-coordinate representation of color #F0253D: hue angle of 352.91º 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 #F0253D is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 37 | 61 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.06 |
| HSL | 352.91º | 0.87% | 0.54% | - |
| HSV(B) | 352.91º | 0.85% | 0.94% | - |
| XYZ | 37.44 | 20.19 | 6.34 | - |
| YUV | 100.43 | 105.75 | 227.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 37 | 61 | 0 | 0.85 | 0.75 | 0.06 | 352.91 | 0.87 | 0.54 |
| Hex | F0 | 25 | 3D | 0 | 55 | 4B | 6 | 161 | 57 | 36 |
| Octal | 360 | 45 | 75 | 0 | 125 | 113 | 6 | 541 | 127 | 66 |
| Binary | 11110000 | 100101 | 111101 | 0 | 1010101 | 1001011 | 110 | 101100001 | 1010111 | 110110 |
Color Harmonies of #F0253D
Complementary color
Monochromatic Colors of #F0253D
Black with #F0253D
Text Example
Text Example
White with #F0253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0253D; }
p { color: rgb(240,37,61); }
H1.HeaderClassName
{
color: #F0253D;
}
.AnyTagClassName
{
color: #F0253D;
}
</style>
background-color css
<style>
a { background-color: #F0253D; }
a { background-color: rgb(240,37,61); }
div.DivClassName
{
background-color: #F0253D;
}
.BgClassName
{
background-color: #F0253D;
}
</style>
border-color css
<style>
span { border-color: #F0253D; }
span { border-color: rgb(240,37,61); }
td.TdClassName
{
border-color: #F0253D;
}
.TagClassName
{
border-color: #F0253D;
}
</style>