Shades of Amaranth #FA1955
Tints of Amaranth #FA1955
RGB
CMYK
RGB Variations
Color information
#FA1955 (or 0xFA1955) is known color: Amaranth. HEX triplet: FA, 19 and 55. RGB value is (250,25,85). Sum of RGB (Red+Green+Blue) = 250+25+85=360 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.44% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1955 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1955 is #05E6AA. Grayscale: #636363. Windows color (decimal): -386731 or 5577210. OLE color: 5577210.
HSL color Cylindrical-coordinate representation of color #FA1955: hue angle of 344º 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 #FA1955 is Cyan = 0, Magento = 0.9, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 85 | - |
| CMYK | 0 | 0.9 | 0.66 | 0.02 |
| HSL | 344º | 0.96% | 0.54% | - |
| HSV(B) | 344º | 0.9% | 0.98% | - |
| XYZ | 41.41 | 21.68 | 10.6 | - |
| YUV | 99.12 | 120.04 | 235.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 85 | 0 | 0.9 | 0.66 | 0.02 | 344 | 0.96 | 0.54 |
| Hex | FA | 19 | 55 | 0 | 5A | 42 | 2 | 158 | 60 | 36 |
| Octal | 372 | 31 | 125 | 0 | 132 | 102 | 2 | 530 | 140 | 66 |
| Binary | 11111010 | 11001 | 1010101 | 0 | 1011010 | 1000010 | 10 | 101011000 | 1100000 | 110110 |
Color Harmonies of #FA1955
Complementary color
Monochromatic Colors of #FA1955
Black with #FA1955
Text Example
Text Example
White with #FA1955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1955; }
p { color: rgb(250,25,85); }
H1.HeaderClassName
{
color: #FA1955;
}
.AnyTagClassName
{
color: #FA1955;
}
</style>
background-color css
<style>
a { background-color: #FA1955; }
a { background-color: rgb(250,25,85); }
div.DivClassName
{
background-color: #FA1955;
}
.BgClassName
{
background-color: #FA1955;
}
</style>
border-color css
<style>
span { border-color: #FA1955; }
span { border-color: rgb(250,25,85); }
td.TdClassName
{
border-color: #FA1955;
}
.TagClassName
{
border-color: #FA1955;
}
</style>