Shades of Amaranth #FC2C43
Tints of Amaranth #FC2C43
RGB
CMYK
RGB Variations
Color information
#FC2C43 (or 0xFC2C43) is known color: Amaranth. HEX triplet: FC, 2C and 43. RGB value is (252,44,67). Sum of RGB (Red+Green+Blue) = 252+44+67=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 67 (26.56% from 255 or 18.46% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2C43 is #03D3BC. Grayscale: #6C6C6C. Windows color (decimal): -250813 or 4402428. OLE color: 4402428.
HSL color Cylindrical-coordinate representation of color #FC2C43: hue angle of 353.37º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC2C43 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 44 | 67 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.01 |
| HSL | 353.37º | 0.97% | 0.58% | - |
| HSV(B) | 353.37º | 0.83% | 0.99% | - |
| XYZ | 42.06 | 22.9 | 7.51 | - |
| YUV | 108.81 | 104.41 | 230.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 44 | 67 | 0 | 0.83 | 0.73 | 0.01 | 353.37 | 0.97 | 0.58 |
| Hex | FC | 2C | 43 | 0 | 53 | 49 | 1 | 161 | 61 | 3A |
| Octal | 374 | 54 | 103 | 0 | 123 | 111 | 1 | 541 | 141 | 72 |
| Binary | 11111100 | 101100 | 1000011 | 0 | 1010011 | 1001001 | 1 | 101100001 | 1100001 | 111010 |
Color Harmonies of #FC2C43
Complementary color
Monochromatic Colors of #FC2C43
Black with #FC2C43
Text Example
Text Example
White with #FC2C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2C43; }
p { color: rgb(252,44,67); }
H1.HeaderClassName
{
color: #FC2C43;
}
.AnyTagClassName
{
color: #FC2C43;
}
</style>
background-color css
<style>
a { background-color: #FC2C43; }
a { background-color: rgb(252,44,67); }
div.DivClassName
{
background-color: #FC2C43;
}
.BgClassName
{
background-color: #FC2C43;
}
</style>
border-color css
<style>
span { border-color: #FC2C43; }
span { border-color: rgb(252,44,67); }
td.TdClassName
{
border-color: #FC2C43;
}
.TagClassName
{
border-color: #FC2C43;
}
</style>