Shades of Amaranth #F52954
Tints of Amaranth #F52954
RGB
CMYK
RGB Variations
Color information
#F52954 (or 0xF52954) is known color: Amaranth. HEX triplet: F5, 29 and 54. RGB value is (245,41,84). Sum of RGB (Red+Green+Blue) = 245+41+84=370 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.22% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 245 - color contains mainly: red. Hex color #F52954 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52954 is #0AD6AB. Grayscale: #6A6A6A. Windows color (decimal): -710316 or 5515765. OLE color: 5515765.
HSL color Cylindrical-coordinate representation of color #F52954: hue angle of 347.35º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F52954 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 84 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.04 |
| HSL | 347.35º | 0.91% | 0.56% | - |
| HSV(B) | 347.35º | 0.83% | 0.96% | - |
| XYZ | 40.05 | 21.64 | 10.45 | - |
| YUV | 106.9 | 115.09 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 84 | 0 | 0.83 | 0.66 | 0.04 | 347.35 | 0.91 | 0.56 |
| Hex | F5 | 29 | 54 | 0 | 53 | 42 | 4 | 15B | 5B | 38 |
| Octal | 365 | 51 | 124 | 0 | 123 | 102 | 4 | 533 | 133 | 70 |
| Binary | 11110101 | 101001 | 1010100 | 0 | 1010011 | 1000010 | 100 | 101011011 | 1011011 | 111000 |
Color Harmonies of #F52954
Complementary color
Monochromatic Colors of #F52954
Black with #F52954
Text Example
Text Example
White with #F52954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52954; }
p { color: rgb(245,41,84); }
H1.HeaderClassName
{
color: #F52954;
}
.AnyTagClassName
{
color: #F52954;
}
</style>
background-color css
<style>
a { background-color: #F52954; }
a { background-color: rgb(245,41,84); }
div.DivClassName
{
background-color: #F52954;
}
.BgClassName
{
background-color: #F52954;
}
</style>
border-color css
<style>
span { border-color: #F52954; }
span { border-color: rgb(245,41,84); }
td.TdClassName
{
border-color: #F52954;
}
.TagClassName
{
border-color: #F52954;
}
</style>