Shades of Amaranth #F51E49
Tints of Amaranth #F51E49
RGB
CMYK
RGB Variations
Color information
#F51E49 (or 0xF51E49) is known color: Amaranth. HEX triplet: F5, 1E and 49. RGB value is (245,30,73). Sum of RGB (Red+Green+Blue) = 245+30+73=348 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.40% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51E49 is #0AE1B6. Grayscale: #636363. Windows color (decimal): -713143 or 4792053. OLE color: 4792053.
HSL color Cylindrical-coordinate representation of color #F51E49: hue angle of 348º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51E49 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 30 | 73 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.04 |
| HSL | 348º | 0.91% | 0.54% | - |
| HSV(B) | 348º | 0.88% | 0.96% | - |
| XYZ | 39.32 | 20.82 | 8.25 | - |
| YUV | 99.19 | 113.23 | 232 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 30 | 73 | 0 | 0.88 | 0.70 | 0.04 | 348 | 0.91 | 0.54 |
| Hex | F5 | 1E | 49 | 0 | 58 | 46 | 4 | 15C | 5B | 36 |
| Octal | 365 | 36 | 111 | 0 | 130 | 106 | 4 | 534 | 133 | 66 |
| Binary | 11110101 | 11110 | 1001001 | 0 | 1011000 | 1000110 | 100 | 101011100 | 1011011 | 110110 |
Color Harmonies of #F51E49
Complementary color
Monochromatic Colors of #F51E49
Black with #F51E49
Text Example
Text Example
White with #F51E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51E49; }
p { color: rgb(245,30,73); }
H1.HeaderClassName
{
color: #F51E49;
}
.AnyTagClassName
{
color: #F51E49;
}
</style>
background-color css
<style>
a { background-color: #F51E49; }
a { background-color: rgb(245,30,73); }
div.DivClassName
{
background-color: #F51E49;
}
.BgClassName
{
background-color: #F51E49;
}
</style>
border-color css
<style>
span { border-color: #F51E49; }
span { border-color: rgb(245,30,73); }
td.TdClassName
{
border-color: #F51E49;
}
.TagClassName
{
border-color: #F51E49;
}
</style>