Shades of Amaranth #FA1750
Tints of Amaranth #FA1750
RGB
CMYK
RGB Variations
Color information
#FA1750 (or 0xFA1750) is known color: Amaranth. HEX triplet: FA, 17 and 50. RGB value is (250,23,80). Sum of RGB (Red+Green+Blue) = 250+23+80=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1750 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1750 is #05E8AF. Grayscale: #616161. Windows color (decimal): -387248 or 5249018. OLE color: 5249018.
HSL color Cylindrical-coordinate representation of color #FA1750: hue angle of 344.93º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA1750 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 80 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.02 |
| HSL | 344.93º | 0.96% | 0.54% | - |
| HSV(B) | 344.93º | 0.91% | 0.98% | - |
| XYZ | 41.18 | 21.52 | 9.57 | - |
| YUV | 97.37 | 118.21 | 236.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 80 | 0 | 0.91 | 0.68 | 0.02 | 344.93 | 0.96 | 0.54 |
| Hex | FA | 17 | 50 | 0 | 5B | 44 | 2 | 159 | 60 | 36 |
| Octal | 372 | 27 | 120 | 0 | 133 | 104 | 2 | 531 | 140 | 66 |
| Binary | 11111010 | 10111 | 1010000 | 0 | 1011011 | 1000100 | 10 | 101011001 | 1100000 | 110110 |
Color Harmonies of #FA1750
Complementary color
Monochromatic Colors of #FA1750
Black with #FA1750
Text Example
Text Example
White with #FA1750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1750; }
p { color: rgb(250,23,80); }
H1.HeaderClassName
{
color: #FA1750;
}
.AnyTagClassName
{
color: #FA1750;
}
</style>
background-color css
<style>
a { background-color: #FA1750; }
a { background-color: rgb(250,23,80); }
div.DivClassName
{
background-color: #FA1750;
}
.BgClassName
{
background-color: #FA1750;
}
</style>
border-color css
<style>
span { border-color: #FA1750; }
span { border-color: rgb(250,23,80); }
td.TdClassName
{
border-color: #FA1750;
}
.TagClassName
{
border-color: #FA1750;
}
</style>