Shades of Alizarin #F62F3C
Tints of Alizarin #F62F3C
RGB
CMYK
RGB Variations
Color information
#F62F3C (or 0xF62F3C) is known color: Alizarin. HEX triplet: F6, 2F and 3C. RGB value is (246,47,60). Sum of RGB (Red+Green+Blue) = 246+47+60=353 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.69% from 353); Green value is 47 (18.75% from 255 or 13.31% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 246 - color contains mainly: red. Hex color #F62F3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62F3C is #09D0C3. Grayscale: #6C6C6C. Windows color (decimal): -643268 or 3944438. OLE color: 3944438.
HSL color Cylindrical-coordinate representation of color #F62F3C: hue angle of 356.08º 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 #F62F3C is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 47 | 60 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.04 |
| HSL | 356.08º | 0.92% | 0.57% | - |
| HSV(B) | 356.08º | 0.81% | 0.96% | - |
| XYZ | 39.84 | 21.95 | 6.41 | - |
| YUV | 107.98 | 100.93 | 226.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 47 | 60 | 0 | 0.81 | 0.76 | 0.04 | 356.08 | 0.92 | 0.57 |
| Hex | F6 | 2F | 3C | 0 | 51 | 4C | 4 | 164 | 5C | 39 |
| Octal | 366 | 57 | 74 | 0 | 121 | 114 | 4 | 544 | 134 | 71 |
| Binary | 11110110 | 101111 | 111100 | 0 | 1010001 | 1001100 | 100 | 101100100 | 1011100 | 111001 |
Color Harmonies of #F62F3C
Complementary color
Monochromatic Colors of #F62F3C
Black with #F62F3C
Text Example
Text Example
White with #F62F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62F3C; }
p { color: rgb(246,47,60); }
H1.HeaderClassName
{
color: #F62F3C;
}
.AnyTagClassName
{
color: #F62F3C;
}
</style>
background-color css
<style>
a { background-color: #F62F3C; }
a { background-color: rgb(246,47,60); }
div.DivClassName
{
background-color: #F62F3C;
}
.BgClassName
{
background-color: #F62F3C;
}
</style>
border-color css
<style>
span { border-color: #F62F3C; }
span { border-color: rgb(246,47,60); }
td.TdClassName
{
border-color: #F62F3C;
}
.TagClassName
{
border-color: #F62F3C;
}
</style>