Shades of Amaranth #F63145
Tints of Amaranth #F63145
RGB
CMYK
RGB Variations
Color information
#F63145 (or 0xF63145) is known color: Amaranth. HEX triplet: F6, 31 and 45. RGB value is (246,49,69). Sum of RGB (Red+Green+Blue) = 246+49+69=364 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.58% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 246 - color contains mainly: red. Hex color #F63145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63145 is #09CEBA. Grayscale: #6E6E6E. Windows color (decimal): -642747 or 4534774. OLE color: 4534774.
HSL color Cylindrical-coordinate representation of color #F63145: hue angle of 353.91º 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 #F63145 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 49 | 69 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.04 |
| HSL | 353.91º | 0.92% | 0.58% | - |
| HSV(B) | 353.91º | 0.8% | 0.96% | - |
| XYZ | 40.18 | 22.22 | 7.8 | - |
| YUV | 110.18 | 104.77 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 49 | 69 | 0 | 0.80 | 0.72 | 0.04 | 353.91 | 0.92 | 0.58 |
| Hex | F6 | 31 | 45 | 0 | 50 | 48 | 4 | 162 | 5C | 3A |
| Octal | 366 | 61 | 105 | 0 | 120 | 110 | 4 | 542 | 134 | 72 |
| Binary | 11110110 | 110001 | 1000101 | 0 | 1010000 | 1001000 | 100 | 101100010 | 1011100 | 111010 |
Color Harmonies of #F63145
Complementary color
Monochromatic Colors of #F63145
Black with #F63145
Text Example
Text Example
White with #F63145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63145; }
p { color: rgb(246,49,69); }
H1.HeaderClassName
{
color: #F63145;
}
.AnyTagClassName
{
color: #F63145;
}
</style>
background-color css
<style>
a { background-color: #F63145; }
a { background-color: rgb(246,49,69); }
div.DivClassName
{
background-color: #F63145;
}
.BgClassName
{
background-color: #F63145;
}
</style>
border-color css
<style>
span { border-color: #F63145; }
span { border-color: rgb(246,49,69); }
td.TdClassName
{
border-color: #F63145;
}
.TagClassName
{
border-color: #F63145;
}
</style>