Shades of Alizarin #F02A3F
Tints of Alizarin #F02A3F
RGB
CMYK
RGB Variations
Color information
#F02A3F (or 0xF02A3F) is known color: Alizarin. HEX triplet: F0, 2A and 3F. RGB value is (240,42,63). Sum of RGB (Red+Green+Blue) = 240+42+63=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02A3F is #0FD5C0. Grayscale: #676767. Windows color (decimal): -1037761 or 4139760. OLE color: 4139760.
HSL color Cylindrical-coordinate representation of color #F02A3F: hue angle of 353.64º 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 #F02A3F is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 42 | 63 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.06 |
| HSL | 353.64º | 0.87% | 0.55% | - |
| HSV(B) | 353.64º | 0.83% | 0.94% | - |
| XYZ | 37.66 | 20.54 | 6.68 | - |
| YUV | 103.6 | 105.1 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 42 | 63 | 0 | 0.82 | 0.74 | 0.06 | 353.64 | 0.87 | 0.55 |
| Hex | F0 | 2A | 3F | 0 | 52 | 4A | 6 | 162 | 57 | 37 |
| Octal | 360 | 52 | 77 | 0 | 122 | 112 | 6 | 542 | 127 | 67 |
| Binary | 11110000 | 101010 | 111111 | 0 | 1010010 | 1001010 | 110 | 101100010 | 1010111 | 110111 |
Color Harmonies of #F02A3F
Complementary color
Monochromatic Colors of #F02A3F
Black with #F02A3F
Text Example
Text Example
White with #F02A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02A3F; }
p { color: rgb(240,42,63); }
H1.HeaderClassName
{
color: #F02A3F;
}
.AnyTagClassName
{
color: #F02A3F;
}
</style>
background-color css
<style>
a { background-color: #F02A3F; }
a { background-color: rgb(240,42,63); }
div.DivClassName
{
background-color: #F02A3F;
}
.BgClassName
{
background-color: #F02A3F;
}
</style>
border-color css
<style>
span { border-color: #F02A3F; }
span { border-color: rgb(240,42,63); }
td.TdClassName
{
border-color: #F02A3F;
}
.TagClassName
{
border-color: #F02A3F;
}
</style>