Shades of Amaranth #FC2A46
Tints of Amaranth #FC2A46
RGB
CMYK
RGB Variations
Color information
#FC2A46 (or 0xFC2A46) is known color: Amaranth. HEX triplet: FC, 2A and 46. RGB value is (252,42,70). Sum of RGB (Red+Green+Blue) = 252+42+70=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 42 (16.80% from 255 or 11.54% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2A46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2A46 is #03D5B9. Grayscale: #6C6C6C. Windows color (decimal): -251322 or 4598524. OLE color: 4598524.
HSL color Cylindrical-coordinate representation of color #FC2A46: hue angle of 352º 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 #FC2A46 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 42 | 70 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.01 |
| HSL | 352º | 0.97% | 0.58% | - |
| HSV(B) | 352º | 0.83% | 0.99% | - |
| XYZ | 42.08 | 22.79 | 7.98 | - |
| YUV | 107.98 | 106.57 | 230.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 42 | 70 | 0 | 0.83 | 0.72 | 0.01 | 352 | 0.97 | 0.58 |
| Hex | FC | 2A | 46 | 0 | 53 | 48 | 1 | 160 | 61 | 3A |
| Octal | 374 | 52 | 106 | 0 | 123 | 110 | 1 | 540 | 141 | 72 |
| Binary | 11111100 | 101010 | 1000110 | 0 | 1010011 | 1001000 | 1 | 101100000 | 1100001 | 111010 |
Color Harmonies of #FC2A46
Complementary color
Monochromatic Colors of #FC2A46
Black with #FC2A46
Text Example
Text Example
White with #FC2A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2A46; }
p { color: rgb(252,42,70); }
H1.HeaderClassName
{
color: #FC2A46;
}
.AnyTagClassName
{
color: #FC2A46;
}
</style>
background-color css
<style>
a { background-color: #FC2A46; }
a { background-color: rgb(252,42,70); }
div.DivClassName
{
background-color: #FC2A46;
}
.BgClassName
{
background-color: #FC2A46;
}
</style>
border-color css
<style>
span { border-color: #FC2A46; }
span { border-color: rgb(252,42,70); }
td.TdClassName
{
border-color: #FC2A46;
}
.TagClassName
{
border-color: #FC2A46;
}
</style>