Shades of Amaranth #F52857
Tints of Amaranth #F52857
RGB
CMYK
RGB Variations
Color information
#F52857 (or 0xF52857) is known color: Amaranth. HEX triplet: F5, 28 and 57. RGB value is (245,40,87). Sum of RGB (Red+Green+Blue) = 245+40+87=372 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.86% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 87 (34.38% from 255 or 23.39% from 372); Max value from RGB is 245 - color contains mainly: red. Hex color #F52857 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52857 is #0AD7A8. Grayscale: #6A6A6A. Windows color (decimal): -710569 or 5712117. OLE color: 5712117.
HSL color Cylindrical-coordinate representation of color #F52857: hue angle of 346.24º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F52857 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 87 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.04 |
| HSL | 346.24º | 0.91% | 0.56% | - |
| HSV(B) | 346.24º | 0.84% | 0.96% | - |
| XYZ | 40.14 | 21.62 | 11.07 | - |
| YUV | 106.65 | 116.92 | 226.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 87 | 0 | 0.84 | 0.64 | 0.04 | 346.24 | 0.91 | 0.56 |
| Hex | F5 | 28 | 57 | 0 | 54 | 40 | 4 | 15A | 5B | 38 |
| Octal | 365 | 50 | 127 | 0 | 124 | 100 | 4 | 532 | 133 | 70 |
| Binary | 11110101 | 101000 | 1010111 | 0 | 1010100 | 1000000 | 100 | 101011010 | 1011011 | 111000 |
Color Harmonies of #F52857
Complementary color
Monochromatic Colors of #F52857
Black with #F52857
Text Example
Text Example
White with #F52857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52857; }
p { color: rgb(245,40,87); }
H1.HeaderClassName
{
color: #F52857;
}
.AnyTagClassName
{
color: #F52857;
}
</style>
background-color css
<style>
a { background-color: #F52857; }
a { background-color: rgb(245,40,87); }
div.DivClassName
{
background-color: #F52857;
}
.BgClassName
{
background-color: #F52857;
}
</style>
border-color css
<style>
span { border-color: #F52857; }
span { border-color: rgb(245,40,87); }
td.TdClassName
{
border-color: #F52857;
}
.TagClassName
{
border-color: #F52857;
}
</style>