Shades of Amaranth #FC224E
Tints of Amaranth #FC224E
RGB
CMYK
RGB Variations
Color information
#FC224E (or 0xFC224E) is known color: Amaranth. HEX triplet: FC, 22 and 4E. RGB value is (252,34,78). Sum of RGB (Red+Green+Blue) = 252+34+78=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC224E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC224E is #03DDB1. Grayscale: #686868. Windows color (decimal): -253362 or 5120764. OLE color: 5120764.
HSL color Cylindrical-coordinate representation of color #FC224E: hue angle of 347.89º 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 #FC224E is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 34 | 78 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.01 |
| HSL | 347.89º | 0.97% | 0.56% | - |
| HSV(B) | 347.89º | 0.87% | 0.99% | - |
| XYZ | 42.09 | 22.39 | 9.31 | - |
| YUV | 104.2 | 113.22 | 233.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 34 | 78 | 0 | 0.87 | 0.69 | 0.01 | 347.89 | 0.97 | 0.56 |
| Hex | FC | 22 | 4E | 0 | 57 | 45 | 1 | 15C | 61 | 38 |
| Octal | 374 | 42 | 116 | 0 | 127 | 105 | 1 | 534 | 141 | 70 |
| Binary | 11111100 | 100010 | 1001110 | 0 | 1010111 | 1000101 | 1 | 101011100 | 1100001 | 111000 |
Color Harmonies of #FC224E
Complementary color
Monochromatic Colors of #FC224E
Black with #FC224E
Text Example
Text Example
White with #FC224E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC224E; }
p { color: rgb(252,34,78); }
H1.HeaderClassName
{
color: #FC224E;
}
.AnyTagClassName
{
color: #FC224E;
}
</style>
background-color css
<style>
a { background-color: #FC224E; }
a { background-color: rgb(252,34,78); }
div.DivClassName
{
background-color: #FC224E;
}
.BgClassName
{
background-color: #FC224E;
}
</style>
border-color css
<style>
span { border-color: #FC224E; }
span { border-color: rgb(252,34,78); }
td.TdClassName
{
border-color: #FC224E;
}
.TagClassName
{
border-color: #FC224E;
}
</style>