Shades of Amaranth #FC2849
Tints of Amaranth #FC2849
RGB
CMYK
RGB Variations
Color information
#FC2849 (or 0xFC2849) is known color: Amaranth. HEX triplet: FC, 28 and 49. RGB value is (252,40,73). Sum of RGB (Red+Green+Blue) = 252+40+73=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2849 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2849 is #03D7B6. Grayscale: #6B6B6B. Windows color (decimal): -251831 or 4794620. OLE color: 4794620.
HSL color Cylindrical-coordinate representation of color #FC2849: hue angle of 350.66º 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 #FC2849 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 73 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.01 |
| HSL | 350.66º | 0.97% | 0.57% | - |
| HSV(B) | 350.66º | 0.84% | 0.99% | - |
| XYZ | 42.11 | 22.69 | 8.46 | - |
| YUV | 107.15 | 108.74 | 231.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 73 | 0 | 0.84 | 0.71 | 0.01 | 350.66 | 0.97 | 0.57 |
| Hex | FC | 28 | 49 | 0 | 54 | 47 | 1 | 15F | 61 | 39 |
| Octal | 374 | 50 | 111 | 0 | 124 | 107 | 1 | 537 | 141 | 71 |
| Binary | 11111100 | 101000 | 1001001 | 0 | 1010100 | 1000111 | 1 | 101011111 | 1100001 | 111001 |
Color Harmonies of #FC2849
Complementary color
Monochromatic Colors of #FC2849
Black with #FC2849
Text Example
Text Example
White with #FC2849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2849; }
p { color: rgb(252,40,73); }
H1.HeaderClassName
{
color: #FC2849;
}
.AnyTagClassName
{
color: #FC2849;
}
</style>
background-color css
<style>
a { background-color: #FC2849; }
a { background-color: rgb(252,40,73); }
div.DivClassName
{
background-color: #FC2849;
}
.BgClassName
{
background-color: #FC2849;
}
</style>
border-color css
<style>
span { border-color: #FC2849; }
span { border-color: rgb(252,40,73); }
td.TdClassName
{
border-color: #FC2849;
}
.TagClassName
{
border-color: #FC2849;
}
</style>