Shades of Alizarin #F63E3F
Tints of Alizarin #F63E3F
RGB
CMYK
RGB Variations
Color information
#F63E3F (or 0xF63E3F) is known color: Alizarin. HEX triplet: F6, 3E and 3F. RGB value is (246,62,63). Sum of RGB (Red+Green+Blue) = 246+62+63=371 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.31% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 246 - color contains mainly: red. Hex color #F63E3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63E3F is #09C1C0. Grayscale: #757575. Windows color (decimal): -639425 or 4144886. OLE color: 4144886.
HSL color Cylindrical-coordinate representation of color #F63E3F: hue angle of 359.67º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F63E3F is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 62 | 63 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.04 |
| HSL | 359.67º | 0.91% | 0.6% | - |
| HSV(B) | 359.67º | 0.75% | 0.96% | - |
| XYZ | 40.63 | 23.4 | 7.08 | - |
| YUV | 117.13 | 97.46 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 62 | 63 | 0 | 0.75 | 0.74 | 0.04 | 359.67 | 0.91 | 0.6 |
| Hex | F6 | 3E | 3F | 0 | 4B | 4A | 4 | 168 | 5B | 3C |
| Octal | 366 | 76 | 77 | 0 | 113 | 112 | 4 | 550 | 133 | 74 |
| Binary | 11110110 | 111110 | 111111 | 0 | 1001011 | 1001010 | 100 | 101101000 | 1011011 | 111100 |
Color Harmonies of #F63E3F
Complementary color
Monochromatic Colors of #F63E3F
Black with #F63E3F
Text Example
Text Example
White with #F63E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63E3F; }
p { color: rgb(246,62,63); }
H1.HeaderClassName
{
color: #F63E3F;
}
.AnyTagClassName
{
color: #F63E3F;
}
</style>
background-color css
<style>
a { background-color: #F63E3F; }
a { background-color: rgb(246,62,63); }
div.DivClassName
{
background-color: #F63E3F;
}
.BgClassName
{
background-color: #F63E3F;
}
</style>
border-color css
<style>
span { border-color: #F63E3F; }
span { border-color: rgb(246,62,63); }
td.TdClassName
{
border-color: #F63E3F;
}
.TagClassName
{
border-color: #F63E3F;
}
</style>