Shades of Amaranth #FA1E50
Tints of Amaranth #FA1E50
RGB
CMYK
RGB Variations
Color information
#FA1E50 (or 0xFA1E50) is known color: Amaranth. HEX triplet: FA, 1E and 50. RGB value is (250,30,80). Sum of RGB (Red+Green+Blue) = 250+30+80=360 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.44% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1E50 is #05E1AF. Grayscale: #656565. Windows color (decimal): -385456 or 5250810. OLE color: 5250810.
HSL color Cylindrical-coordinate representation of color #FA1E50: hue angle of 346.36º 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 #FA1E50 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 80 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.02 |
| HSL | 346.36º | 0.96% | 0.55% | - |
| HSV(B) | 346.36º | 0.88% | 0.98% | - |
| XYZ | 41.34 | 21.83 | 9.62 | - |
| YUV | 101.48 | 115.89 | 233.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 80 | 0 | 0.88 | 0.68 | 0.02 | 346.36 | 0.96 | 0.55 |
| Hex | FA | 1E | 50 | 0 | 58 | 44 | 2 | 15A | 60 | 37 |
| Octal | 372 | 36 | 120 | 0 | 130 | 104 | 2 | 532 | 140 | 67 |
| Binary | 11111010 | 11110 | 1010000 | 0 | 1011000 | 1000100 | 10 | 101011010 | 1100000 | 110111 |
Color Harmonies of #FA1E50
Complementary color
Monochromatic Colors of #FA1E50
Black with #FA1E50
Text Example
Text Example
White with #FA1E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1E50; }
p { color: rgb(250,30,80); }
H1.HeaderClassName
{
color: #FA1E50;
}
.AnyTagClassName
{
color: #FA1E50;
}
</style>
background-color css
<style>
a { background-color: #FA1E50; }
a { background-color: rgb(250,30,80); }
div.DivClassName
{
background-color: #FA1E50;
}
.BgClassName
{
background-color: #FA1E50;
}
</style>
border-color css
<style>
span { border-color: #FA1E50; }
span { border-color: rgb(250,30,80); }
td.TdClassName
{
border-color: #FA1E50;
}
.TagClassName
{
border-color: #FA1E50;
}
</style>