Shades of Amaranth #F52647
Tints of Amaranth #F52647
RGB
CMYK
RGB Variations
Color information
#F52647 (or 0xF52647) is known color: Amaranth. HEX triplet: F5, 26 and 47. RGB value is (245,38,71). Sum of RGB (Red+Green+Blue) = 245+38+71=354 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.21% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 245 - color contains mainly: red. Hex color #F52647 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52647 is #0AD9B8. Grayscale: #676767. Windows color (decimal): -711097 or 4663029. OLE color: 4663029.
HSL color Cylindrical-coordinate representation of color #F52647: hue angle of 350.43º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F52647 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 71 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.04 |
| HSL | 350.43º | 0.91% | 0.55% | - |
| HSV(B) | 350.43º | 0.84% | 0.96% | - |
| XYZ | 39.49 | 21.25 | 7.98 | - |
| YUV | 103.66 | 109.58 | 228.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 71 | 0 | 0.84 | 0.71 | 0.04 | 350.43 | 0.91 | 0.55 |
| Hex | F5 | 26 | 47 | 0 | 54 | 47 | 4 | 15E | 5B | 37 |
| Octal | 365 | 46 | 107 | 0 | 124 | 107 | 4 | 536 | 133 | 67 |
| Binary | 11110101 | 100110 | 1000111 | 0 | 1010100 | 1000111 | 100 | 101011110 | 1011011 | 110111 |
Color Harmonies of #F52647
Complementary color
Monochromatic Colors of #F52647
Black with #F52647
Text Example
Text Example
White with #F52647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52647; }
p { color: rgb(245,38,71); }
H1.HeaderClassName
{
color: #F52647;
}
.AnyTagClassName
{
color: #F52647;
}
</style>
background-color css
<style>
a { background-color: #F52647; }
a { background-color: rgb(245,38,71); }
div.DivClassName
{
background-color: #F52647;
}
.BgClassName
{
background-color: #F52647;
}
</style>
border-color css
<style>
span { border-color: #F52647; }
span { border-color: rgb(245,38,71); }
td.TdClassName
{
border-color: #F52647;
}
.TagClassName
{
border-color: #F52647;
}
</style>