Shades of Amaranth #FC2A47
Tints of Amaranth #FC2A47
RGB
CMYK
RGB Variations
Color information
#FC2A47 (or 0xFC2A47) is known color: Amaranth. HEX triplet: FC, 2A and 47. RGB value is (252,42,71). Sum of RGB (Red+Green+Blue) = 252+42+71=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2A47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2A47 is #03D5B8. Grayscale: #6C6C6C. Windows color (decimal): -251321 or 4664060. OLE color: 4664060.
HSL color Cylindrical-coordinate representation of color #FC2A47: hue angle of 351.71º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC2A47 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 42 | 71 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.01 |
| HSL | 351.71º | 0.97% | 0.58% | - |
| HSV(B) | 351.71º | 0.83% | 0.99% | - |
| XYZ | 42.11 | 22.81 | 8.14 | - |
| YUV | 108.1 | 107.07 | 230.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 42 | 71 | 0 | 0.83 | 0.72 | 0.01 | 351.71 | 0.97 | 0.58 |
| Hex | FC | 2A | 47 | 0 | 53 | 48 | 1 | 160 | 61 | 3A |
| Octal | 374 | 52 | 107 | 0 | 123 | 110 | 1 | 540 | 141 | 72 |
| Binary | 11111100 | 101010 | 1000111 | 0 | 1010011 | 1001000 | 1 | 101100000 | 1100001 | 111010 |
Color Harmonies of #FC2A47
Complementary color
Monochromatic Colors of #FC2A47
Black with #FC2A47
Text Example
Text Example
White with #FC2A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2A47; }
p { color: rgb(252,42,71); }
H1.HeaderClassName
{
color: #FC2A47;
}
.AnyTagClassName
{
color: #FC2A47;
}
</style>
background-color css
<style>
a { background-color: #FC2A47; }
a { background-color: rgb(252,42,71); }
div.DivClassName
{
background-color: #FC2A47;
}
.BgClassName
{
background-color: #FC2A47;
}
</style>
border-color css
<style>
span { border-color: #FC2A47; }
span { border-color: rgb(252,42,71); }
td.TdClassName
{
border-color: #FC2A47;
}
.TagClassName
{
border-color: #FC2A47;
}
</style>