Shades of Amaranth #FA1853
Tints of Amaranth #FA1853
RGB
CMYK
RGB Variations
Color information
#FA1853 (or 0xFA1853) is known color: Amaranth. HEX triplet: FA, 18 and 53. RGB value is (250,24,83). Sum of RGB (Red+Green+Blue) = 250+24+83=357 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.03% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1853 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1853 is #05E7AC. Grayscale: #626262. Windows color (decimal): -386989 or 5445882. OLE color: 5445882.
HSL color Cylindrical-coordinate representation of color #FA1853: hue angle of 344.34º 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 #FA1853 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 83 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.02 |
| HSL | 344.34º | 0.96% | 0.54% | - |
| HSV(B) | 344.34º | 0.9% | 0.98% | - |
| XYZ | 41.31 | 21.6 | 10.18 | - |
| YUV | 98.3 | 119.37 | 236.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 83 | 0 | 0.90 | 0.67 | 0.02 | 344.34 | 0.96 | 0.54 |
| Hex | FA | 18 | 53 | 0 | 5A | 43 | 2 | 158 | 60 | 36 |
| Octal | 372 | 30 | 123 | 0 | 132 | 103 | 2 | 530 | 140 | 66 |
| Binary | 11111010 | 11000 | 1010011 | 0 | 1011010 | 1000011 | 10 | 101011000 | 1100000 | 110110 |
Color Harmonies of #FA1853
Complementary color
Monochromatic Colors of #FA1853
Black with #FA1853
Text Example
Text Example
White with #FA1853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1853; }
p { color: rgb(250,24,83); }
H1.HeaderClassName
{
color: #FA1853;
}
.AnyTagClassName
{
color: #FA1853;
}
</style>
background-color css
<style>
a { background-color: #FA1853; }
a { background-color: rgb(250,24,83); }
div.DivClassName
{
background-color: #FA1853;
}
.BgClassName
{
background-color: #FA1853;
}
</style>
border-color css
<style>
span { border-color: #FA1853; }
span { border-color: rgb(250,24,83); }
td.TdClassName
{
border-color: #FA1853;
}
.TagClassName
{
border-color: #FA1853;
}
</style>