Shades of Amaranth #FC2649
Tints of Amaranth #FC2649
RGB
CMYK
RGB Variations
Color information
#FC2649 (or 0xFC2649) is known color: Amaranth. HEX triplet: FC, 26 and 49. RGB value is (252,38,73). Sum of RGB (Red+Green+Blue) = 252+38+73=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2649 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2649 is #03D9B6. Grayscale: #6A6A6A. Windows color (decimal): -252343 or 4794108. OLE color: 4794108.
HSL color Cylindrical-coordinate representation of color #FC2649: hue angle of 350.19º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC2649 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 73 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.01 |
| HSL | 350.19º | 0.97% | 0.57% | - |
| HSV(B) | 350.19º | 0.85% | 0.99% | - |
| XYZ | 42.04 | 22.56 | 8.44 | - |
| YUV | 105.98 | 109.4 | 232.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 73 | 0 | 0.85 | 0.71 | 0.01 | 350.19 | 0.97 | 0.57 |
| Hex | FC | 26 | 49 | 0 | 55 | 47 | 1 | 15E | 61 | 39 |
| Octal | 374 | 46 | 111 | 0 | 125 | 107 | 1 | 536 | 141 | 71 |
| Binary | 11111100 | 100110 | 1001001 | 0 | 1010101 | 1000111 | 1 | 101011110 | 1100001 | 111001 |
Color Harmonies of #FC2649
Complementary color
Monochromatic Colors of #FC2649
Black with #FC2649
Text Example
Text Example
White with #FC2649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2649; }
p { color: rgb(252,38,73); }
H1.HeaderClassName
{
color: #FC2649;
}
.AnyTagClassName
{
color: #FC2649;
}
</style>
background-color css
<style>
a { background-color: #FC2649; }
a { background-color: rgb(252,38,73); }
div.DivClassName
{
background-color: #FC2649;
}
.BgClassName
{
background-color: #FC2649;
}
</style>
border-color css
<style>
span { border-color: #FC2649; }
span { border-color: rgb(252,38,73); }
td.TdClassName
{
border-color: #FC2649;
}
.TagClassName
{
border-color: #FC2649;
}
</style>