Shades of Amaranth #F53045
Tints of Amaranth #F53045
RGB
CMYK
RGB Variations
Color information
#F53045 (or 0xF53045) is known color: Amaranth. HEX triplet: F5, 30 and 45. RGB value is (245,48,69). Sum of RGB (Red+Green+Blue) = 245+48+69=362 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.68% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 245 - color contains mainly: red. Hex color #F53045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53045 is #0ACFBA. Grayscale: #6D6D6D. Windows color (decimal): -708539 or 4534517. OLE color: 4534517.
HSL color Cylindrical-coordinate representation of color #F53045: hue angle of 353.6º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F53045 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 48 | 69 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.04 |
| HSL | 353.6º | 0.91% | 0.57% | - |
| HSV(B) | 353.6º | 0.8% | 0.96% | - |
| XYZ | 39.79 | 21.96 | 7.77 | - |
| YUV | 109.3 | 105.27 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 48 | 69 | 0 | 0.80 | 0.72 | 0.04 | 353.6 | 0.91 | 0.57 |
| Hex | F5 | 30 | 45 | 0 | 50 | 48 | 4 | 162 | 5B | 39 |
| Octal | 365 | 60 | 105 | 0 | 120 | 110 | 4 | 542 | 133 | 71 |
| Binary | 11110101 | 110000 | 1000101 | 0 | 1010000 | 1001000 | 100 | 101100010 | 1011011 | 111001 |
Color Harmonies of #F53045
Complementary color
Monochromatic Colors of #F53045
Black with #F53045
Text Example
Text Example
White with #F53045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53045; }
p { color: rgb(245,48,69); }
H1.HeaderClassName
{
color: #F53045;
}
.AnyTagClassName
{
color: #F53045;
}
</style>
background-color css
<style>
a { background-color: #F53045; }
a { background-color: rgb(245,48,69); }
div.DivClassName
{
background-color: #F53045;
}
.BgClassName
{
background-color: #F53045;
}
</style>
border-color css
<style>
span { border-color: #F53045; }
span { border-color: rgb(245,48,69); }
td.TdClassName
{
border-color: #F53045;
}
.TagClassName
{
border-color: #F53045;
}
</style>