Shades of Amaranth #FC1D4F
Tints of Amaranth #FC1D4F
RGB
CMYK
RGB Variations
Color information
#FC1D4F (or 0xFC1D4F) is known color: Amaranth. HEX triplet: FC, 1D and 4F. RGB value is (252,29,79). Sum of RGB (Red+Green+Blue) = 252+29+79=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1D4F is #03E2B0. Grayscale: #656565. Windows color (decimal): -254641 or 5185020. OLE color: 5185020.
HSL color Cylindrical-coordinate representation of color #FC1D4F: hue angle of 346.55º 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 #FC1D4F is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 29 | 79 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.01 |
| HSL | 346.55º | 0.97% | 0.55% | - |
| HSV(B) | 346.55º | 0.88% | 0.99% | - |
| XYZ | 42 | 22.14 | 9.46 | - |
| YUV | 101.38 | 115.38 | 235.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 29 | 79 | 0 | 0.88 | 0.69 | 0.01 | 346.55 | 0.97 | 0.55 |
| Hex | FC | 1D | 4F | 0 | 58 | 45 | 1 | 15B | 61 | 37 |
| Octal | 374 | 35 | 117 | 0 | 130 | 105 | 1 | 533 | 141 | 67 |
| Binary | 11111100 | 11101 | 1001111 | 0 | 1011000 | 1000101 | 1 | 101011011 | 1100001 | 110111 |
Color Harmonies of #FC1D4F
Complementary color
Monochromatic Colors of #FC1D4F
Black with #FC1D4F
Text Example
Text Example
White with #FC1D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1D4F; }
p { color: rgb(252,29,79); }
H1.HeaderClassName
{
color: #FC1D4F;
}
.AnyTagClassName
{
color: #FC1D4F;
}
</style>
background-color css
<style>
a { background-color: #FC1D4F; }
a { background-color: rgb(252,29,79); }
div.DivClassName
{
background-color: #FC1D4F;
}
.BgClassName
{
background-color: #FC1D4F;
}
</style>
border-color css
<style>
span { border-color: #FC1D4F; }
span { border-color: rgb(252,29,79); }
td.TdClassName
{
border-color: #FC1D4F;
}
.TagClassName
{
border-color: #FC1D4F;
}
</style>