Shades of Alizarin #F02038
Tints of Alizarin #F02038
RGB
CMYK
RGB Variations
Color information
#F02038 (or 0xF02038) is known color: Alizarin. HEX triplet: F0, 20 and 38. RGB value is (240,32,56). Sum of RGB (Red+Green+Blue) = 240+32+56=328 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.17% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 240 - color contains mainly: red. Hex color #F02038 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02038 is #0FDFC7. Grayscale: #616161. Windows color (decimal): -1040328 or 3678448. OLE color: 3678448.
HSL color Cylindrical-coordinate representation of color #F02038: hue angle of 353.08º 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 #F02038 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 32 | 56 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.06 |
| HSL | 353.08º | 0.87% | 0.53% | - |
| HSV(B) | 353.08º | 0.87% | 0.94% | - |
| XYZ | 37.17 | 19.84 | 5.61 | - |
| YUV | 96.93 | 104.91 | 230.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 56 | 0 | 0.87 | 0.77 | 0.06 | 353.08 | 0.87 | 0.53 |
| Hex | F0 | 20 | 38 | 0 | 57 | 4D | 6 | 161 | 57 | 35 |
| Octal | 360 | 40 | 70 | 0 | 127 | 115 | 6 | 541 | 127 | 65 |
| Binary | 11110000 | 100000 | 111000 | 0 | 1010111 | 1001101 | 110 | 101100001 | 1010111 | 110101 |
Color Harmonies of #F02038
Complementary color
Monochromatic Colors of #F02038
Black with #F02038
Text Example
Text Example
White with #F02038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02038; }
p { color: rgb(240,32,56); }
H1.HeaderClassName
{
color: #F02038;
}
.AnyTagClassName
{
color: #F02038;
}
</style>
background-color css
<style>
a { background-color: #F02038; }
a { background-color: rgb(240,32,56); }
div.DivClassName
{
background-color: #F02038;
}
.BgClassName
{
background-color: #F02038;
}
</style>
border-color css
<style>
span { border-color: #F02038; }
span { border-color: rgb(240,32,56); }
td.TdClassName
{
border-color: #F02038;
}
.TagClassName
{
border-color: #F02038;
}
</style>