Shades of Alizarin #F0252A
Tints of Alizarin #F0252A
RGB
CMYK
RGB Variations
Color information
#F0252A (or 0xF0252A) is known color: Alizarin. HEX triplet: F0, 25 and 2A. RGB value is (240,37,42). Sum of RGB (Red+Green+Blue) = 240+37+42=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F0252A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0252A is #0FDAD5. Grayscale: #626262. Windows color (decimal): -1039062 or 2762224. OLE color: 2762224.
HSL color Cylindrical-coordinate representation of color #F0252A: hue angle of 358.52º 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 #F0252A is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 37 | 42 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.06 |
| HSL | 358.52º | 0.87% | 0.54% | - |
| HSV(B) | 358.52º | 0.85% | 0.94% | - |
| XYZ | 37.01 | 20.02 | 4.1 | - |
| YUV | 98.27 | 96.25 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 37 | 42 | 0 | 0.85 | 0.82 | 0.06 | 358.52 | 0.87 | 0.54 |
| Hex | F0 | 25 | 2A | 0 | 55 | 52 | 6 | 167 | 57 | 36 |
| Octal | 360 | 45 | 52 | 0 | 125 | 122 | 6 | 547 | 127 | 66 |
| Binary | 11110000 | 100101 | 101010 | 0 | 1010101 | 1010010 | 110 | 101100111 | 1010111 | 110110 |
Color Harmonies of #F0252A
Complementary color
Monochromatic Colors of #F0252A
Black with #F0252A
Text Example
Text Example
White with #F0252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0252A; }
p { color: rgb(240,37,42); }
H1.HeaderClassName
{
color: #F0252A;
}
.AnyTagClassName
{
color: #F0252A;
}
</style>
background-color css
<style>
a { background-color: #F0252A; }
a { background-color: rgb(240,37,42); }
div.DivClassName
{
background-color: #F0252A;
}
.BgClassName
{
background-color: #F0252A;
}
</style>
border-color css
<style>
span { border-color: #F0252A; }
span { border-color: rgb(240,37,42); }
td.TdClassName
{
border-color: #F0252A;
}
.TagClassName
{
border-color: #F0252A;
}
</style>