Shades of Alizarin #F63141
Tints of Alizarin #F63141
RGB
CMYK
RGB Variations
Color information
#F63141 (or 0xF63141) is known color: Alizarin. HEX triplet: F6, 31 and 41. RGB value is (246,49,65). Sum of RGB (Red+Green+Blue) = 246+49+65=360 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.33% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 246 - color contains mainly: red. Hex color #F63141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63141 is #09CEBE. Grayscale: #6D6D6D. Windows color (decimal): -642751 or 4272630. OLE color: 4272630.
HSL color Cylindrical-coordinate representation of color #F63141: hue angle of 355.13º 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 #F63141 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 49 | 65 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.04 |
| HSL | 355.13º | 0.92% | 0.58% | - |
| HSV(B) | 355.13º | 0.8% | 0.96% | - |
| XYZ | 40.06 | 22.17 | 7.17 | - |
| YUV | 109.73 | 102.77 | 225.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 49 | 65 | 0 | 0.80 | 0.74 | 0.04 | 355.13 | 0.92 | 0.58 |
| Hex | F6 | 31 | 41 | 0 | 50 | 4A | 4 | 163 | 5C | 3A |
| Octal | 366 | 61 | 101 | 0 | 120 | 112 | 4 | 543 | 134 | 72 |
| Binary | 11110110 | 110001 | 1000001 | 0 | 1010000 | 1001010 | 100 | 101100011 | 1011100 | 111010 |
Color Harmonies of #F63141
Complementary color
Monochromatic Colors of #F63141
Black with #F63141
Text Example
Text Example
White with #F63141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63141; }
p { color: rgb(246,49,65); }
H1.HeaderClassName
{
color: #F63141;
}
.AnyTagClassName
{
color: #F63141;
}
</style>
background-color css
<style>
a { background-color: #F63141; }
a { background-color: rgb(246,49,65); }
div.DivClassName
{
background-color: #F63141;
}
.BgClassName
{
background-color: #F63141;
}
</style>
border-color css
<style>
span { border-color: #F63141; }
span { border-color: rgb(246,49,65); }
td.TdClassName
{
border-color: #F63141;
}
.TagClassName
{
border-color: #F63141;
}
</style>