Shades of Amaranth #FA2C47
Tints of Amaranth #FA2C47
RGB
CMYK
RGB Variations
Color information
#FA2C47 (or 0xFA2C47) is known color: Amaranth. HEX triplet: FA, 2C and 47. RGB value is (250,44,71). Sum of RGB (Red+Green+Blue) = 250+44+71=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2C47 is #05D3B8. Grayscale: #6C6C6C. Windows color (decimal): -381881 or 4664570. OLE color: 4664570.
HSL color Cylindrical-coordinate representation of color #FA2C47: hue angle of 352.14º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2C47 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 44 | 71 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.02 |
| HSL | 352.14º | 0.95% | 0.58% | - |
| HSV(B) | 352.14º | 0.82% | 0.98% | - |
| XYZ | 41.46 | 22.58 | 8.13 | - |
| YUV | 108.67 | 106.75 | 228.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 44 | 71 | 0 | 0.82 | 0.72 | 0.02 | 352.14 | 0.95 | 0.58 |
| Hex | FA | 2C | 47 | 0 | 52 | 48 | 2 | 160 | 5F | 3A |
| Octal | 372 | 54 | 107 | 0 | 122 | 110 | 2 | 540 | 137 | 72 |
| Binary | 11111010 | 101100 | 1000111 | 0 | 1010010 | 1001000 | 10 | 101100000 | 1011111 | 111010 |
Color Harmonies of #FA2C47
Complementary color
Monochromatic Colors of #FA2C47
Black with #FA2C47
Text Example
Text Example
White with #FA2C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2C47; }
p { color: rgb(250,44,71); }
H1.HeaderClassName
{
color: #FA2C47;
}
.AnyTagClassName
{
color: #FA2C47;
}
</style>
background-color css
<style>
a { background-color: #FA2C47; }
a { background-color: rgb(250,44,71); }
div.DivClassName
{
background-color: #FA2C47;
}
.BgClassName
{
background-color: #FA2C47;
}
</style>
border-color css
<style>
span { border-color: #FA2C47; }
span { border-color: rgb(250,44,71); }
td.TdClassName
{
border-color: #FA2C47;
}
.TagClassName
{
border-color: #FA2C47;
}
</style>