Shades of Amaranth #F52454
Tints of Amaranth #F52454
RGB
CMYK
RGB Variations
Color information
#F52454 (or 0xF52454) is known color: Amaranth. HEX triplet: F5, 24 and 54. RGB value is (245,36,84). Sum of RGB (Red+Green+Blue) = 245+36+84=365 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.12% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 245 - color contains mainly: red. Hex color #F52454 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52454 is #0ADBAB. Grayscale: #676767. Windows color (decimal): -711596 or 5514485. OLE color: 5514485.
HSL color Cylindrical-coordinate representation of color #F52454: hue angle of 346.22º 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 #F52454 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 84 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.04 |
| HSL | 346.22º | 0.91% | 0.55% | - |
| HSV(B) | 346.22º | 0.85% | 0.96% | - |
| XYZ | 39.89 | 21.31 | 10.4 | - |
| YUV | 103.96 | 116.74 | 228.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 84 | 0 | 0.85 | 0.66 | 0.04 | 346.22 | 0.91 | 0.55 |
| Hex | F5 | 24 | 54 | 0 | 55 | 42 | 4 | 15A | 5B | 37 |
| Octal | 365 | 44 | 124 | 0 | 125 | 102 | 4 | 532 | 133 | 67 |
| Binary | 11110101 | 100100 | 1010100 | 0 | 1010101 | 1000010 | 100 | 101011010 | 1011011 | 110111 |
Color Harmonies of #F52454
Complementary color
Monochromatic Colors of #F52454
Black with #F52454
Text Example
Text Example
White with #F52454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52454; }
p { color: rgb(245,36,84); }
H1.HeaderClassName
{
color: #F52454;
}
.AnyTagClassName
{
color: #F52454;
}
</style>
background-color css
<style>
a { background-color: #F52454; }
a { background-color: rgb(245,36,84); }
div.DivClassName
{
background-color: #F52454;
}
.BgClassName
{
background-color: #F52454;
}
</style>
border-color css
<style>
span { border-color: #F52454; }
span { border-color: rgb(245,36,84); }
td.TdClassName
{
border-color: #F52454;
}
.TagClassName
{
border-color: #F52454;
}
</style>