Shades of Alizarin #F02629
Tints of Alizarin #F02629
RGB
CMYK
RGB Variations
Color information
#F02629 (or 0xF02629) is known color: Alizarin. HEX triplet: F0, 26 and 29. RGB value is (240,38,41). Sum of RGB (Red+Green+Blue) = 240+38+41=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 41 (16.41% from 255 or 12.85% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F02629 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02629 is #0FD9D6. Grayscale: #626262. Windows color (decimal): -1038807 or 2696944. OLE color: 2696944.
HSL color Cylindrical-coordinate representation of color #F02629: hue angle of 359.11º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F02629 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 38 | 41 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.06 |
| HSL | 359.11º | 0.87% | 0.55% | - |
| HSV(B) | 359.11º | 0.84% | 0.94% | - |
| XYZ | 37.03 | 20.07 | 4.02 | - |
| YUV | 98.74 | 95.42 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 38 | 41 | 0 | 0.84 | 0.83 | 0.06 | 359.11 | 0.87 | 0.55 |
| Hex | F0 | 26 | 29 | 0 | 54 | 53 | 6 | 167 | 57 | 37 |
| Octal | 360 | 46 | 51 | 0 | 124 | 123 | 6 | 547 | 127 | 67 |
| Binary | 11110000 | 100110 | 101001 | 0 | 1010100 | 1010011 | 110 | 101100111 | 1010111 | 110111 |
Color Harmonies of #F02629
Complementary color
Monochromatic Colors of #F02629
Black with #F02629
Text Example
Text Example
White with #F02629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02629; }
p { color: rgb(240,38,41); }
H1.HeaderClassName
{
color: #F02629;
}
.AnyTagClassName
{
color: #F02629;
}
</style>
background-color css
<style>
a { background-color: #F02629; }
a { background-color: rgb(240,38,41); }
div.DivClassName
{
background-color: #F02629;
}
.BgClassName
{
background-color: #F02629;
}
</style>
border-color css
<style>
span { border-color: #F02629; }
span { border-color: rgb(240,38,41); }
td.TdClassName
{
border-color: #F02629;
}
.TagClassName
{
border-color: #F02629;
}
</style>