Shades of Amaranth #F52457
Tints of Amaranth #F52457
RGB
CMYK
RGB Variations
Color information
#F52457 (or 0xF52457) is known color: Amaranth. HEX triplet: F5, 24 and 57. RGB value is (245,36,87). Sum of RGB (Red+Green+Blue) = 245+36+87=368 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.58% from 368); Green value is 36 (14.45% from 255 or 9.78% from 368); Blue value is 87 (34.38% from 255 or 23.64% from 368); Max value from RGB is 245 - color contains mainly: red. Hex color #F52457 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52457 is #0ADBA8. Grayscale: #686868. Windows color (decimal): -711593 or 5711093. OLE color: 5711093.
HSL color Cylindrical-coordinate representation of color #F52457: hue angle of 345.36º 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 #F52457 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 87 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.04 |
| HSL | 345.36º | 0.91% | 0.55% | - |
| HSV(B) | 345.36º | 0.85% | 0.96% | - |
| XYZ | 40.01 | 21.36 | 11.03 | - |
| YUV | 104.31 | 118.24 | 228.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 87 | 0 | 0.85 | 0.64 | 0.04 | 345.36 | 0.91 | 0.55 |
| Hex | F5 | 24 | 57 | 0 | 55 | 40 | 4 | 159 | 5B | 37 |
| Octal | 365 | 44 | 127 | 0 | 125 | 100 | 4 | 531 | 133 | 67 |
| Binary | 11110101 | 100100 | 1010111 | 0 | 1010101 | 1000000 | 100 | 101011001 | 1011011 | 110111 |
Color Harmonies of #F52457
Complementary color
Monochromatic Colors of #F52457
Black with #F52457
Text Example
Text Example
White with #F52457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52457; }
p { color: rgb(245,36,87); }
H1.HeaderClassName
{
color: #F52457;
}
.AnyTagClassName
{
color: #F52457;
}
</style>
background-color css
<style>
a { background-color: #F52457; }
a { background-color: rgb(245,36,87); }
div.DivClassName
{
background-color: #F52457;
}
.BgClassName
{
background-color: #F52457;
}
</style>
border-color css
<style>
span { border-color: #F52457; }
span { border-color: rgb(245,36,87); }
td.TdClassName
{
border-color: #F52457;
}
.TagClassName
{
border-color: #F52457;
}
</style>