Shades of Amaranth #F52047
Tints of Amaranth #F52047
RGB
CMYK
RGB Variations
Color information
#F52047 (or 0xF52047) is known color: Amaranth. HEX triplet: F5, 20 and 47. RGB value is (245,32,71). Sum of RGB (Red+Green+Blue) = 245+32+71=348 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.40% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 245 - color contains mainly: red. Hex color #F52047 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52047 is #0ADFB8. Grayscale: #646464. Windows color (decimal): -712633 or 4661493. OLE color: 4661493.
HSL color Cylindrical-coordinate representation of color #F52047: hue angle of 349.01º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F52047 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 71 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.04 |
| HSL | 349.01º | 0.91% | 0.54% | - |
| HSV(B) | 349.01º | 0.87% | 0.96% | - |
| XYZ | 39.31 | 20.9 | 7.92 | - |
| YUV | 100.13 | 111.57 | 231.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 71 | 0 | 0.87 | 0.71 | 0.04 | 349.01 | 0.91 | 0.54 |
| Hex | F5 | 20 | 47 | 0 | 57 | 47 | 4 | 15D | 5B | 36 |
| Octal | 365 | 40 | 107 | 0 | 127 | 107 | 4 | 535 | 133 | 66 |
| Binary | 11110101 | 100000 | 1000111 | 0 | 1010111 | 1000111 | 100 | 101011101 | 1011011 | 110110 |
Color Harmonies of #F52047
Complementary color
Monochromatic Colors of #F52047
Black with #F52047
Text Example
Text Example
White with #F52047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52047; }
p { color: rgb(245,32,71); }
H1.HeaderClassName
{
color: #F52047;
}
.AnyTagClassName
{
color: #F52047;
}
</style>
background-color css
<style>
a { background-color: #F52047; }
a { background-color: rgb(245,32,71); }
div.DivClassName
{
background-color: #F52047;
}
.BgClassName
{
background-color: #F52047;
}
</style>
border-color css
<style>
span { border-color: #F52047; }
span { border-color: rgb(245,32,71); }
td.TdClassName
{
border-color: #F52047;
}
.TagClassName
{
border-color: #F52047;
}
</style>