Shades of Amaranth #FC2844
Tints of Amaranth #FC2844
RGB
CMYK
RGB Variations
Color information
#FC2844 (or 0xFC2844) is known color: Amaranth. HEX triplet: FC, 28 and 44. RGB value is (252,40,68). Sum of RGB (Red+Green+Blue) = 252+40+68=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2844 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2844 is #03D7BB. Grayscale: #6A6A6A. Windows color (decimal): -251836 or 4466940. OLE color: 4466940.
HSL color Cylindrical-coordinate representation of color #FC2844: hue angle of 352.08º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC2844 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 68 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.01 |
| HSL | 352.08º | 0.97% | 0.57% | - |
| HSV(B) | 352.08º | 0.84% | 0.99% | - |
| XYZ | 41.95 | 22.63 | 7.63 | - |
| YUV | 106.58 | 106.24 | 231.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 68 | 0 | 0.84 | 0.73 | 0.01 | 352.08 | 0.97 | 0.57 |
| Hex | FC | 28 | 44 | 0 | 54 | 49 | 1 | 160 | 61 | 39 |
| Octal | 374 | 50 | 104 | 0 | 124 | 111 | 1 | 540 | 141 | 71 |
| Binary | 11111100 | 101000 | 1000100 | 0 | 1010100 | 1001001 | 1 | 101100000 | 1100001 | 111001 |
Color Harmonies of #FC2844
Complementary color
Monochromatic Colors of #FC2844
Black with #FC2844
Text Example
Text Example
White with #FC2844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2844; }
p { color: rgb(252,40,68); }
H1.HeaderClassName
{
color: #FC2844;
}
.AnyTagClassName
{
color: #FC2844;
}
</style>
background-color css
<style>
a { background-color: #FC2844; }
a { background-color: rgb(252,40,68); }
div.DivClassName
{
background-color: #FC2844;
}
.BgClassName
{
background-color: #FC2844;
}
</style>
border-color css
<style>
span { border-color: #FC2844; }
span { border-color: rgb(252,40,68); }
td.TdClassName
{
border-color: #FC2844;
}
.TagClassName
{
border-color: #FC2844;
}
</style>