Shades of Alizarin #F0252B
Tints of Alizarin #F0252B
RGB
CMYK
RGB Variations
Color information
#F0252B (or 0xF0252B) is known color: Alizarin. HEX triplet: F0, 25 and 2B. RGB value is (240,37,43). Sum of RGB (Red+Green+Blue) = 240+37+43=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F0252B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0252B is #0FDAD4. Grayscale: #626262. Windows color (decimal): -1039061 or 2827760. OLE color: 2827760.
HSL color Cylindrical-coordinate representation of color #F0252B: hue angle of 358.23º 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 #F0252B is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 37 | 43 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.06 |
| HSL | 358.23º | 0.87% | 0.54% | - |
| HSV(B) | 358.23º | 0.85% | 0.94% | - |
| XYZ | 37.03 | 20.02 | 4.2 | - |
| YUV | 98.38 | 96.75 | 229.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 37 | 43 | 0 | 0.85 | 0.82 | 0.06 | 358.23 | 0.87 | 0.54 |
| Hex | F0 | 25 | 2B | 0 | 55 | 52 | 6 | 166 | 57 | 36 |
| Octal | 360 | 45 | 53 | 0 | 125 | 122 | 6 | 546 | 127 | 66 |
| Binary | 11110000 | 100101 | 101011 | 0 | 1010101 | 1010010 | 110 | 101100110 | 1010111 | 110110 |
Color Harmonies of #F0252B
Complementary color
Monochromatic Colors of #F0252B
Black with #F0252B
Text Example
Text Example
White with #F0252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0252B; }
p { color: rgb(240,37,43); }
H1.HeaderClassName
{
color: #F0252B;
}
.AnyTagClassName
{
color: #F0252B;
}
</style>
background-color css
<style>
a { background-color: #F0252B; }
a { background-color: rgb(240,37,43); }
div.DivClassName
{
background-color: #F0252B;
}
.BgClassName
{
background-color: #F0252B;
}
</style>
border-color css
<style>
span { border-color: #F0252B; }
span { border-color: rgb(240,37,43); }
td.TdClassName
{
border-color: #F0252B;
}
.TagClassName
{
border-color: #F0252B;
}
</style>