Shades of Amaranth #FA1950
Tints of Amaranth #FA1950
RGB
CMYK
RGB Variations
Color information
#FA1950 (or 0xFA1950) is known color: Amaranth. HEX triplet: FA, 19 and 50. RGB value is (250,25,80). Sum of RGB (Red+Green+Blue) = 250+25+80=355 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.42% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1950 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1950 is #05E6AF. Grayscale: #626262. Windows color (decimal): -386736 or 5249530. OLE color: 5249530.
HSL color Cylindrical-coordinate representation of color #FA1950: hue angle of 345.33º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1950 is Cyan = 0, Magento = 0.9, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 80 | - |
| CMYK | 0 | 0.9 | 0.68 | 0.02 |
| HSL | 345.33º | 0.96% | 0.54% | - |
| HSV(B) | 345.33º | 0.9% | 0.98% | - |
| XYZ | 41.22 | 21.6 | 9.59 | - |
| YUV | 98.55 | 117.54 | 236.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 80 | 0 | 0.9 | 0.68 | 0.02 | 345.33 | 0.96 | 0.54 |
| Hex | FA | 19 | 50 | 0 | 5A | 44 | 2 | 159 | 60 | 36 |
| Octal | 372 | 31 | 120 | 0 | 132 | 104 | 2 | 531 | 140 | 66 |
| Binary | 11111010 | 11001 | 1010000 | 0 | 1011010 | 1000100 | 10 | 101011001 | 1100000 | 110110 |
Color Harmonies of #FA1950
Complementary color
Monochromatic Colors of #FA1950
Black with #FA1950
Text Example
Text Example
White with #FA1950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1950; }
p { color: rgb(250,25,80); }
H1.HeaderClassName
{
color: #FA1950;
}
.AnyTagClassName
{
color: #FA1950;
}
</style>
background-color css
<style>
a { background-color: #FA1950; }
a { background-color: rgb(250,25,80); }
div.DivClassName
{
background-color: #FA1950;
}
.BgClassName
{
background-color: #FA1950;
}
</style>
border-color css
<style>
span { border-color: #FA1950; }
span { border-color: rgb(250,25,80); }
td.TdClassName
{
border-color: #FA1950;
}
.TagClassName
{
border-color: #FA1950;
}
</style>