Shades of Amaranth #FC1D4E
Tints of Amaranth #FC1D4E
RGB
CMYK
RGB Variations
Color information
#FC1D4E (or 0xFC1D4E) is known color: Amaranth. HEX triplet: FC, 1D and 4E. RGB value is (252,29,78). Sum of RGB (Red+Green+Blue) = 252+29+78=359 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.19% from 359); Green value is 29 (11.72% from 255 or 8.08% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1D4E is #03E2B1. Grayscale: #656565. Windows color (decimal): -254642 or 5119484. OLE color: 5119484.
HSL color Cylindrical-coordinate representation of color #FC1D4E: hue angle of 346.82º 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 #FC1D4E is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 29 | 78 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.01 |
| HSL | 346.82º | 0.97% | 0.55% | - |
| HSV(B) | 346.82º | 0.88% | 0.99% | - |
| XYZ | 41.96 | 22.12 | 9.27 | - |
| YUV | 101.26 | 114.88 | 235.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 29 | 78 | 0 | 0.88 | 0.69 | 0.01 | 346.82 | 0.97 | 0.55 |
| Hex | FC | 1D | 4E | 0 | 58 | 45 | 1 | 15B | 61 | 37 |
| Octal | 374 | 35 | 116 | 0 | 130 | 105 | 1 | 533 | 141 | 67 |
| Binary | 11111100 | 11101 | 1001110 | 0 | 1011000 | 1000101 | 1 | 101011011 | 1100001 | 110111 |
Color Harmonies of #FC1D4E
Complementary color
Monochromatic Colors of #FC1D4E
Black with #FC1D4E
Text Example
Text Example
White with #FC1D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1D4E; }
p { color: rgb(252,29,78); }
H1.HeaderClassName
{
color: #FC1D4E;
}
.AnyTagClassName
{
color: #FC1D4E;
}
</style>
background-color css
<style>
a { background-color: #FC1D4E; }
a { background-color: rgb(252,29,78); }
div.DivClassName
{
background-color: #FC1D4E;
}
.BgClassName
{
background-color: #FC1D4E;
}
</style>
border-color css
<style>
span { border-color: #FC1D4E; }
span { border-color: rgb(252,29,78); }
td.TdClassName
{
border-color: #FC1D4E;
}
.TagClassName
{
border-color: #FC1D4E;
}
</style>