Shades of Alizarin #F62035
Tints of Alizarin #F62035
RGB
CMYK
RGB Variations
Color information
#F62035 (or 0xF62035) is known color: Alizarin. HEX triplet: F6, 20 and 35. RGB value is (246,32,53). Sum of RGB (Red+Green+Blue) = 246+32+53=331 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.32% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 246 - color contains mainly: red. Hex color #F62035 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62035 is #09DFCA. Grayscale: #626262. Windows color (decimal): -647115 or 3481846. OLE color: 3481846.
HSL color Cylindrical-coordinate representation of color #F62035: hue angle of 354.11º 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 #F62035 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 32 | 53 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.04 |
| HSL | 354.11º | 0.92% | 0.55% | - |
| HSV(B) | 354.11º | 0.87% | 0.96% | - |
| XYZ | 39.17 | 20.88 | 5.33 | - |
| YUV | 98.38 | 102.4 | 233.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 32 | 53 | 0 | 0.87 | 0.78 | 0.04 | 354.11 | 0.92 | 0.55 |
| Hex | F6 | 20 | 35 | 0 | 57 | 4E | 4 | 162 | 5C | 37 |
| Octal | 366 | 40 | 65 | 0 | 127 | 116 | 4 | 542 | 134 | 67 |
| Binary | 11110110 | 100000 | 110101 | 0 | 1010111 | 1001110 | 100 | 101100010 | 1011100 | 110111 |
Color Harmonies of #F62035
Complementary color
Monochromatic Colors of #F62035
Black with #F62035
Text Example
Text Example
White with #F62035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62035; }
p { color: rgb(246,32,53); }
H1.HeaderClassName
{
color: #F62035;
}
.AnyTagClassName
{
color: #F62035;
}
</style>
background-color css
<style>
a { background-color: #F62035; }
a { background-color: rgb(246,32,53); }
div.DivClassName
{
background-color: #F62035;
}
.BgClassName
{
background-color: #F62035;
}
</style>
border-color css
<style>
span { border-color: #F62035; }
span { border-color: rgb(246,32,53); }
td.TdClassName
{
border-color: #F62035;
}
.TagClassName
{
border-color: #F62035;
}
</style>