Shades of Alizarin #F6353E
Tints of Alizarin #F6353E
RGB
CMYK
RGB Variations
Color information
#F6353E (or 0xF6353E) is known color: Alizarin. HEX triplet: F6, 35 and 3E. RGB value is (246,53,62). Sum of RGB (Red+Green+Blue) = 246+53+62=361 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.14% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 246 - color contains mainly: red. Hex color #F6353E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6353E is #09CAC1. Grayscale: #6F6F6F. Windows color (decimal): -641730 or 4077046. OLE color: 4077046.
HSL color Cylindrical-coordinate representation of color #F6353E: hue angle of 357.2º 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 #F6353E is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 62 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.04 |
| HSL | 357.2º | 0.91% | 0.59% | - |
| HSV(B) | 357.2º | 0.78% | 0.96% | - |
| XYZ | 40.15 | 22.49 | 6.78 | - |
| YUV | 111.73 | 99.94 | 223.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 62 | 0 | 0.78 | 0.75 | 0.04 | 357.2 | 0.91 | 0.59 |
| Hex | F6 | 35 | 3E | 0 | 4E | 4B | 4 | 165 | 5B | 3B |
| Octal | 366 | 65 | 76 | 0 | 116 | 113 | 4 | 545 | 133 | 73 |
| Binary | 11110110 | 110101 | 111110 | 0 | 1001110 | 1001011 | 100 | 101100101 | 1011011 | 111011 |
Color Harmonies of #F6353E
Complementary color
Monochromatic Colors of #F6353E
Black with #F6353E
Text Example
Text Example
White with #F6353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6353E; }
p { color: rgb(246,53,62); }
H1.HeaderClassName
{
color: #F6353E;
}
.AnyTagClassName
{
color: #F6353E;
}
</style>
background-color css
<style>
a { background-color: #F6353E; }
a { background-color: rgb(246,53,62); }
div.DivClassName
{
background-color: #F6353E;
}
.BgClassName
{
background-color: #F6353E;
}
</style>
border-color css
<style>
span { border-color: #F6353E; }
span { border-color: rgb(246,53,62); }
td.TdClassName
{
border-color: #F6353E;
}
.TagClassName
{
border-color: #F6353E;
}
</style>