Shades of Alizarin #F62E3C
Tints of Alizarin #F62E3C
RGB
CMYK
RGB Variations
Color information
#F62E3C (or 0xF62E3C) is known color: Alizarin. HEX triplet: F6, 2E and 3C. RGB value is (246,46,60). Sum of RGB (Red+Green+Blue) = 246+46+60=352 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.89% from 352); Green value is 46 (18.36% from 255 or 13.07% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 246 - color contains mainly: red. Hex color #F62E3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62E3C is #09D1C3. Grayscale: #6B6B6B. Windows color (decimal): -643524 or 3944182. OLE color: 3944182.
HSL color Cylindrical-coordinate representation of color #F62E3C: hue angle of 355.8º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F62E3C is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 46 | 60 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.04 |
| HSL | 355.8º | 0.92% | 0.57% | - |
| HSV(B) | 355.8º | 0.81% | 0.96% | - |
| XYZ | 39.8 | 21.87 | 6.4 | - |
| YUV | 107.4 | 101.26 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 46 | 60 | 0 | 0.81 | 0.76 | 0.04 | 355.8 | 0.92 | 0.57 |
| Hex | F6 | 2E | 3C | 0 | 51 | 4C | 4 | 164 | 5C | 39 |
| Octal | 366 | 56 | 74 | 0 | 121 | 114 | 4 | 544 | 134 | 71 |
| Binary | 11110110 | 101110 | 111100 | 0 | 1010001 | 1001100 | 100 | 101100100 | 1011100 | 111001 |
Color Harmonies of #F62E3C
Complementary color
Monochromatic Colors of #F62E3C
Black with #F62E3C
Text Example
Text Example
White with #F62E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62E3C; }
p { color: rgb(246,46,60); }
H1.HeaderClassName
{
color: #F62E3C;
}
.AnyTagClassName
{
color: #F62E3C;
}
</style>
background-color css
<style>
a { background-color: #F62E3C; }
a { background-color: rgb(246,46,60); }
div.DivClassName
{
background-color: #F62E3C;
}
.BgClassName
{
background-color: #F62E3C;
}
</style>
border-color css
<style>
span { border-color: #F62E3C; }
span { border-color: rgb(246,46,60); }
td.TdClassName
{
border-color: #F62E3C;
}
.TagClassName
{
border-color: #F62E3C;
}
</style>