Shades of Amaranth #F5174C
Tints of Amaranth #F5174C
RGB
CMYK
RGB Variations
Color information
#F5174C (or 0xF5174C) is known color: Amaranth. HEX triplet: F5, 17 and 4C. RGB value is (245,23,76). Sum of RGB (Red+Green+Blue) = 245+23+76=344 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.22% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 245 - color contains mainly: red. Hex color #F5174C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5174C is #0AE8B3. Grayscale: #5F5F5F. Windows color (decimal): -714932 or 4986869. OLE color: 4986869.
HSL color Cylindrical-coordinate representation of color #F5174C: hue angle of 345.68º 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 #F5174C is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 76 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.04 |
| HSL | 345.68º | 0.92% | 0.53% | - |
| HSV(B) | 345.68º | 0.91% | 0.96% | - |
| XYZ | 39.27 | 20.55 | 8.73 | - |
| YUV | 95.42 | 117.05 | 234.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 76 | 0 | 0.91 | 0.69 | 0.04 | 345.68 | 0.92 | 0.53 |
| Hex | F5 | 17 | 4C | 0 | 5B | 45 | 4 | 15A | 5C | 35 |
| Octal | 365 | 27 | 114 | 0 | 133 | 105 | 4 | 532 | 134 | 65 |
| Binary | 11110101 | 10111 | 1001100 | 0 | 1011011 | 1000101 | 100 | 101011010 | 1011100 | 110101 |
Color Harmonies of #F5174C
Complementary color
Monochromatic Colors of #F5174C
Black with #F5174C
Text Example
Text Example
White with #F5174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5174C; }
p { color: rgb(245,23,76); }
H1.HeaderClassName
{
color: #F5174C;
}
.AnyTagClassName
{
color: #F5174C;
}
</style>
background-color css
<style>
a { background-color: #F5174C; }
a { background-color: rgb(245,23,76); }
div.DivClassName
{
background-color: #F5174C;
}
.BgClassName
{
background-color: #F5174C;
}
</style>
border-color css
<style>
span { border-color: #F5174C; }
span { border-color: rgb(245,23,76); }
td.TdClassName
{
border-color: #F5174C;
}
.TagClassName
{
border-color: #F5174C;
}
</style>