Shades of Amaranth #F5314C
Tints of Amaranth #F5314C
RGB
CMYK
RGB Variations
Color information
#F5314C (or 0xF5314C) is known color: Amaranth. HEX triplet: F5, 31 and 4C. RGB value is (245,49,76). Sum of RGB (Red+Green+Blue) = 245+49+76=370 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.22% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 245 - color contains mainly: red. Hex color #F5314C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5314C is #0ACEB3. Grayscale: #6E6E6E. Windows color (decimal): -708276 or 4993525. OLE color: 4993525.
HSL color Cylindrical-coordinate representation of color #F5314C: hue angle of 351.73º 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 #F5314C is Cyan = 0, Magento = 0.8, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 49 | 76 | - |
| CMYK | 0 | 0.8 | 0.69 | 0.04 |
| HSL | 351.73º | 0.91% | 0.58% | - |
| HSV(B) | 351.73º | 0.8% | 0.96% | - |
| XYZ | 40.06 | 22.13 | 9 | - |
| YUV | 110.68 | 108.43 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 49 | 76 | 0 | 0.8 | 0.69 | 0.04 | 351.73 | 0.91 | 0.58 |
| Hex | F5 | 31 | 4C | 0 | 50 | 45 | 4 | 160 | 5B | 3A |
| Octal | 365 | 61 | 114 | 0 | 120 | 105 | 4 | 540 | 133 | 72 |
| Binary | 11110101 | 110001 | 1001100 | 0 | 1010000 | 1000101 | 100 | 101100000 | 1011011 | 111010 |
Color Harmonies of #F5314C
Complementary color
Monochromatic Colors of #F5314C
Black with #F5314C
Text Example
Text Example
White with #F5314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5314C; }
p { color: rgb(245,49,76); }
H1.HeaderClassName
{
color: #F5314C;
}
.AnyTagClassName
{
color: #F5314C;
}
</style>
background-color css
<style>
a { background-color: #F5314C; }
a { background-color: rgb(245,49,76); }
div.DivClassName
{
background-color: #F5314C;
}
.BgClassName
{
background-color: #F5314C;
}
</style>
border-color css
<style>
span { border-color: #F5314C; }
span { border-color: rgb(245,49,76); }
td.TdClassName
{
border-color: #F5314C;
}
.TagClassName
{
border-color: #F5314C;
}
</style>