Shades of Alizarin #F6202B
Tints of Alizarin #F6202B
RGB
CMYK
RGB Variations
Color information
#F6202B (or 0xF6202B) is known color: Alizarin. HEX triplet: F6, 20 and 2B. RGB value is (246,32,43). Sum of RGB (Red+Green+Blue) = 246+32+43=321 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.64% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 246 - color contains mainly: red. Hex color #F6202B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6202B is #09DFD4. Grayscale: #616161. Windows color (decimal): -647125 or 2826486. OLE color: 2826486.
HSL color Cylindrical-coordinate representation of color #F6202B: hue angle of 356.92º 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 #F6202B is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 32 | 43 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.04 |
| HSL | 356.92º | 0.92% | 0.55% | - |
| HSV(B) | 356.92º | 0.87% | 0.96% | - |
| XYZ | 38.96 | 20.8 | 4.25 | - |
| YUV | 97.24 | 97.4 | 234.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 32 | 43 | 0 | 0.87 | 0.83 | 0.04 | 356.92 | 0.92 | 0.55 |
| Hex | F6 | 20 | 2B | 0 | 57 | 53 | 4 | 165 | 5C | 37 |
| Octal | 366 | 40 | 53 | 0 | 127 | 123 | 4 | 545 | 134 | 67 |
| Binary | 11110110 | 100000 | 101011 | 0 | 1010111 | 1010011 | 100 | 101100101 | 1011100 | 110111 |
Color Harmonies of #F6202B
Complementary color
Monochromatic Colors of #F6202B
Black with #F6202B
Text Example
Text Example
White with #F6202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6202B; }
p { color: rgb(246,32,43); }
H1.HeaderClassName
{
color: #F6202B;
}
.AnyTagClassName
{
color: #F6202B;
}
</style>
background-color css
<style>
a { background-color: #F6202B; }
a { background-color: rgb(246,32,43); }
div.DivClassName
{
background-color: #F6202B;
}
.BgClassName
{
background-color: #F6202B;
}
</style>
border-color css
<style>
span { border-color: #F6202B; }
span { border-color: rgb(246,32,43); }
td.TdClassName
{
border-color: #F6202B;
}
.TagClassName
{
border-color: #F6202B;
}
</style>