Shades of Alizarin #F6353F
Tints of Alizarin #F6353F
RGB
CMYK
RGB Variations
Color information
#F6353F (or 0xF6353F) is known color: Alizarin. HEX triplet: F6, 35 and 3F. RGB value is (246,53,63). Sum of RGB (Red+Green+Blue) = 246+53+63=362 (47% of max value = 765). Red value is 246 (96.48% from 255 or 67.96% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 246 - color contains mainly: red. Hex color #F6353F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6353F is #09CAC0. Grayscale: #707070. Windows color (decimal): -641729 or 4142582. OLE color: 4142582.
HSL color Cylindrical-coordinate representation of color #F6353F: hue angle of 356.89º 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 #F6353F is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 63 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.04 |
| HSL | 356.89º | 0.91% | 0.59% | - |
| HSV(B) | 356.89º | 0.78% | 0.96% | - |
| XYZ | 40.18 | 22.5 | 6.93 | - |
| YUV | 111.85 | 100.44 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 63 | 0 | 0.78 | 0.74 | 0.04 | 356.89 | 0.91 | 0.59 |
| Hex | F6 | 35 | 3F | 0 | 4E | 4A | 4 | 165 | 5B | 3B |
| Octal | 366 | 65 | 77 | 0 | 116 | 112 | 4 | 545 | 133 | 73 |
| Binary | 11110110 | 110101 | 111111 | 0 | 1001110 | 1001010 | 100 | 101100101 | 1011011 | 111011 |
Color Harmonies of #F6353F
Complementary color
Monochromatic Colors of #F6353F
Black with #F6353F
Text Example
Text Example
White with #F6353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6353F; }
p { color: rgb(246,53,63); }
H1.HeaderClassName
{
color: #F6353F;
}
.AnyTagClassName
{
color: #F6353F;
}
</style>
background-color css
<style>
a { background-color: #F6353F; }
a { background-color: rgb(246,53,63); }
div.DivClassName
{
background-color: #F6353F;
}
.BgClassName
{
background-color: #F6353F;
}
</style>
border-color css
<style>
span { border-color: #F6353F; }
span { border-color: rgb(246,53,63); }
td.TdClassName
{
border-color: #F6353F;
}
.TagClassName
{
border-color: #F6353F;
}
</style>