Shades of Amaranth #FC1F4A
Tints of Amaranth #FC1F4A
RGB
CMYK
RGB Variations
Color information
#FC1F4A (or 0xFC1F4A) is known color: Amaranth. HEX triplet: FC, 1F and 4A. RGB value is (252,31,74). Sum of RGB (Red+Green+Blue) = 252+31+74=357 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.59% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1F4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1F4A is #03E0B5. Grayscale: #666666. Windows color (decimal): -254134 or 4857852. OLE color: 4857852.
HSL color Cylindrical-coordinate representation of color #FC1F4A: hue angle of 348.33º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC1F4A is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 31 | 74 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.01 |
| HSL | 348.33º | 0.97% | 0.55% | - |
| HSV(B) | 348.33º | 0.88% | 0.99% | - |
| XYZ | 41.87 | 22.17 | 8.55 | - |
| YUV | 101.98 | 112.22 | 235 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 31 | 74 | 0 | 0.88 | 0.71 | 0.01 | 348.33 | 0.97 | 0.55 |
| Hex | FC | 1F | 4A | 0 | 58 | 47 | 1 | 15C | 61 | 37 |
| Octal | 374 | 37 | 112 | 0 | 130 | 107 | 1 | 534 | 141 | 67 |
| Binary | 11111100 | 11111 | 1001010 | 0 | 1011000 | 1000111 | 1 | 101011100 | 1100001 | 110111 |
Color Harmonies of #FC1F4A
Complementary color
Monochromatic Colors of #FC1F4A
Black with #FC1F4A
Text Example
Text Example
White with #FC1F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1F4A; }
p { color: rgb(252,31,74); }
H1.HeaderClassName
{
color: #FC1F4A;
}
.AnyTagClassName
{
color: #FC1F4A;
}
</style>
background-color css
<style>
a { background-color: #FC1F4A; }
a { background-color: rgb(252,31,74); }
div.DivClassName
{
background-color: #FC1F4A;
}
.BgClassName
{
background-color: #FC1F4A;
}
</style>
border-color css
<style>
span { border-color: #FC1F4A; }
span { border-color: rgb(252,31,74); }
td.TdClassName
{
border-color: #FC1F4A;
}
.TagClassName
{
border-color: #FC1F4A;
}
</style>