Shades of Amaranth #F63146
Tints of Amaranth #F63146
RGB
CMYK
RGB Variations
Color information
#F63146 (or 0xF63146) is known color: Amaranth. HEX triplet: F6, 31 and 46. RGB value is (246,49,70). Sum of RGB (Red+Green+Blue) = 246+49+70=365 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.40% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 246 - color contains mainly: red. Hex color #F63146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63146 is #09CEB9. Grayscale: #6E6E6E. Windows color (decimal): -642746 or 4600310. OLE color: 4600310.
HSL color Cylindrical-coordinate representation of color #F63146: hue angle of 353.6º 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 #F63146 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 49 | 70 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.04 |
| HSL | 353.6º | 0.92% | 0.58% | - |
| HSV(B) | 353.6º | 0.8% | 0.96% | - |
| XYZ | 40.21 | 22.23 | 7.97 | - |
| YUV | 110.3 | 105.27 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 49 | 70 | 0 | 0.80 | 0.72 | 0.04 | 353.6 | 0.92 | 0.58 |
| Hex | F6 | 31 | 46 | 0 | 50 | 48 | 4 | 162 | 5C | 3A |
| Octal | 366 | 61 | 106 | 0 | 120 | 110 | 4 | 542 | 134 | 72 |
| Binary | 11110110 | 110001 | 1000110 | 0 | 1010000 | 1001000 | 100 | 101100010 | 1011100 | 111010 |
Color Harmonies of #F63146
Complementary color
Monochromatic Colors of #F63146
Black with #F63146
Text Example
Text Example
White with #F63146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63146; }
p { color: rgb(246,49,70); }
H1.HeaderClassName
{
color: #F63146;
}
.AnyTagClassName
{
color: #F63146;
}
</style>
background-color css
<style>
a { background-color: #F63146; }
a { background-color: rgb(246,49,70); }
div.DivClassName
{
background-color: #F63146;
}
.BgClassName
{
background-color: #F63146;
}
</style>
border-color css
<style>
span { border-color: #F63146; }
span { border-color: rgb(246,49,70); }
td.TdClassName
{
border-color: #F63146;
}
.TagClassName
{
border-color: #F63146;
}
</style>