Shades of Amaranth #F52449
Tints of Amaranth #F52449
RGB
CMYK
RGB Variations
Color information
#F52449 (or 0xF52449) is known color: Amaranth. HEX triplet: F5, 24 and 49. RGB value is (245,36,73). Sum of RGB (Red+Green+Blue) = 245+36+73=354 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.21% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 245 - color contains mainly: red. Hex color #F52449 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52449 is #0ADBB6. Grayscale: #666666. Windows color (decimal): -711607 or 4793589. OLE color: 4793589.
HSL color Cylindrical-coordinate representation of color #F52449: hue angle of 349.38º 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 #F52449 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 73 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.04 |
| HSL | 349.38º | 0.91% | 0.55% | - |
| HSV(B) | 349.38º | 0.85% | 0.96% | - |
| XYZ | 39.49 | 21.16 | 8.31 | - |
| YUV | 102.71 | 111.24 | 229.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 73 | 0 | 0.85 | 0.70 | 0.04 | 349.38 | 0.91 | 0.55 |
| Hex | F5 | 24 | 49 | 0 | 55 | 46 | 4 | 15D | 5B | 37 |
| Octal | 365 | 44 | 111 | 0 | 125 | 106 | 4 | 535 | 133 | 67 |
| Binary | 11110101 | 100100 | 1001001 | 0 | 1010101 | 1000110 | 100 | 101011101 | 1011011 | 110111 |
Color Harmonies of #F52449
Complementary color
Monochromatic Colors of #F52449
Black with #F52449
Text Example
Text Example
White with #F52449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52449; }
p { color: rgb(245,36,73); }
H1.HeaderClassName
{
color: #F52449;
}
.AnyTagClassName
{
color: #F52449;
}
</style>
background-color css
<style>
a { background-color: #F52449; }
a { background-color: rgb(245,36,73); }
div.DivClassName
{
background-color: #F52449;
}
.BgClassName
{
background-color: #F52449;
}
</style>
border-color css
<style>
span { border-color: #F52449; }
span { border-color: rgb(245,36,73); }
td.TdClassName
{
border-color: #F52449;
}
.TagClassName
{
border-color: #F52449;
}
</style>