Shades of Amaranth #FA2846
Tints of Amaranth #FA2846
RGB
CMYK
RGB Variations
Color information
#FA2846 (or 0xFA2846) is known color: Amaranth. HEX triplet: FA, 28 and 46. RGB value is (250,40,70). Sum of RGB (Red+Green+Blue) = 250+40+70=360 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.44% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2846 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2846 is #05D7B9. Grayscale: #6A6A6A. Windows color (decimal): -382906 or 4598010. OLE color: 4598010.
HSL color Cylindrical-coordinate representation of color #FA2846: hue angle of 351.43º 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 #FA2846 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 70 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.02 |
| HSL | 351.43º | 0.95% | 0.57% | - |
| HSV(B) | 351.43º | 0.84% | 0.98% | - |
| XYZ | 41.29 | 22.28 | 7.92 | - |
| YUV | 106.21 | 107.57 | 230.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 70 | 0 | 0.84 | 0.72 | 0.02 | 351.43 | 0.95 | 0.57 |
| Hex | FA | 28 | 46 | 0 | 54 | 48 | 2 | 15F | 5F | 39 |
| Octal | 372 | 50 | 106 | 0 | 124 | 110 | 2 | 537 | 137 | 71 |
| Binary | 11111010 | 101000 | 1000110 | 0 | 1010100 | 1001000 | 10 | 101011111 | 1011111 | 111001 |
Color Harmonies of #FA2846
Complementary color
Monochromatic Colors of #FA2846
Black with #FA2846
Text Example
Text Example
White with #FA2846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2846; }
p { color: rgb(250,40,70); }
H1.HeaderClassName
{
color: #FA2846;
}
.AnyTagClassName
{
color: #FA2846;
}
</style>
background-color css
<style>
a { background-color: #FA2846; }
a { background-color: rgb(250,40,70); }
div.DivClassName
{
background-color: #FA2846;
}
.BgClassName
{
background-color: #FA2846;
}
</style>
border-color css
<style>
span { border-color: #FA2846; }
span { border-color: rgb(250,40,70); }
td.TdClassName
{
border-color: #FA2846;
}
.TagClassName
{
border-color: #FA2846;
}
</style>