Shades of Amaranth #FC224A
Tints of Amaranth #FC224A
RGB
CMYK
RGB Variations
Color information
#FC224A (or 0xFC224A) is known color: Amaranth. HEX triplet: FC, 22 and 4A. RGB value is (252,34,74). Sum of RGB (Red+Green+Blue) = 252+34+74=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC224A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC224A is #03DDB5. Grayscale: #676767. Windows color (decimal): -253366 or 4858620. OLE color: 4858620.
HSL color Cylindrical-coordinate representation of color #FC224A: hue angle of 348.99º 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 #FC224A is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 34 | 74 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.01 |
| HSL | 348.99º | 0.97% | 0.56% | - |
| HSV(B) | 348.99º | 0.87% | 0.99% | - |
| XYZ | 41.95 | 22.33 | 8.58 | - |
| YUV | 103.74 | 111.22 | 233.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 34 | 74 | 0 | 0.87 | 0.71 | 0.01 | 348.99 | 0.97 | 0.56 |
| Hex | FC | 22 | 4A | 0 | 57 | 47 | 1 | 15D | 61 | 38 |
| Octal | 374 | 42 | 112 | 0 | 127 | 107 | 1 | 535 | 141 | 70 |
| Binary | 11111100 | 100010 | 1001010 | 0 | 1010111 | 1000111 | 1 | 101011101 | 1100001 | 111000 |
Color Harmonies of #FC224A
Complementary color
Monochromatic Colors of #FC224A
Black with #FC224A
Text Example
Text Example
White with #FC224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC224A; }
p { color: rgb(252,34,74); }
H1.HeaderClassName
{
color: #FC224A;
}
.AnyTagClassName
{
color: #FC224A;
}
</style>
background-color css
<style>
a { background-color: #FC224A; }
a { background-color: rgb(252,34,74); }
div.DivClassName
{
background-color: #FC224A;
}
.BgClassName
{
background-color: #FC224A;
}
</style>
border-color css
<style>
span { border-color: #FC224A; }
span { border-color: rgb(252,34,74); }
td.TdClassName
{
border-color: #FC224A;
}
.TagClassName
{
border-color: #FC224A;
}
</style>