Shades of Alizarin #F02D3C
Tints of Alizarin #F02D3C
RGB
CMYK
RGB Variations
Color information
#F02D3C (or 0xF02D3C) is known color: Alizarin. HEX triplet: F0, 2D and 3C. RGB value is (240,45,60). Sum of RGB (Red+Green+Blue) = 240+45+60=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02D3C is #0FD2C3. Grayscale: #696969. Windows color (decimal): -1036996 or 3943920. OLE color: 3943920.
HSL color Cylindrical-coordinate representation of color #F02D3C: hue angle of 355.38º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F02D3C is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 45 | 60 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.06 |
| HSL | 355.38º | 0.87% | 0.56% | - |
| HSV(B) | 355.38º | 0.81% | 0.94% | - |
| XYZ | 37.69 | 20.73 | 6.29 | - |
| YUV | 105.02 | 102.6 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 45 | 60 | 0 | 0.81 | 0.75 | 0.06 | 355.38 | 0.87 | 0.56 |
| Hex | F0 | 2D | 3C | 0 | 51 | 4B | 6 | 163 | 57 | 38 |
| Octal | 360 | 55 | 74 | 0 | 121 | 113 | 6 | 543 | 127 | 70 |
| Binary | 11110000 | 101101 | 111100 | 0 | 1010001 | 1001011 | 110 | 101100011 | 1010111 | 111000 |
Color Harmonies of #F02D3C
Complementary color
Monochromatic Colors of #F02D3C
Black with #F02D3C
Text Example
Text Example
White with #F02D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02D3C; }
p { color: rgb(240,45,60); }
H1.HeaderClassName
{
color: #F02D3C;
}
.AnyTagClassName
{
color: #F02D3C;
}
</style>
background-color css
<style>
a { background-color: #F02D3C; }
a { background-color: rgb(240,45,60); }
div.DivClassName
{
background-color: #F02D3C;
}
.BgClassName
{
background-color: #F02D3C;
}
</style>
border-color css
<style>
span { border-color: #F02D3C; }
span { border-color: rgb(240,45,60); }
td.TdClassName
{
border-color: #F02D3C;
}
.TagClassName
{
border-color: #F02D3C;
}
</style>