Shades of Alizarin #F63031
Tints of Alizarin #F63031
RGB
CMYK
RGB Variations
Color information
#F63031 (or 0xF63031) is known color: Alizarin. HEX triplet: F6, 30 and 31. RGB value is (246,48,49). Sum of RGB (Red+Green+Blue) = 246+48+49=343 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.72% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 246 - color contains mainly: red. Hex color #F63031 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63031 is #09CFCE. Grayscale: #6B6B6B. Windows color (decimal): -643023 or 3223798. OLE color: 3223798.
HSL color Cylindrical-coordinate representation of color #F63031: hue angle of 359.7º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F63031 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 49 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.04 |
| HSL | 359.7º | 0.92% | 0.58% | - |
| HSV(B) | 359.7º | 0.8% | 0.96% | - |
| XYZ | 39.62 | 21.93 | 5.05 | - |
| YUV | 107.32 | 95.1 | 226.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 49 | 0 | 0.80 | 0.80 | 0.04 | 359.7 | 0.92 | 0.58 |
| Hex | F6 | 30 | 31 | 0 | 50 | 50 | 4 | 168 | 5C | 3A |
| Octal | 366 | 60 | 61 | 0 | 120 | 120 | 4 | 550 | 134 | 72 |
| Binary | 11110110 | 110000 | 110001 | 0 | 1010000 | 1010000 | 100 | 101101000 | 1011100 | 111010 |
Color Harmonies of #F63031
Complementary color
Monochromatic Colors of #F63031
Black with #F63031
Text Example
Text Example
White with #F63031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63031; }
p { color: rgb(246,48,49); }
H1.HeaderClassName
{
color: #F63031;
}
.AnyTagClassName
{
color: #F63031;
}
</style>
background-color css
<style>
a { background-color: #F63031; }
a { background-color: rgb(246,48,49); }
div.DivClassName
{
background-color: #F63031;
}
.BgClassName
{
background-color: #F63031;
}
</style>
border-color css
<style>
span { border-color: #F63031; }
span { border-color: rgb(246,48,49); }
td.TdClassName
{
border-color: #F63031;
}
.TagClassName
{
border-color: #F63031;
}
</style>