Shades of Amaranth #F52657
Tints of Amaranth #F52657
RGB
CMYK
RGB Variations
Color information
#F52657 (or 0xF52657) is known color: Amaranth. HEX triplet: F5, 26 and 57. RGB value is (245,38,87). Sum of RGB (Red+Green+Blue) = 245+38+87=370 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.22% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 245 - color contains mainly: red. Hex color #F52657 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52657 is #0AD9A8. Grayscale: #696969. Windows color (decimal): -711081 or 5711605. OLE color: 5711605.
HSL color Cylindrical-coordinate representation of color #F52657: hue angle of 345.8º 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 #F52657 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 87 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.04 |
| HSL | 345.8º | 0.91% | 0.55% | - |
| HSV(B) | 345.8º | 0.84% | 0.96% | - |
| XYZ | 40.07 | 21.49 | 11.05 | - |
| YUV | 105.48 | 117.58 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 87 | 0 | 0.84 | 0.64 | 0.04 | 345.8 | 0.91 | 0.55 |
| Hex | F5 | 26 | 57 | 0 | 54 | 40 | 4 | 15A | 5B | 37 |
| Octal | 365 | 46 | 127 | 0 | 124 | 100 | 4 | 532 | 133 | 67 |
| Binary | 11110101 | 100110 | 1010111 | 0 | 1010100 | 1000000 | 100 | 101011010 | 1011011 | 110111 |
Color Harmonies of #F52657
Complementary color
Monochromatic Colors of #F52657
Black with #F52657
Text Example
Text Example
White with #F52657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52657; }
p { color: rgb(245,38,87); }
H1.HeaderClassName
{
color: #F52657;
}
.AnyTagClassName
{
color: #F52657;
}
</style>
background-color css
<style>
a { background-color: #F52657; }
a { background-color: rgb(245,38,87); }
div.DivClassName
{
background-color: #F52657;
}
.BgClassName
{
background-color: #F52657;
}
</style>
border-color css
<style>
span { border-color: #F52657; }
span { border-color: rgb(245,38,87); }
td.TdClassName
{
border-color: #F52657;
}
.TagClassName
{
border-color: #F52657;
}
</style>