Shades of Amaranth #F52548
Tints of Amaranth #F52548
RGB
CMYK
RGB Variations
Color information
#F52548 (or 0xF52548) is known color: Amaranth. HEX triplet: F5, 25 and 48. RGB value is (245,37,72). Sum of RGB (Red+Green+Blue) = 245+37+72=354 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.21% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 245 - color contains mainly: red. Hex color #F52548 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52548 is #0ADAB7. Grayscale: #676767. Windows color (decimal): -711352 or 4728309. OLE color: 4728309.
HSL color Cylindrical-coordinate representation of color #F52548: hue angle of 349.9º 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 #F52548 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 72 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.04 |
| HSL | 349.9º | 0.91% | 0.55% | - |
| HSV(B) | 349.9º | 0.85% | 0.96% | - |
| XYZ | 39.49 | 21.2 | 8.14 | - |
| YUV | 103.18 | 110.41 | 229.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 72 | 0 | 0.85 | 0.71 | 0.04 | 349.9 | 0.91 | 0.55 |
| Hex | F5 | 25 | 48 | 0 | 55 | 47 | 4 | 15E | 5B | 37 |
| Octal | 365 | 45 | 110 | 0 | 125 | 107 | 4 | 536 | 133 | 67 |
| Binary | 11110101 | 100101 | 1001000 | 0 | 1010101 | 1000111 | 100 | 101011110 | 1011011 | 110111 |
Color Harmonies of #F52548
Complementary color
Monochromatic Colors of #F52548
Black with #F52548
Text Example
Text Example
White with #F52548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52548; }
p { color: rgb(245,37,72); }
H1.HeaderClassName
{
color: #F52548;
}
.AnyTagClassName
{
color: #F52548;
}
</style>
background-color css
<style>
a { background-color: #F52548; }
a { background-color: rgb(245,37,72); }
div.DivClassName
{
background-color: #F52548;
}
.BgClassName
{
background-color: #F52548;
}
</style>
border-color css
<style>
span { border-color: #F52548; }
span { border-color: rgb(245,37,72); }
td.TdClassName
{
border-color: #F52548;
}
.TagClassName
{
border-color: #F52548;
}
</style>