Shades of Alizarin #F6213F
Tints of Alizarin #F6213F
RGB
CMYK
RGB Variations
Color information
#F6213F (or 0xF6213F) is known color: Alizarin. HEX triplet: F6, 21 and 3F. RGB value is (246,33,63). Sum of RGB (Red+Green+Blue) = 246+33+63=342 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.93% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 246 - color contains mainly: red. Hex color #F6213F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6213F is #09DEC0. Grayscale: #646464. Windows color (decimal): -646849 or 4137462. OLE color: 4137462.
HSL color Cylindrical-coordinate representation of color #F6213F: hue angle of 351.55º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F6213F is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 33 | 63 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.04 |
| HSL | 351.55º | 0.92% | 0.55% | - |
| HSV(B) | 351.55º | 0.87% | 0.96% | - |
| XYZ | 39.45 | 21.04 | 6.68 | - |
| YUV | 100.11 | 107.07 | 232.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 33 | 63 | 0 | 0.87 | 0.74 | 0.04 | 351.55 | 0.92 | 0.55 |
| Hex | F6 | 21 | 3F | 0 | 57 | 4A | 4 | 160 | 5C | 37 |
| Octal | 366 | 41 | 77 | 0 | 127 | 112 | 4 | 540 | 134 | 67 |
| Binary | 11110110 | 100001 | 111111 | 0 | 1010111 | 1001010 | 100 | 101100000 | 1011100 | 110111 |
Color Harmonies of #F6213F
Complementary color
Monochromatic Colors of #F6213F
Black with #F6213F
Text Example
Text Example
White with #F6213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6213F; }
p { color: rgb(246,33,63); }
H1.HeaderClassName
{
color: #F6213F;
}
.AnyTagClassName
{
color: #F6213F;
}
</style>
background-color css
<style>
a { background-color: #F6213F; }
a { background-color: rgb(246,33,63); }
div.DivClassName
{
background-color: #F6213F;
}
.BgClassName
{
background-color: #F6213F;
}
</style>
border-color css
<style>
span { border-color: #F6213F; }
span { border-color: rgb(246,33,63); }
td.TdClassName
{
border-color: #F6213F;
}
.TagClassName
{
border-color: #F6213F;
}
</style>