Shades of Amaranth #F5294D
Tints of Amaranth #F5294D
RGB
CMYK
RGB Variations
Color information
#F5294D (or 0xF5294D) is known color: Amaranth. HEX triplet: F5, 29 and 4D. RGB value is (245,41,77). Sum of RGB (Red+Green+Blue) = 245+41+77=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F5294D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5294D is #0AD6B2. Grayscale: #6A6A6A. Windows color (decimal): -710323 or 5057013. OLE color: 5057013.
HSL color Cylindrical-coordinate representation of color #F5294D: hue angle of 349.41º 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 #F5294D is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 77 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.04 |
| HSL | 349.41º | 0.91% | 0.56% | - |
| HSV(B) | 349.41º | 0.83% | 0.96% | - |
| XYZ | 39.79 | 21.53 | 9.08 | - |
| YUV | 106.1 | 111.59 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 77 | 0 | 0.83 | 0.69 | 0.04 | 349.41 | 0.91 | 0.56 |
| Hex | F5 | 29 | 4D | 0 | 53 | 45 | 4 | 15D | 5B | 38 |
| Octal | 365 | 51 | 115 | 0 | 123 | 105 | 4 | 535 | 133 | 70 |
| Binary | 11110101 | 101001 | 1001101 | 0 | 1010011 | 1000101 | 100 | 101011101 | 1011011 | 111000 |
Color Harmonies of #F5294D
Complementary color
Monochromatic Colors of #F5294D
Black with #F5294D
Text Example
Text Example
White with #F5294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5294D; }
p { color: rgb(245,41,77); }
H1.HeaderClassName
{
color: #F5294D;
}
.AnyTagClassName
{
color: #F5294D;
}
</style>
background-color css
<style>
a { background-color: #F5294D; }
a { background-color: rgb(245,41,77); }
div.DivClassName
{
background-color: #F5294D;
}
.BgClassName
{
background-color: #F5294D;
}
</style>
border-color css
<style>
span { border-color: #F5294D; }
span { border-color: rgb(245,41,77); }
td.TdClassName
{
border-color: #F5294D;
}
.TagClassName
{
border-color: #F5294D;
}
</style>