Shades of Amaranth #F63549
Tints of Amaranth #F63549
RGB
CMYK
RGB Variations
Color information
#F63549 (or 0xF63549) is known color: Amaranth. HEX triplet: F6, 35 and 49. RGB value is (246,53,73). Sum of RGB (Red+Green+Blue) = 246+53+73=372 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.13% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 246 - color contains mainly: red. Hex color #F63549 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63549 is #09CAB6. Grayscale: #717171. Windows color (decimal): -641719 or 4797942. OLE color: 4797942.
HSL color Cylindrical-coordinate representation of color #F63549: hue angle of 353.78º 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 #F63549 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 73 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.04 |
| HSL | 353.78º | 0.91% | 0.59% | - |
| HSV(B) | 353.78º | 0.78% | 0.96% | - |
| XYZ | 40.48 | 22.62 | 8.54 | - |
| YUV | 112.99 | 105.44 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 73 | 0 | 0.78 | 0.70 | 0.04 | 353.78 | 0.91 | 0.59 |
| Hex | F6 | 35 | 49 | 0 | 4E | 46 | 4 | 162 | 5B | 3B |
| Octal | 366 | 65 | 111 | 0 | 116 | 106 | 4 | 542 | 133 | 73 |
| Binary | 11110110 | 110101 | 1001001 | 0 | 1001110 | 1000110 | 100 | 101100010 | 1011011 | 111011 |
Color Harmonies of #F63549
Complementary color
Monochromatic Colors of #F63549
Black with #F63549
Text Example
Text Example
White with #F63549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63549; }
p { color: rgb(246,53,73); }
H1.HeaderClassName
{
color: #F63549;
}
.AnyTagClassName
{
color: #F63549;
}
</style>
background-color css
<style>
a { background-color: #F63549; }
a { background-color: rgb(246,53,73); }
div.DivClassName
{
background-color: #F63549;
}
.BgClassName
{
background-color: #F63549;
}
</style>
border-color css
<style>
span { border-color: #F63549; }
span { border-color: rgb(246,53,73); }
td.TdClassName
{
border-color: #F63549;
}
.TagClassName
{
border-color: #F63549;
}
</style>