Shades of Alizarin #F63240
Tints of Alizarin #F63240
RGB
CMYK
RGB Variations
Color information
#F63240 (or 0xF63240) is known color: Alizarin. HEX triplet: F6, 32 and 40. RGB value is (246,50,64). Sum of RGB (Red+Green+Blue) = 246+50+64=360 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.33% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 246 - color contains mainly: red. Hex color #F63240 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63240 is #09CDBF. Grayscale: #6E6E6E. Windows color (decimal): -642496 or 4207350. OLE color: 4207350.
HSL color Cylindrical-coordinate representation of color #F63240: hue angle of 355.71º 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 #F63240 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 64 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.04 |
| HSL | 355.71º | 0.92% | 0.58% | - |
| HSV(B) | 355.71º | 0.8% | 0.96% | - |
| XYZ | 40.07 | 22.24 | 7.03 | - |
| YUV | 110.2 | 101.93 | 224.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 64 | 0 | 0.80 | 0.74 | 0.04 | 355.71 | 0.92 | 0.58 |
| Hex | F6 | 32 | 40 | 0 | 50 | 4A | 4 | 164 | 5C | 3A |
| Octal | 366 | 62 | 100 | 0 | 120 | 112 | 4 | 544 | 134 | 72 |
| Binary | 11110110 | 110010 | 1000000 | 0 | 1010000 | 1001010 | 100 | 101100100 | 1011100 | 111010 |
Color Harmonies of #F63240
Complementary color
Monochromatic Colors of #F63240
Black with #F63240
Text Example
Text Example
White with #F63240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63240; }
p { color: rgb(246,50,64); }
H1.HeaderClassName
{
color: #F63240;
}
.AnyTagClassName
{
color: #F63240;
}
</style>
background-color css
<style>
a { background-color: #F63240; }
a { background-color: rgb(246,50,64); }
div.DivClassName
{
background-color: #F63240;
}
.BgClassName
{
background-color: #F63240;
}
</style>
border-color css
<style>
span { border-color: #F63240; }
span { border-color: rgb(246,50,64); }
td.TdClassName
{
border-color: #F63240;
}
.TagClassName
{
border-color: #F63240;
}
</style>