Shades of Alizarin #F02830
Tints of Alizarin #F02830
RGB
CMYK
RGB Variations
Color information
#F02830 (or 0xF02830) is known color: Alizarin. HEX triplet: F0, 28 and 30. RGB value is (240,40,48). Sum of RGB (Red+Green+Blue) = 240+40+48=328 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.17% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 240 - color contains mainly: red. Hex color #F02830 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02830 is #0FD7CF. Grayscale: #646464. Windows color (decimal): -1038288 or 3156208. OLE color: 3156208.
HSL color Cylindrical-coordinate representation of color #F02830: hue angle of 357.6º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F02830 is Cyan = 0, Magento = 0.83, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 48 | - |
| CMYK | 0 | 0.83 | 0.8 | 0.06 |
| HSL | 357.6º | 0.87% | 0.55% | - |
| HSV(B) | 357.6º | 0.83% | 0.94% | - |
| XYZ | 37.23 | 20.26 | 4.74 | - |
| YUV | 100.71 | 98.26 | 227.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 48 | 0 | 0.83 | 0.8 | 0.06 | 357.6 | 0.87 | 0.55 |
| Hex | F0 | 28 | 30 | 0 | 53 | 50 | 6 | 166 | 57 | 37 |
| Octal | 360 | 50 | 60 | 0 | 123 | 120 | 6 | 546 | 127 | 67 |
| Binary | 11110000 | 101000 | 110000 | 0 | 1010011 | 1010000 | 110 | 101100110 | 1010111 | 110111 |
Color Harmonies of #F02830
Complementary color
Monochromatic Colors of #F02830
Black with #F02830
Text Example
Text Example
White with #F02830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02830; }
p { color: rgb(240,40,48); }
H1.HeaderClassName
{
color: #F02830;
}
.AnyTagClassName
{
color: #F02830;
}
</style>
background-color css
<style>
a { background-color: #F02830; }
a { background-color: rgb(240,40,48); }
div.DivClassName
{
background-color: #F02830;
}
.BgClassName
{
background-color: #F02830;
}
</style>
border-color css
<style>
span { border-color: #F02830; }
span { border-color: rgb(240,40,48); }
td.TdClassName
{
border-color: #F02830;
}
.TagClassName
{
border-color: #F02830;
}
</style>