Shades of Alizarin #F02034
Tints of Alizarin #F02034
RGB
CMYK
RGB Variations
Color information
#F02034 (or 0xF02034) is known color: Alizarin. HEX triplet: F0, 20 and 34. RGB value is (240,32,52). Sum of RGB (Red+Green+Blue) = 240+32+52=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F02034 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02034 is #0FDFCB. Grayscale: #606060. Windows color (decimal): -1040332 or 3416304. OLE color: 3416304.
HSL color Cylindrical-coordinate representation of color #F02034: hue angle of 354.23º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F02034 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 32 | 52 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.06 |
| HSL | 354.23º | 0.87% | 0.53% | - |
| HSV(B) | 354.23º | 0.87% | 0.94% | - |
| XYZ | 37.07 | 19.81 | 5.12 | - |
| YUV | 96.47 | 102.91 | 230.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 52 | 0 | 0.87 | 0.78 | 0.06 | 354.23 | 0.87 | 0.53 |
| Hex | F0 | 20 | 34 | 0 | 57 | 4E | 6 | 162 | 57 | 35 |
| Octal | 360 | 40 | 64 | 0 | 127 | 116 | 6 | 542 | 127 | 65 |
| Binary | 11110000 | 100000 | 110100 | 0 | 1010111 | 1001110 | 110 | 101100010 | 1010111 | 110101 |
Color Harmonies of #F02034
Complementary color
Monochromatic Colors of #F02034
Black with #F02034
Text Example
Text Example
White with #F02034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02034; }
p { color: rgb(240,32,52); }
H1.HeaderClassName
{
color: #F02034;
}
.AnyTagClassName
{
color: #F02034;
}
</style>
background-color css
<style>
a { background-color: #F02034; }
a { background-color: rgb(240,32,52); }
div.DivClassName
{
background-color: #F02034;
}
.BgClassName
{
background-color: #F02034;
}
</style>
border-color css
<style>
span { border-color: #F02034; }
span { border-color: rgb(240,32,52); }
td.TdClassName
{
border-color: #F02034;
}
.TagClassName
{
border-color: #F02034;
}
</style>