Shades of Amaranth #FA2849
Tints of Amaranth #FA2849
RGB
CMYK
RGB Variations
Color information
#FA2849 (or 0xFA2849) is known color: Amaranth. HEX triplet: FA, 28 and 49. RGB value is (250,40,73). Sum of RGB (Red+Green+Blue) = 250+40+73=363 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.87% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2849 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2849 is #05D7B6. Grayscale: #6A6A6A. Windows color (decimal): -382903 or 4794618. OLE color: 4794618.
HSL color Cylindrical-coordinate representation of color #FA2849: hue angle of 350.57º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA2849 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 73 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.02 |
| HSL | 350.57º | 0.95% | 0.57% | - |
| HSV(B) | 350.57º | 0.84% | 0.98% | - |
| XYZ | 41.39 | 22.32 | 8.43 | - |
| YUV | 106.55 | 109.07 | 230.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 73 | 0 | 0.84 | 0.71 | 0.02 | 350.57 | 0.95 | 0.57 |
| Hex | FA | 28 | 49 | 0 | 54 | 47 | 2 | 15F | 5F | 39 |
| Octal | 372 | 50 | 111 | 0 | 124 | 107 | 2 | 537 | 137 | 71 |
| Binary | 11111010 | 101000 | 1001001 | 0 | 1010100 | 1000111 | 10 | 101011111 | 1011111 | 111001 |
Color Harmonies of #FA2849
Complementary color
Monochromatic Colors of #FA2849
Black with #FA2849
Text Example
Text Example
White with #FA2849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2849; }
p { color: rgb(250,40,73); }
H1.HeaderClassName
{
color: #FA2849;
}
.AnyTagClassName
{
color: #FA2849;
}
</style>
background-color css
<style>
a { background-color: #FA2849; }
a { background-color: rgb(250,40,73); }
div.DivClassName
{
background-color: #FA2849;
}
.BgClassName
{
background-color: #FA2849;
}
</style>
border-color css
<style>
span { border-color: #FA2849; }
span { border-color: rgb(250,40,73); }
td.TdClassName
{
border-color: #FA2849;
}
.TagClassName
{
border-color: #FA2849;
}
</style>