Shades of Amaranth #FA1852
Tints of Amaranth #FA1852
RGB
CMYK
RGB Variations
Color information
#FA1852 (or 0xFA1852) is known color: Amaranth. HEX triplet: FA, 18 and 52. RGB value is (250,24,82). Sum of RGB (Red+Green+Blue) = 250+24+82=356 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.22% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1852 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1852 is #05E7AD. Grayscale: #626262. Windows color (decimal): -386990 or 5380346. OLE color: 5380346.
HSL color Cylindrical-coordinate representation of color #FA1852: hue angle of 344.6º 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 #FA1852 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 82 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.02 |
| HSL | 344.6º | 0.96% | 0.54% | - |
| HSV(B) | 344.6º | 0.9% | 0.98% | - |
| XYZ | 41.27 | 21.59 | 9.97 | - |
| YUV | 98.19 | 118.87 | 236.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 82 | 0 | 0.90 | 0.67 | 0.02 | 344.6 | 0.96 | 0.54 |
| Hex | FA | 18 | 52 | 0 | 5A | 43 | 2 | 159 | 60 | 36 |
| Octal | 372 | 30 | 122 | 0 | 132 | 103 | 2 | 531 | 140 | 66 |
| Binary | 11111010 | 11000 | 1010010 | 0 | 1011010 | 1000011 | 10 | 101011001 | 1100000 | 110110 |
Color Harmonies of #FA1852
Complementary color
Monochromatic Colors of #FA1852
Black with #FA1852
Text Example
Text Example
White with #FA1852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1852; }
p { color: rgb(250,24,82); }
H1.HeaderClassName
{
color: #FA1852;
}
.AnyTagClassName
{
color: #FA1852;
}
</style>
background-color css
<style>
a { background-color: #FA1852; }
a { background-color: rgb(250,24,82); }
div.DivClassName
{
background-color: #FA1852;
}
.BgClassName
{
background-color: #FA1852;
}
</style>
border-color css
<style>
span { border-color: #FA1852; }
span { border-color: rgb(250,24,82); }
td.TdClassName
{
border-color: #FA1852;
}
.TagClassName
{
border-color: #FA1852;
}
</style>