Shades of Amaranth #FC1954
Tints of Amaranth #FC1954
RGB
CMYK
RGB Variations
Color information
#FC1954 (or 0xFC1954) is known color: Amaranth. HEX triplet: FC, 19 and 54. RGB value is (252,25,84). Sum of RGB (Red+Green+Blue) = 252+25+84=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1954 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1954 is #03E6AB. Grayscale: #636363. Windows color (decimal): -255660 or 5511676. OLE color: 5511676.
HSL color Cylindrical-coordinate representation of color #FC1954: hue angle of 344.41º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1954 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 84 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.01 |
| HSL | 344.41º | 0.97% | 0.54% | - |
| HSV(B) | 344.41º | 0.9% | 0.99% | - |
| XYZ | 42.09 | 22.03 | 10.42 | - |
| YUV | 99.6 | 119.21 | 236.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 84 | 0 | 0.90 | 0.67 | 0.01 | 344.41 | 0.97 | 0.54 |
| Hex | FC | 19 | 54 | 0 | 5A | 43 | 1 | 158 | 61 | 36 |
| Octal | 374 | 31 | 124 | 0 | 132 | 103 | 1 | 530 | 141 | 66 |
| Binary | 11111100 | 11001 | 1010100 | 0 | 1011010 | 1000011 | 1 | 101011000 | 1100001 | 110110 |
Color Harmonies of #FC1954
Complementary color
Monochromatic Colors of #FC1954
Black with #FC1954
Text Example
Text Example
White with #FC1954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1954; }
p { color: rgb(252,25,84); }
H1.HeaderClassName
{
color: #FC1954;
}
.AnyTagClassName
{
color: #FC1954;
}
</style>
background-color css
<style>
a { background-color: #FC1954; }
a { background-color: rgb(252,25,84); }
div.DivClassName
{
background-color: #FC1954;
}
.BgClassName
{
background-color: #FC1954;
}
</style>
border-color css
<style>
span { border-color: #FC1954; }
span { border-color: rgb(252,25,84); }
td.TdClassName
{
border-color: #FC1954;
}
.TagClassName
{
border-color: #FC1954;
}
</style>