Shades of Alizarin #F02A40
Tints of Alizarin #F02A40
RGB
CMYK
RGB Variations
Color information
#F02A40 (or 0xF02A40) is known color: Alizarin. HEX triplet: F0, 2A and 40. RGB value is (240,42,64). Sum of RGB (Red+Green+Blue) = 240+42+64=346 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.36% from 346); Green value is 42 (16.80% from 255 or 12.14% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02A40 is #0FD5BF. Grayscale: #676767. Windows color (decimal): -1037760 or 4205296. OLE color: 4205296.
HSL color Cylindrical-coordinate representation of color #F02A40: hue angle of 353.33º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F02A40 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 42 | 64 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.06 |
| HSL | 353.33º | 0.87% | 0.55% | - |
| HSV(B) | 353.33º | 0.83% | 0.94% | - |
| XYZ | 37.69 | 20.55 | 6.83 | - |
| YUV | 103.71 | 105.6 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 42 | 64 | 0 | 0.82 | 0.73 | 0.06 | 353.33 | 0.87 | 0.55 |
| Hex | F0 | 2A | 40 | 0 | 52 | 49 | 6 | 161 | 57 | 37 |
| Octal | 360 | 52 | 100 | 0 | 122 | 111 | 6 | 541 | 127 | 67 |
| Binary | 11110000 | 101010 | 1000000 | 0 | 1010010 | 1001001 | 110 | 101100001 | 1010111 | 110111 |
Color Harmonies of #F02A40
Complementary color
Monochromatic Colors of #F02A40
Black with #F02A40
Text Example
Text Example
White with #F02A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02A40; }
p { color: rgb(240,42,64); }
H1.HeaderClassName
{
color: #F02A40;
}
.AnyTagClassName
{
color: #F02A40;
}
</style>
background-color css
<style>
a { background-color: #F02A40; }
a { background-color: rgb(240,42,64); }
div.DivClassName
{
background-color: #F02A40;
}
.BgClassName
{
background-color: #F02A40;
}
</style>
border-color css
<style>
span { border-color: #F02A40; }
span { border-color: rgb(240,42,64); }
td.TdClassName
{
border-color: #F02A40;
}
.TagClassName
{
border-color: #F02A40;
}
</style>