Shades of Alizarin #F63F40
Tints of Alizarin #F63F40
RGB
CMYK
RGB Variations
Color information
#F63F40 (or 0xF63F40) is known color: Alizarin. HEX triplet: F6, 3F and 40. RGB value is (246,63,64). Sum of RGB (Red+Green+Blue) = 246+63+64=373 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.95% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 246 - color contains mainly: red. Hex color #F63F40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63F40 is #09C0BF. Grayscale: #767676. Windows color (decimal): -639168 or 4210678. OLE color: 4210678.
HSL color Cylindrical-coordinate representation of color #F63F40: hue angle of 359.67º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F63F40 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 63 | 64 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.04 |
| HSL | 359.67º | 0.91% | 0.61% | - |
| HSV(B) | 359.67º | 0.74% | 0.96% | - |
| XYZ | 40.71 | 23.52 | 7.24 | - |
| YUV | 117.83 | 97.63 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 63 | 64 | 0 | 0.74 | 0.74 | 0.04 | 359.67 | 0.91 | 0.61 |
| Hex | F6 | 3F | 40 | 0 | 4A | 4A | 4 | 168 | 5B | 3D |
| Octal | 366 | 77 | 100 | 0 | 112 | 112 | 4 | 550 | 133 | 75 |
| Binary | 11110110 | 111111 | 1000000 | 0 | 1001010 | 1001010 | 100 | 101101000 | 1011011 | 111101 |
Color Harmonies of #F63F40
Complementary color
Monochromatic Colors of #F63F40
Black with #F63F40
Text Example
Text Example
White with #F63F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63F40; }
p { color: rgb(246,63,64); }
H1.HeaderClassName
{
color: #F63F40;
}
.AnyTagClassName
{
color: #F63F40;
}
</style>
background-color css
<style>
a { background-color: #F63F40; }
a { background-color: rgb(246,63,64); }
div.DivClassName
{
background-color: #F63F40;
}
.BgClassName
{
background-color: #F63F40;
}
</style>
border-color css
<style>
span { border-color: #F63F40; }
span { border-color: rgb(246,63,64); }
td.TdClassName
{
border-color: #F63F40;
}
.TagClassName
{
border-color: #F63F40;
}
</style>