Shades of Amaranth #F52556
Tints of Amaranth #F52556
RGB
CMYK
RGB Variations
Color information
#F52556 (or 0xF52556) is known color: Amaranth. HEX triplet: F5, 25 and 56. RGB value is (245,37,86). Sum of RGB (Red+Green+Blue) = 245+37+86=368 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.58% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 245 - color contains mainly: red. Hex color #F52556 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52556 is #0ADAA9. Grayscale: #686868. Windows color (decimal): -711338 or 5645813. OLE color: 5645813.
HSL color Cylindrical-coordinate representation of color #F52556: hue angle of 345.87º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F52556 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 86 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.04 |
| HSL | 345.87º | 0.91% | 0.55% | - |
| HSV(B) | 345.87º | 0.85% | 0.96% | - |
| XYZ | 40 | 21.41 | 10.83 | - |
| YUV | 104.78 | 117.41 | 228.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 86 | 0 | 0.85 | 0.65 | 0.04 | 345.87 | 0.91 | 0.55 |
| Hex | F5 | 25 | 56 | 0 | 55 | 41 | 4 | 15A | 5B | 37 |
| Octal | 365 | 45 | 126 | 0 | 125 | 101 | 4 | 532 | 133 | 67 |
| Binary | 11110101 | 100101 | 1010110 | 0 | 1010101 | 1000001 | 100 | 101011010 | 1011011 | 110111 |
Color Harmonies of #F52556
Complementary color
Monochromatic Colors of #F52556
Black with #F52556
Text Example
Text Example
White with #F52556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52556; }
p { color: rgb(245,37,86); }
H1.HeaderClassName
{
color: #F52556;
}
.AnyTagClassName
{
color: #F52556;
}
</style>
background-color css
<style>
a { background-color: #F52556; }
a { background-color: rgb(245,37,86); }
div.DivClassName
{
background-color: #F52556;
}
.BgClassName
{
background-color: #F52556;
}
</style>
border-color css
<style>
span { border-color: #F52556; }
span { border-color: rgb(245,37,86); }
td.TdClassName
{
border-color: #F52556;
}
.TagClassName
{
border-color: #F52556;
}
</style>