Shades of Amaranth #FA294D
Tints of Amaranth #FA294D
RGB
CMYK
RGB Variations
Color information
#FA294D (or 0xFA294D) is known color: Amaranth. HEX triplet: FA, 29 and 4D. RGB value is (250,41,77). Sum of RGB (Red+Green+Blue) = 250+41+77=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA294D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA294D is #05D6B2. Grayscale: #6B6B6B. Windows color (decimal): -382643 or 5057018. OLE color: 5057018.
HSL color Cylindrical-coordinate representation of color #FA294D: hue angle of 349.67º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA294D is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 77 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.02 |
| HSL | 349.67º | 0.95% | 0.57% | - |
| HSV(B) | 349.67º | 0.84% | 0.98% | - |
| XYZ | 41.56 | 22.45 | 9.16 | - |
| YUV | 107.6 | 110.74 | 229.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 77 | 0 | 0.84 | 0.69 | 0.02 | 349.67 | 0.95 | 0.57 |
| Hex | FA | 29 | 4D | 0 | 54 | 45 | 2 | 15E | 5F | 39 |
| Octal | 372 | 51 | 115 | 0 | 124 | 105 | 2 | 536 | 137 | 71 |
| Binary | 11111010 | 101001 | 1001101 | 0 | 1010100 | 1000101 | 10 | 101011110 | 1011111 | 111001 |
Color Harmonies of #FA294D
Complementary color
Monochromatic Colors of #FA294D
Black with #FA294D
Text Example
Text Example
White with #FA294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA294D; }
p { color: rgb(250,41,77); }
H1.HeaderClassName
{
color: #FA294D;
}
.AnyTagClassName
{
color: #FA294D;
}
</style>
background-color css
<style>
a { background-color: #FA294D; }
a { background-color: rgb(250,41,77); }
div.DivClassName
{
background-color: #FA294D;
}
.BgClassName
{
background-color: #FA294D;
}
</style>
border-color css
<style>
span { border-color: #FA294D; }
span { border-color: rgb(250,41,77); }
td.TdClassName
{
border-color: #FA294D;
}
.TagClassName
{
border-color: #FA294D;
}
</style>