Shades of Amaranth #FC224D
Tints of Amaranth #FC224D
RGB
CMYK
RGB Variations
Color information
#FC224D (or 0xFC224D) is known color: Amaranth. HEX triplet: FC, 22 and 4D. RGB value is (252,34,77). Sum of RGB (Red+Green+Blue) = 252+34+77=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC224D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC224D is #03DDB2. Grayscale: #686868. Windows color (decimal): -253363 or 5055228. OLE color: 5055228.
HSL color Cylindrical-coordinate representation of color #FC224D: hue angle of 348.17º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC224D is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 34 | 77 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.01 |
| HSL | 348.17º | 0.97% | 0.56% | - |
| HSV(B) | 348.17º | 0.87% | 0.99% | - |
| XYZ | 42.06 | 22.38 | 9.12 | - |
| YUV | 104.08 | 112.72 | 233.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 34 | 77 | 0 | 0.87 | 0.69 | 0.01 | 348.17 | 0.97 | 0.56 |
| Hex | FC | 22 | 4D | 0 | 57 | 45 | 1 | 15C | 61 | 38 |
| Octal | 374 | 42 | 115 | 0 | 127 | 105 | 1 | 534 | 141 | 70 |
| Binary | 11111100 | 100010 | 1001101 | 0 | 1010111 | 1000101 | 1 | 101011100 | 1100001 | 111000 |
Color Harmonies of #FC224D
Complementary color
Monochromatic Colors of #FC224D
Black with #FC224D
Text Example
Text Example
White with #FC224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC224D; }
p { color: rgb(252,34,77); }
H1.HeaderClassName
{
color: #FC224D;
}
.AnyTagClassName
{
color: #FC224D;
}
</style>
background-color css
<style>
a { background-color: #FC224D; }
a { background-color: rgb(252,34,77); }
div.DivClassName
{
background-color: #FC224D;
}
.BgClassName
{
background-color: #FC224D;
}
</style>
border-color css
<style>
span { border-color: #FC224D; }
span { border-color: rgb(252,34,77); }
td.TdClassName
{
border-color: #FC224D;
}
.TagClassName
{
border-color: #FC224D;
}
</style>