Shades of Amaranth #F63246
Tints of Amaranth #F63246
RGB
CMYK
RGB Variations
Color information
#F63246 (or 0xF63246) is known color: Amaranth. HEX triplet: F6, 32 and 46. RGB value is (246,50,70). Sum of RGB (Red+Green+Blue) = 246+50+70=366 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.21% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 246 - color contains mainly: red. Hex color #F63246 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63246 is #09CDB9. Grayscale: #6F6F6F. Windows color (decimal): -642490 or 4600566. OLE color: 4600566.
HSL color Cylindrical-coordinate representation of color #F63246: hue angle of 353.88º 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 #F63246 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 70 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.04 |
| HSL | 353.88º | 0.92% | 0.58% | - |
| HSV(B) | 353.88º | 0.8% | 0.96% | - |
| XYZ | 40.25 | 22.32 | 7.98 | - |
| YUV | 110.88 | 104.93 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 70 | 0 | 0.80 | 0.72 | 0.04 | 353.88 | 0.92 | 0.58 |
| Hex | F6 | 32 | 46 | 0 | 50 | 48 | 4 | 162 | 5C | 3A |
| Octal | 366 | 62 | 106 | 0 | 120 | 110 | 4 | 542 | 134 | 72 |
| Binary | 11110110 | 110010 | 1000110 | 0 | 1010000 | 1001000 | 100 | 101100010 | 1011100 | 111010 |
Color Harmonies of #F63246
Complementary color
Monochromatic Colors of #F63246
Black with #F63246
Text Example
Text Example
White with #F63246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63246; }
p { color: rgb(246,50,70); }
H1.HeaderClassName
{
color: #F63246;
}
.AnyTagClassName
{
color: #F63246;
}
</style>
background-color css
<style>
a { background-color: #F63246; }
a { background-color: rgb(246,50,70); }
div.DivClassName
{
background-color: #F63246;
}
.BgClassName
{
background-color: #F63246;
}
</style>
border-color css
<style>
span { border-color: #F63246; }
span { border-color: rgb(246,50,70); }
td.TdClassName
{
border-color: #F63246;
}
.TagClassName
{
border-color: #F63246;
}
</style>