Shades of Alizarin #F02840
Tints of Alizarin #F02840
RGB
CMYK
RGB Variations
Color information
#F02840 (or 0xF02840) is known color: Alizarin. HEX triplet: F0, 28 and 40. RGB value is (240,40,64). Sum of RGB (Red+Green+Blue) = 240+40+64=344 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.77% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 240 - color contains mainly: red. Hex color #F02840 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02840 is #0FD7BF. Grayscale: #666666. Windows color (decimal): -1038272 or 4204784. OLE color: 4204784.
HSL color Cylindrical-coordinate representation of color #F02840: hue angle of 352.8º 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 #F02840 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 64 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.06 |
| HSL | 352.8º | 0.87% | 0.55% | - |
| HSV(B) | 352.8º | 0.83% | 0.94% | - |
| XYZ | 37.62 | 20.41 | 6.81 | - |
| YUV | 102.54 | 106.26 | 226.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 64 | 0 | 0.83 | 0.73 | 0.06 | 352.8 | 0.87 | 0.55 |
| Hex | F0 | 28 | 40 | 0 | 53 | 49 | 6 | 161 | 57 | 37 |
| Octal | 360 | 50 | 100 | 0 | 123 | 111 | 6 | 541 | 127 | 67 |
| Binary | 11110000 | 101000 | 1000000 | 0 | 1010011 | 1001001 | 110 | 101100001 | 1010111 | 110111 |
Color Harmonies of #F02840
Complementary color
Monochromatic Colors of #F02840
Black with #F02840
Text Example
Text Example
White with #F02840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02840; }
p { color: rgb(240,40,64); }
H1.HeaderClassName
{
color: #F02840;
}
.AnyTagClassName
{
color: #F02840;
}
</style>
background-color css
<style>
a { background-color: #F02840; }
a { background-color: rgb(240,40,64); }
div.DivClassName
{
background-color: #F02840;
}
.BgClassName
{
background-color: #F02840;
}
</style>
border-color css
<style>
span { border-color: #F02840; }
span { border-color: rgb(240,40,64); }
td.TdClassName
{
border-color: #F02840;
}
.TagClassName
{
border-color: #F02840;
}
</style>