Shades of Amaranth #F63547
Tints of Amaranth #F63547
RGB
CMYK
RGB Variations
Color information
#F63547 (or 0xF63547) is known color: Amaranth. HEX triplet: F6, 35 and 47. RGB value is (246,53,71). Sum of RGB (Red+Green+Blue) = 246+53+71=370 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.49% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 246 - color contains mainly: red. Hex color #F63547 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63547 is #09CAB8. Grayscale: #707070. Windows color (decimal): -641721 or 4666870. OLE color: 4666870.
HSL color Cylindrical-coordinate representation of color #F63547: hue angle of 354.4º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F63547 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 71 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.04 |
| HSL | 354.4º | 0.91% | 0.59% | - |
| HSV(B) | 354.4º | 0.78% | 0.96% | - |
| XYZ | 40.42 | 22.59 | 8.19 | - |
| YUV | 112.76 | 104.44 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 71 | 0 | 0.78 | 0.71 | 0.04 | 354.4 | 0.91 | 0.59 |
| Hex | F6 | 35 | 47 | 0 | 4E | 47 | 4 | 162 | 5B | 3B |
| Octal | 366 | 65 | 107 | 0 | 116 | 107 | 4 | 542 | 133 | 73 |
| Binary | 11110110 | 110101 | 1000111 | 0 | 1001110 | 1000111 | 100 | 101100010 | 1011011 | 111011 |
Color Harmonies of #F63547
Complementary color
Monochromatic Colors of #F63547
Black with #F63547
Text Example
Text Example
White with #F63547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63547; }
p { color: rgb(246,53,71); }
H1.HeaderClassName
{
color: #F63547;
}
.AnyTagClassName
{
color: #F63547;
}
</style>
background-color css
<style>
a { background-color: #F63547; }
a { background-color: rgb(246,53,71); }
div.DivClassName
{
background-color: #F63547;
}
.BgClassName
{
background-color: #F63547;
}
</style>
border-color css
<style>
span { border-color: #F63547; }
span { border-color: rgb(246,53,71); }
td.TdClassName
{
border-color: #F63547;
}
.TagClassName
{
border-color: #F63547;
}
</style>