Shades of Amaranth #F5314D
Tints of Amaranth #F5314D
RGB
CMYK
RGB Variations
Color information
#F5314D (or 0xF5314D) is known color: Amaranth. HEX triplet: F5, 31 and 4D. RGB value is (245,49,77). Sum of RGB (Red+Green+Blue) = 245+49+77=371 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.04% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 245 - color contains mainly: red. Hex color #F5314D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5314D is #0ACEB2. Grayscale: #6E6E6E. Windows color (decimal): -708275 or 5059061. OLE color: 5059061.
HSL color Cylindrical-coordinate representation of color #F5314D: hue angle of 351.43º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5314D is Cyan = 0, Magento = 0.8, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 49 | 77 | - |
| CMYK | 0 | 0.8 | 0.69 | 0.04 |
| HSL | 351.43º | 0.91% | 0.58% | - |
| HSV(B) | 351.43º | 0.8% | 0.96% | - |
| XYZ | 40.09 | 22.14 | 9.18 | - |
| YUV | 110.8 | 108.93 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 49 | 77 | 0 | 0.8 | 0.69 | 0.04 | 351.43 | 0.91 | 0.58 |
| Hex | F5 | 31 | 4D | 0 | 50 | 45 | 4 | 15F | 5B | 3A |
| Octal | 365 | 61 | 115 | 0 | 120 | 105 | 4 | 537 | 133 | 72 |
| Binary | 11110101 | 110001 | 1001101 | 0 | 1010000 | 1000101 | 100 | 101011111 | 1011011 | 111010 |
Color Harmonies of #F5314D
Complementary color
Monochromatic Colors of #F5314D
Black with #F5314D
Text Example
Text Example
White with #F5314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5314D; }
p { color: rgb(245,49,77); }
H1.HeaderClassName
{
color: #F5314D;
}
.AnyTagClassName
{
color: #F5314D;
}
</style>
background-color css
<style>
a { background-color: #F5314D; }
a { background-color: rgb(245,49,77); }
div.DivClassName
{
background-color: #F5314D;
}
.BgClassName
{
background-color: #F5314D;
}
</style>
border-color css
<style>
span { border-color: #F5314D; }
span { border-color: rgb(245,49,77); }
td.TdClassName
{
border-color: #F5314D;
}
.TagClassName
{
border-color: #F5314D;
}
</style>