Shades of Amaranth #F51C49
Tints of Amaranth #F51C49
RGB
CMYK
RGB Variations
Color information
#F51C49 (or 0xF51C49) is known color: Amaranth. HEX triplet: F5, 1C and 49. RGB value is (245,28,73). Sum of RGB (Red+Green+Blue) = 245+28+73=346 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.81% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 245 - color contains mainly: red. Hex color #F51C49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51C49 is #0AE3B6. Grayscale: #626262. Windows color (decimal): -713655 or 4791541. OLE color: 4791541.
HSL color Cylindrical-coordinate representation of color #F51C49: hue angle of 347.56º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51C49 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 28 | 73 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.04 |
| HSL | 347.56º | 0.92% | 0.54% | - |
| HSV(B) | 347.56º | 0.89% | 0.96% | - |
| XYZ | 39.27 | 20.72 | 8.23 | - |
| YUV | 98.01 | 113.89 | 232.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 28 | 73 | 0 | 0.89 | 0.70 | 0.04 | 347.56 | 0.92 | 0.54 |
| Hex | F5 | 1C | 49 | 0 | 59 | 46 | 4 | 15C | 5C | 36 |
| Octal | 365 | 34 | 111 | 0 | 131 | 106 | 4 | 534 | 134 | 66 |
| Binary | 11110101 | 11100 | 1001001 | 0 | 1011001 | 1000110 | 100 | 101011100 | 1011100 | 110110 |
Color Harmonies of #F51C49
Complementary color
Monochromatic Colors of #F51C49
Black with #F51C49
Text Example
Text Example
White with #F51C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51C49; }
p { color: rgb(245,28,73); }
H1.HeaderClassName
{
color: #F51C49;
}
.AnyTagClassName
{
color: #F51C49;
}
</style>
background-color css
<style>
a { background-color: #F51C49; }
a { background-color: rgb(245,28,73); }
div.DivClassName
{
background-color: #F51C49;
}
.BgClassName
{
background-color: #F51C49;
}
</style>
border-color css
<style>
span { border-color: #F51C49; }
span { border-color: rgb(245,28,73); }
td.TdClassName
{
border-color: #F51C49;
}
.TagClassName
{
border-color: #F51C49;
}
</style>