Shades of Amaranth #F52545
Tints of Amaranth #F52545
RGB
CMYK
RGB Variations
Color information
#F52545 (or 0xF52545) is known color: Amaranth. HEX triplet: F5, 25 and 45. RGB value is (245,37,69). Sum of RGB (Red+Green+Blue) = 245+37+69=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F52545 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52545 is #0ADABA. Grayscale: #666666. Windows color (decimal): -711355 or 4531701. OLE color: 4531701.
HSL color Cylindrical-coordinate representation of color #F52545: hue angle of 350.77º 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 #F52545 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 69 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.04 |
| HSL | 350.77º | 0.91% | 0.55% | - |
| HSV(B) | 350.77º | 0.85% | 0.96% | - |
| XYZ | 39.39 | 21.17 | 7.64 | - |
| YUV | 102.84 | 108.91 | 229.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 69 | 0 | 0.85 | 0.72 | 0.04 | 350.77 | 0.91 | 0.55 |
| Hex | F5 | 25 | 45 | 0 | 55 | 48 | 4 | 15F | 5B | 37 |
| Octal | 365 | 45 | 105 | 0 | 125 | 110 | 4 | 537 | 133 | 67 |
| Binary | 11110101 | 100101 | 1000101 | 0 | 1010101 | 1001000 | 100 | 101011111 | 1011011 | 110111 |
Color Harmonies of #F52545
Complementary color
Monochromatic Colors of #F52545
Black with #F52545
Text Example
Text Example
White with #F52545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52545; }
p { color: rgb(245,37,69); }
H1.HeaderClassName
{
color: #F52545;
}
.AnyTagClassName
{
color: #F52545;
}
</style>
background-color css
<style>
a { background-color: #F52545; }
a { background-color: rgb(245,37,69); }
div.DivClassName
{
background-color: #F52545;
}
.BgClassName
{
background-color: #F52545;
}
</style>
border-color css
<style>
span { border-color: #F52545; }
span { border-color: rgb(245,37,69); }
td.TdClassName
{
border-color: #F52545;
}
.TagClassName
{
border-color: #F52545;
}
</style>