Shades of Amaranth #F53145
Tints of Amaranth #F53145
RGB
CMYK
RGB Variations
Color information
#F53145 (or 0xF53145) is known color: Amaranth. HEX triplet: F5, 31 and 45. RGB value is (245,49,69). Sum of RGB (Red+Green+Blue) = 245+49+69=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F53145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53145 is #0ACEBA. Grayscale: #6E6E6E. Windows color (decimal): -708283 or 4534773. OLE color: 4534773.
HSL color Cylindrical-coordinate representation of color #F53145: hue angle of 353.88º 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 #F53145 is Cyan = 0, Magento = 0.8, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 49 | 69 | - |
| CMYK | 0 | 0.8 | 0.72 | 0.04 |
| HSL | 353.88º | 0.91% | 0.58% | - |
| HSV(B) | 353.88º | 0.8% | 0.96% | - |
| XYZ | 39.83 | 22.04 | 7.78 | - |
| YUV | 109.88 | 104.93 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 49 | 69 | 0 | 0.8 | 0.72 | 0.04 | 353.88 | 0.91 | 0.58 |
| Hex | F5 | 31 | 45 | 0 | 50 | 48 | 4 | 162 | 5B | 3A |
| Octal | 365 | 61 | 105 | 0 | 120 | 110 | 4 | 542 | 133 | 72 |
| Binary | 11110101 | 110001 | 1000101 | 0 | 1010000 | 1001000 | 100 | 101100010 | 1011011 | 111010 |
Color Harmonies of #F53145
Complementary color
Monochromatic Colors of #F53145
Black with #F53145
Text Example
Text Example
White with #F53145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53145; }
p { color: rgb(245,49,69); }
H1.HeaderClassName
{
color: #F53145;
}
.AnyTagClassName
{
color: #F53145;
}
</style>
background-color css
<style>
a { background-color: #F53145; }
a { background-color: rgb(245,49,69); }
div.DivClassName
{
background-color: #F53145;
}
.BgClassName
{
background-color: #F53145;
}
</style>
border-color css
<style>
span { border-color: #F53145; }
span { border-color: rgb(245,49,69); }
td.TdClassName
{
border-color: #F53145;
}
.TagClassName
{
border-color: #F53145;
}
</style>