Shades of Amaranth #FC1951
Tints of Amaranth #FC1951
RGB
CMYK
RGB Variations
Color information
#FC1951 (or 0xFC1951) is known color: Amaranth. HEX triplet: FC, 19 and 51. RGB value is (252,25,81). Sum of RGB (Red+Green+Blue) = 252+25+81=358 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.39% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1951 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1951 is #03E6AE. Grayscale: #636363. Windows color (decimal): -255663 or 5315068. OLE color: 5315068.
HSL color Cylindrical-coordinate representation of color #FC1951: hue angle of 345.2º 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 #FC1951 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 81 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.01 |
| HSL | 345.2º | 0.97% | 0.54% | - |
| HSV(B) | 345.2º | 0.9% | 0.99% | - |
| XYZ | 41.98 | 21.98 | 9.82 | - |
| YUV | 99.26 | 117.71 | 236.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 81 | 0 | 0.90 | 0.68 | 0.01 | 345.2 | 0.97 | 0.54 |
| Hex | FC | 19 | 51 | 0 | 5A | 44 | 1 | 159 | 61 | 36 |
| Octal | 374 | 31 | 121 | 0 | 132 | 104 | 1 | 531 | 141 | 66 |
| Binary | 11111100 | 11001 | 1010001 | 0 | 1011010 | 1000100 | 1 | 101011001 | 1100001 | 110110 |
Color Harmonies of #FC1951
Complementary color
Monochromatic Colors of #FC1951
Black with #FC1951
Text Example
Text Example
White with #FC1951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1951; }
p { color: rgb(252,25,81); }
H1.HeaderClassName
{
color: #FC1951;
}
.AnyTagClassName
{
color: #FC1951;
}
</style>
background-color css
<style>
a { background-color: #FC1951; }
a { background-color: rgb(252,25,81); }
div.DivClassName
{
background-color: #FC1951;
}
.BgClassName
{
background-color: #FC1951;
}
</style>
border-color css
<style>
span { border-color: #FC1951; }
span { border-color: rgb(252,25,81); }
td.TdClassName
{
border-color: #FC1951;
}
.TagClassName
{
border-color: #FC1951;
}
</style>