Shades of Alizarin #F6353C
Tints of Alizarin #F6353C
RGB
CMYK
RGB Variations
Color information
#F6353C (or 0xF6353C) is known color: Alizarin. HEX triplet: F6, 35 and 3C. RGB value is (246,53,60). Sum of RGB (Red+Green+Blue) = 246+53+60=359 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.52% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 246 - color contains mainly: red. Hex color #F6353C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6353C is #09CAC3. Grayscale: #6F6F6F. Windows color (decimal): -641732 or 3945974. OLE color: 3945974.
HSL color Cylindrical-coordinate representation of color #F6353C: hue angle of 357.82º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F6353C is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 60 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.04 |
| HSL | 357.82º | 0.91% | 0.59% | - |
| HSV(B) | 357.82º | 0.78% | 0.96% | - |
| XYZ | 40.09 | 22.47 | 6.5 | - |
| YUV | 111.51 | 98.94 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 60 | 0 | 0.78 | 0.76 | 0.04 | 357.82 | 0.91 | 0.59 |
| Hex | F6 | 35 | 3C | 0 | 4E | 4C | 4 | 166 | 5B | 3B |
| Octal | 366 | 65 | 74 | 0 | 116 | 114 | 4 | 546 | 133 | 73 |
| Binary | 11110110 | 110101 | 111100 | 0 | 1001110 | 1001100 | 100 | 101100110 | 1011011 | 111011 |
Color Harmonies of #F6353C
Complementary color
Monochromatic Colors of #F6353C
Black with #F6353C
Text Example
Text Example
White with #F6353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6353C; }
p { color: rgb(246,53,60); }
H1.HeaderClassName
{
color: #F6353C;
}
.AnyTagClassName
{
color: #F6353C;
}
</style>
background-color css
<style>
a { background-color: #F6353C; }
a { background-color: rgb(246,53,60); }
div.DivClassName
{
background-color: #F6353C;
}
.BgClassName
{
background-color: #F6353C;
}
</style>
border-color css
<style>
span { border-color: #F6353C; }
span { border-color: rgb(246,53,60); }
td.TdClassName
{
border-color: #F6353C;
}
.TagClassName
{
border-color: #F6353C;
}
</style>