Shades of Amaranth #F5174E
Tints of Amaranth #F5174E
RGB
CMYK
RGB Variations
Color information
#F5174E (or 0xF5174E) is known color: Amaranth. HEX triplet: F5, 17 and 4E. RGB value is (245,23,78). Sum of RGB (Red+Green+Blue) = 245+23+78=346 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.81% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 245 - color contains mainly: red. Hex color #F5174E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5174E is #0AE8B1. Grayscale: #5F5F5F. Windows color (decimal): -714930 or 5117941. OLE color: 5117941.
HSL color Cylindrical-coordinate representation of color #F5174E: hue angle of 345.14º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5174E is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 78 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.04 |
| HSL | 345.14º | 0.92% | 0.53% | - |
| HSV(B) | 345.14º | 0.91% | 0.96% | - |
| XYZ | 39.34 | 20.58 | 9.11 | - |
| YUV | 95.65 | 118.05 | 234.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 78 | 0 | 0.91 | 0.68 | 0.04 | 345.14 | 0.92 | 0.53 |
| Hex | F5 | 17 | 4E | 0 | 5B | 44 | 4 | 159 | 5C | 35 |
| Octal | 365 | 27 | 116 | 0 | 133 | 104 | 4 | 531 | 134 | 65 |
| Binary | 11110101 | 10111 | 1001110 | 0 | 1011011 | 1000100 | 100 | 101011001 | 1011100 | 110101 |
Color Harmonies of #F5174E
Complementary color
Monochromatic Colors of #F5174E
Black with #F5174E
Text Example
Text Example
White with #F5174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5174E; }
p { color: rgb(245,23,78); }
H1.HeaderClassName
{
color: #F5174E;
}
.AnyTagClassName
{
color: #F5174E;
}
</style>
background-color css
<style>
a { background-color: #F5174E; }
a { background-color: rgb(245,23,78); }
div.DivClassName
{
background-color: #F5174E;
}
.BgClassName
{
background-color: #F5174E;
}
</style>
border-color css
<style>
span { border-color: #F5174E; }
span { border-color: rgb(245,23,78); }
td.TdClassName
{
border-color: #F5174E;
}
.TagClassName
{
border-color: #F5174E;
}
</style>