Shades of Alizarin #F62034
Tints of Alizarin #F62034
RGB
CMYK
RGB Variations
Color information
#F62034 (or 0xF62034) is known color: Alizarin. HEX triplet: F6, 20 and 34. RGB value is (246,32,52). Sum of RGB (Red+Green+Blue) = 246+32+52=330 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.55% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 246 - color contains mainly: red. Hex color #F62034 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62034 is #09DFCB. Grayscale: #626262. Windows color (decimal): -647116 or 3416310. OLE color: 3416310.
HSL color Cylindrical-coordinate representation of color #F62034: hue angle of 354.39º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F62034 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 32 | 52 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.04 |
| HSL | 354.39º | 0.92% | 0.55% | - |
| HSV(B) | 354.39º | 0.87% | 0.96% | - |
| XYZ | 39.14 | 20.87 | 5.21 | - |
| YUV | 98.27 | 101.9 | 233.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 32 | 52 | 0 | 0.87 | 0.79 | 0.04 | 354.39 | 0.92 | 0.55 |
| Hex | F6 | 20 | 34 | 0 | 57 | 4F | 4 | 162 | 5C | 37 |
| Octal | 366 | 40 | 64 | 0 | 127 | 117 | 4 | 542 | 134 | 67 |
| Binary | 11110110 | 100000 | 110100 | 0 | 1010111 | 1001111 | 100 | 101100010 | 1011100 | 110111 |
Color Harmonies of #F62034
Complementary color
Monochromatic Colors of #F62034
Black with #F62034
Text Example
Text Example
White with #F62034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62034; }
p { color: rgb(246,32,52); }
H1.HeaderClassName
{
color: #F62034;
}
.AnyTagClassName
{
color: #F62034;
}
</style>
background-color css
<style>
a { background-color: #F62034; }
a { background-color: rgb(246,32,52); }
div.DivClassName
{
background-color: #F62034;
}
.BgClassName
{
background-color: #F62034;
}
</style>
border-color css
<style>
span { border-color: #F62034; }
span { border-color: rgb(246,32,52); }
td.TdClassName
{
border-color: #F62034;
}
.TagClassName
{
border-color: #F62034;
}
</style>