Shades of Amaranth #F5174D
Tints of Amaranth #F5174D
RGB
CMYK
RGB Variations
Color information
#F5174D (or 0xF5174D) is known color: Amaranth. HEX triplet: F5, 17 and 4D. RGB value is (245,23,77). Sum of RGB (Red+Green+Blue) = 245+23+77=345 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.01% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 245 - color contains mainly: red. Hex color #F5174D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5174D is #0AE8B2. Grayscale: #5F5F5F. Windows color (decimal): -714931 or 5052405. OLE color: 5052405.
HSL color Cylindrical-coordinate representation of color #F5174D: hue angle of 345.41º 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 #F5174D is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 77 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.04 |
| HSL | 345.41º | 0.92% | 0.53% | - |
| HSV(B) | 345.41º | 0.91% | 0.96% | - |
| XYZ | 39.3 | 20.56 | 8.92 | - |
| YUV | 95.53 | 117.55 | 234.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 77 | 0 | 0.91 | 0.69 | 0.04 | 345.41 | 0.92 | 0.53 |
| Hex | F5 | 17 | 4D | 0 | 5B | 45 | 4 | 159 | 5C | 35 |
| Octal | 365 | 27 | 115 | 0 | 133 | 105 | 4 | 531 | 134 | 65 |
| Binary | 11110101 | 10111 | 1001101 | 0 | 1011011 | 1000101 | 100 | 101011001 | 1011100 | 110101 |
Color Harmonies of #F5174D
Complementary color
Monochromatic Colors of #F5174D
Black with #F5174D
Text Example
Text Example
White with #F5174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5174D; }
p { color: rgb(245,23,77); }
H1.HeaderClassName
{
color: #F5174D;
}
.AnyTagClassName
{
color: #F5174D;
}
</style>
background-color css
<style>
a { background-color: #F5174D; }
a { background-color: rgb(245,23,77); }
div.DivClassName
{
background-color: #F5174D;
}
.BgClassName
{
background-color: #F5174D;
}
</style>
border-color css
<style>
span { border-color: #F5174D; }
span { border-color: rgb(245,23,77); }
td.TdClassName
{
border-color: #F5174D;
}
.TagClassName
{
border-color: #F5174D;
}
</style>