Shades of Alizarin #F63C3F
Tints of Alizarin #F63C3F
RGB
CMYK
RGB Variations
Color information
#F63C3F (or 0xF63C3F) is known color: Alizarin. HEX triplet: F6, 3C and 3F. RGB value is (246,60,63). Sum of RGB (Red+Green+Blue) = 246+60+63=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F63C3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63C3F is #09C3C0. Grayscale: #747474. Windows color (decimal): -639937 or 4144374. OLE color: 4144374.
HSL color Cylindrical-coordinate representation of color #F63C3F: hue angle of 359.03º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F63C3F is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 60 | 63 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.04 |
| HSL | 359.03º | 0.91% | 0.6% | - |
| HSV(B) | 359.03º | 0.76% | 0.96% | - |
| XYZ | 40.52 | 23.18 | 7.04 | - |
| YUV | 115.96 | 98.12 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 60 | 63 | 0 | 0.76 | 0.74 | 0.04 | 359.03 | 0.91 | 0.6 |
| Hex | F6 | 3C | 3F | 0 | 4C | 4A | 4 | 167 | 5B | 3C |
| Octal | 366 | 74 | 77 | 0 | 114 | 112 | 4 | 547 | 133 | 74 |
| Binary | 11110110 | 111100 | 111111 | 0 | 1001100 | 1001010 | 100 | 101100111 | 1011011 | 111100 |
Color Harmonies of #F63C3F
Complementary color
Monochromatic Colors of #F63C3F
Black with #F63C3F
Text Example
Text Example
White with #F63C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63C3F; }
p { color: rgb(246,60,63); }
H1.HeaderClassName
{
color: #F63C3F;
}
.AnyTagClassName
{
color: #F63C3F;
}
</style>
background-color css
<style>
a { background-color: #F63C3F; }
a { background-color: rgb(246,60,63); }
div.DivClassName
{
background-color: #F63C3F;
}
.BgClassName
{
background-color: #F63C3F;
}
</style>
border-color css
<style>
span { border-color: #F63C3F; }
span { border-color: rgb(246,60,63); }
td.TdClassName
{
border-color: #F63C3F;
}
.TagClassName
{
border-color: #F63C3F;
}
</style>