Shades of Alizarin #F02F34
Tints of Alizarin #F02F34
RGB
CMYK
RGB Variations
Color information
#F02F34 (or 0xF02F34) is known color: Alizarin. HEX triplet: F0, 2F and 34. RGB value is (240,47,52). Sum of RGB (Red+Green+Blue) = 240+47+52=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 47 (18.75% from 255 or 13.86% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F02F34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02F34 is #0FD0CB. Grayscale: #696969. Windows color (decimal): -1036492 or 3420144. OLE color: 3420144.
HSL color Cylindrical-coordinate representation of color #F02F34: hue angle of 358.45º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F02F34 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 47 | 52 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.06 |
| HSL | 358.45º | 0.87% | 0.56% | - |
| HSV(B) | 358.45º | 0.8% | 0.94% | - |
| XYZ | 37.57 | 20.81 | 5.28 | - |
| YUV | 105.28 | 97.94 | 224.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 47 | 52 | 0 | 0.80 | 0.78 | 0.06 | 358.45 | 0.87 | 0.56 |
| Hex | F0 | 2F | 34 | 0 | 50 | 4E | 6 | 166 | 57 | 38 |
| Octal | 360 | 57 | 64 | 0 | 120 | 116 | 6 | 546 | 127 | 70 |
| Binary | 11110000 | 101111 | 110100 | 0 | 1010000 | 1001110 | 110 | 101100110 | 1010111 | 111000 |
Color Harmonies of #F02F34
Complementary color
Monochromatic Colors of #F02F34
Black with #F02F34
Text Example
Text Example
White with #F02F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02F34; }
p { color: rgb(240,47,52); }
H1.HeaderClassName
{
color: #F02F34;
}
.AnyTagClassName
{
color: #F02F34;
}
</style>
background-color css
<style>
a { background-color: #F02F34; }
a { background-color: rgb(240,47,52); }
div.DivClassName
{
background-color: #F02F34;
}
.BgClassName
{
background-color: #F02F34;
}
</style>
border-color css
<style>
span { border-color: #F02F34; }
span { border-color: rgb(240,47,52); }
td.TdClassName
{
border-color: #F02F34;
}
.TagClassName
{
border-color: #F02F34;
}
</style>