Shades of Amaranth #FA1E49
Tints of Amaranth #FA1E49
RGB
CMYK
RGB Variations
Color information
#FA1E49 (or 0xFA1E49) is known color: Amaranth. HEX triplet: FA, 1E and 49. RGB value is (250,30,73). Sum of RGB (Red+Green+Blue) = 250+30+73=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1E49 is #05E1B6. Grayscale: #646464. Windows color (decimal): -385463 or 4792058. OLE color: 4792058.
HSL color Cylindrical-coordinate representation of color #FA1E49: hue angle of 348.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1E49 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 73 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.02 |
| HSL | 348.27º | 0.96% | 0.55% | - |
| HSV(B) | 348.27º | 0.88% | 0.98% | - |
| XYZ | 41.09 | 21.73 | 8.33 | - |
| YUV | 100.68 | 112.39 | 234.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 73 | 0 | 0.88 | 0.71 | 0.02 | 348.27 | 0.96 | 0.55 |
| Hex | FA | 1E | 49 | 0 | 58 | 47 | 2 | 15C | 60 | 37 |
| Octal | 372 | 36 | 111 | 0 | 130 | 107 | 2 | 534 | 140 | 67 |
| Binary | 11111010 | 11110 | 1001001 | 0 | 1011000 | 1000111 | 10 | 101011100 | 1100000 | 110111 |
Color Harmonies of #FA1E49
Complementary color
Monochromatic Colors of #FA1E49
Black with #FA1E49
Text Example
Text Example
White with #FA1E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1E49; }
p { color: rgb(250,30,73); }
H1.HeaderClassName
{
color: #FA1E49;
}
.AnyTagClassName
{
color: #FA1E49;
}
</style>
background-color css
<style>
a { background-color: #FA1E49; }
a { background-color: rgb(250,30,73); }
div.DivClassName
{
background-color: #FA1E49;
}
.BgClassName
{
background-color: #FA1E49;
}
</style>
border-color css
<style>
span { border-color: #FA1E49; }
span { border-color: rgb(250,30,73); }
td.TdClassName
{
border-color: #FA1E49;
}
.TagClassName
{
border-color: #FA1E49;
}
</style>