Shades of Amaranth #FC204C
Tints of Amaranth #FC204C
RGB
CMYK
RGB Variations
Color information
#FC204C (or 0xFC204C) is known color: Amaranth. HEX triplet: FC, 20 and 4C. RGB value is (252,32,76). Sum of RGB (Red+Green+Blue) = 252+32+76=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC204C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC204C is #03DFB3. Grayscale: #666666. Windows color (decimal): -253876 or 4989180. OLE color: 4989180.
HSL color Cylindrical-coordinate representation of color #FC204C: hue angle of 348º 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 #FC204C is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 76 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.01 |
| HSL | 348º | 0.97% | 0.56% | - |
| HSV(B) | 348º | 0.87% | 0.99% | - |
| XYZ | 41.97 | 22.25 | 8.92 | - |
| YUV | 102.8 | 112.89 | 234.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 76 | 0 | 0.87 | 0.70 | 0.01 | 348 | 0.97 | 0.56 |
| Hex | FC | 20 | 4C | 0 | 57 | 46 | 1 | 15C | 61 | 38 |
| Octal | 374 | 40 | 114 | 0 | 127 | 106 | 1 | 534 | 141 | 70 |
| Binary | 11111100 | 100000 | 1001100 | 0 | 1010111 | 1000110 | 1 | 101011100 | 1100001 | 111000 |
Color Harmonies of #FC204C
Complementary color
Monochromatic Colors of #FC204C
Black with #FC204C
Text Example
Text Example
White with #FC204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC204C; }
p { color: rgb(252,32,76); }
H1.HeaderClassName
{
color: #FC204C;
}
.AnyTagClassName
{
color: #FC204C;
}
</style>
background-color css
<style>
a { background-color: #FC204C; }
a { background-color: rgb(252,32,76); }
div.DivClassName
{
background-color: #FC204C;
}
.BgClassName
{
background-color: #FC204C;
}
</style>
border-color css
<style>
span { border-color: #FC204C; }
span { border-color: rgb(252,32,76); }
td.TdClassName
{
border-color: #FC204C;
}
.TagClassName
{
border-color: #FC204C;
}
</style>