Shades of Amaranth #F5184D
Tints of Amaranth #F5184D
RGB
CMYK
RGB Variations
Color information
#F5184D (or 0xF5184D) is known color: Amaranth. HEX triplet: F5, 18 and 4D. RGB value is (245,24,77). Sum of RGB (Red+Green+Blue) = 245+24+77=346 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.81% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 245 - color contains mainly: red. Hex color #F5184D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5184D is #0AE7B2. Grayscale: #606060. Windows color (decimal): -714675 or 5052661. OLE color: 5052661.
HSL color Cylindrical-coordinate representation of color #F5184D: hue angle of 345.61º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F5184D is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 77 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.04 |
| HSL | 345.61º | 0.92% | 0.53% | - |
| HSV(B) | 345.61º | 0.9% | 0.96% | - |
| XYZ | 39.32 | 20.6 | 8.93 | - |
| YUV | 96.12 | 117.22 | 234.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 77 | 0 | 0.90 | 0.69 | 0.04 | 345.61 | 0.92 | 0.53 |
| Hex | F5 | 18 | 4D | 0 | 5A | 45 | 4 | 15A | 5C | 35 |
| Octal | 365 | 30 | 115 | 0 | 132 | 105 | 4 | 532 | 134 | 65 |
| Binary | 11110101 | 11000 | 1001101 | 0 | 1011010 | 1000101 | 100 | 101011010 | 1011100 | 110101 |
Color Harmonies of #F5184D
Complementary color
Monochromatic Colors of #F5184D
Black with #F5184D
Text Example
Text Example
White with #F5184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5184D; }
p { color: rgb(245,24,77); }
H1.HeaderClassName
{
color: #F5184D;
}
.AnyTagClassName
{
color: #F5184D;
}
</style>
background-color css
<style>
a { background-color: #F5184D; }
a { background-color: rgb(245,24,77); }
div.DivClassName
{
background-color: #F5184D;
}
.BgClassName
{
background-color: #F5184D;
}
</style>
border-color css
<style>
span { border-color: #F5184D; }
span { border-color: rgb(245,24,77); }
td.TdClassName
{
border-color: #F5184D;
}
.TagClassName
{
border-color: #F5184D;
}
</style>