Shades of Amaranth #FC2149
Tints of Amaranth #FC2149
RGB
CMYK
RGB Variations
Color information
#FC2149 (or 0xFC2149) is known color: Amaranth. HEX triplet: FC, 21 and 49. RGB value is (252,33,73). Sum of RGB (Red+Green+Blue) = 252+33+73=358 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.39% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2149 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2149 is #03DEB6. Grayscale: #676767. Windows color (decimal): -253623 or 4792828. OLE color: 4792828.
HSL color Cylindrical-coordinate representation of color #FC2149: hue angle of 349.04º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC2149 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 33 | 73 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.01 |
| HSL | 349.04º | 0.97% | 0.56% | - |
| HSV(B) | 349.04º | 0.87% | 0.99% | - |
| XYZ | 41.89 | 22.26 | 8.39 | - |
| YUV | 103.04 | 111.05 | 234.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 33 | 73 | 0 | 0.87 | 0.71 | 0.01 | 349.04 | 0.97 | 0.56 |
| Hex | FC | 21 | 49 | 0 | 57 | 47 | 1 | 15D | 61 | 38 |
| Octal | 374 | 41 | 111 | 0 | 127 | 107 | 1 | 535 | 141 | 70 |
| Binary | 11111100 | 100001 | 1001001 | 0 | 1010111 | 1000111 | 1 | 101011101 | 1100001 | 111000 |
Color Harmonies of #FC2149
Complementary color
Monochromatic Colors of #FC2149
Black with #FC2149
Text Example
Text Example
White with #FC2149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2149; }
p { color: rgb(252,33,73); }
H1.HeaderClassName
{
color: #FC2149;
}
.AnyTagClassName
{
color: #FC2149;
}
</style>
background-color css
<style>
a { background-color: #FC2149; }
a { background-color: rgb(252,33,73); }
div.DivClassName
{
background-color: #FC2149;
}
.BgClassName
{
background-color: #FC2149;
}
</style>
border-color css
<style>
span { border-color: #FC2149; }
span { border-color: rgb(252,33,73); }
td.TdClassName
{
border-color: #FC2149;
}
.TagClassName
{
border-color: #FC2149;
}
</style>