Shades of Amaranth #F52544
Tints of Amaranth #F52544
RGB
CMYK
RGB Variations
Color information
#F52544 (or 0xF52544) is known color: Amaranth. HEX triplet: F5, 25 and 44. RGB value is (245,37,68). Sum of RGB (Red+Green+Blue) = 245+37+68=350 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 245 - color contains mainly: red. Hex color #F52544 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52544 is #0ADABB. Grayscale: #666666. Windows color (decimal): -711356 or 4466165. OLE color: 4466165.
HSL color Cylindrical-coordinate representation of color #F52544: hue angle of 351.06º 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 #F52544 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 68 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.04 |
| HSL | 351.06º | 0.91% | 0.55% | - |
| HSV(B) | 351.06º | 0.85% | 0.96% | - |
| XYZ | 39.36 | 21.15 | 7.48 | - |
| YUV | 102.73 | 108.41 | 229.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 68 | 0 | 0.85 | 0.72 | 0.04 | 351.06 | 0.91 | 0.55 |
| Hex | F5 | 25 | 44 | 0 | 55 | 48 | 4 | 15F | 5B | 37 |
| Octal | 365 | 45 | 104 | 0 | 125 | 110 | 4 | 537 | 133 | 67 |
| Binary | 11110101 | 100101 | 1000100 | 0 | 1010101 | 1001000 | 100 | 101011111 | 1011011 | 110111 |
Color Harmonies of #F52544
Complementary color
Monochromatic Colors of #F52544
Black with #F52544
Text Example
Text Example
White with #F52544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52544; }
p { color: rgb(245,37,68); }
H1.HeaderClassName
{
color: #F52544;
}
.AnyTagClassName
{
color: #F52544;
}
</style>
background-color css
<style>
a { background-color: #F52544; }
a { background-color: rgb(245,37,68); }
div.DivClassName
{
background-color: #F52544;
}
.BgClassName
{
background-color: #F52544;
}
</style>
border-color css
<style>
span { border-color: #F52544; }
span { border-color: rgb(245,37,68); }
td.TdClassName
{
border-color: #F52544;
}
.TagClassName
{
border-color: #F52544;
}
</style>