Shades of Amaranth #F63046
Tints of Amaranth #F63046
RGB
CMYK
RGB Variations
Color information
#F63046 (or 0xF63046) is known color: Amaranth. HEX triplet: F6, 30 and 46. RGB value is (246,48,70). Sum of RGB (Red+Green+Blue) = 246+48+70=364 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.58% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 246 - color contains mainly: red. Hex color #F63046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63046 is #09CFB9. Grayscale: #6D6D6D. Windows color (decimal): -643002 or 4600054. OLE color: 4600054.
HSL color Cylindrical-coordinate representation of color #F63046: hue angle of 353.33º 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 #F63046 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 70 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.04 |
| HSL | 353.33º | 0.92% | 0.58% | - |
| HSV(B) | 353.33º | 0.8% | 0.96% | - |
| XYZ | 40.17 | 22.15 | 7.95 | - |
| YUV | 109.71 | 105.6 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 70 | 0 | 0.80 | 0.72 | 0.04 | 353.33 | 0.92 | 0.58 |
| Hex | F6 | 30 | 46 | 0 | 50 | 48 | 4 | 161 | 5C | 3A |
| Octal | 366 | 60 | 106 | 0 | 120 | 110 | 4 | 541 | 134 | 72 |
| Binary | 11110110 | 110000 | 1000110 | 0 | 1010000 | 1001000 | 100 | 101100001 | 1011100 | 111010 |
Color Harmonies of #F63046
Complementary color
Monochromatic Colors of #F63046
Black with #F63046
Text Example
Text Example
White with #F63046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63046; }
p { color: rgb(246,48,70); }
H1.HeaderClassName
{
color: #F63046;
}
.AnyTagClassName
{
color: #F63046;
}
</style>
background-color css
<style>
a { background-color: #F63046; }
a { background-color: rgb(246,48,70); }
div.DivClassName
{
background-color: #F63046;
}
.BgClassName
{
background-color: #F63046;
}
</style>
border-color css
<style>
span { border-color: #F63046; }
span { border-color: rgb(246,48,70); }
td.TdClassName
{
border-color: #F63046;
}
.TagClassName
{
border-color: #F63046;
}
</style>