Shades of Alizarin #F62C3C
Tints of Alizarin #F62C3C
RGB
CMYK
RGB Variations
Color information
#F62C3C (or 0xF62C3C) is known color: Alizarin. HEX triplet: F6, 2C and 3C. RGB value is (246,44,60). Sum of RGB (Red+Green+Blue) = 246+44+60=350 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.29% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 246 - color contains mainly: red. Hex color #F62C3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62C3C is #09D3C3. Grayscale: #6A6A6A. Windows color (decimal): -644036 or 3943670. OLE color: 3943670.
HSL color Cylindrical-coordinate representation of color #F62C3C: hue angle of 355.25º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F62C3C is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 44 | 60 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.04 |
| HSL | 355.25º | 0.92% | 0.57% | - |
| HSV(B) | 355.25º | 0.82% | 0.96% | - |
| XYZ | 39.72 | 21.72 | 6.37 | - |
| YUV | 106.22 | 101.92 | 227.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 44 | 60 | 0 | 0.82 | 0.76 | 0.04 | 355.25 | 0.92 | 0.57 |
| Hex | F6 | 2C | 3C | 0 | 52 | 4C | 4 | 163 | 5C | 39 |
| Octal | 366 | 54 | 74 | 0 | 122 | 114 | 4 | 543 | 134 | 71 |
| Binary | 11110110 | 101100 | 111100 | 0 | 1010010 | 1001100 | 100 | 101100011 | 1011100 | 111001 |
Color Harmonies of #F62C3C
Complementary color
Monochromatic Colors of #F62C3C
Black with #F62C3C
Text Example
Text Example
White with #F62C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62C3C; }
p { color: rgb(246,44,60); }
H1.HeaderClassName
{
color: #F62C3C;
}
.AnyTagClassName
{
color: #F62C3C;
}
</style>
background-color css
<style>
a { background-color: #F62C3C; }
a { background-color: rgb(246,44,60); }
div.DivClassName
{
background-color: #F62C3C;
}
.BgClassName
{
background-color: #F62C3C;
}
</style>
border-color css
<style>
span { border-color: #F62C3C; }
span { border-color: rgb(246,44,60); }
td.TdClassName
{
border-color: #F62C3C;
}
.TagClassName
{
border-color: #F62C3C;
}
</style>