Shades of Amaranth #FC234D
Tints of Amaranth #FC234D
RGB
CMYK
RGB Variations
Color information
#FC234D (or 0xFC234D) is known color: Amaranth. HEX triplet: FC, 23 and 4D. RGB value is (252,35,77). Sum of RGB (Red+Green+Blue) = 252+35+77=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 35 (14.06% from 255 or 9.62% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC234D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC234D is #03DCB2. Grayscale: #686868. Windows color (decimal): -253107 or 5055484. OLE color: 5055484.
HSL color Cylindrical-coordinate representation of color #FC234D: hue angle of 348.39º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC234D is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 35 | 77 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.01 |
| HSL | 348.39º | 0.97% | 0.56% | - |
| HSV(B) | 348.39º | 0.86% | 0.99% | - |
| XYZ | 42.09 | 22.43 | 9.13 | - |
| YUV | 104.67 | 112.39 | 233.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 35 | 77 | 0 | 0.86 | 0.69 | 0.01 | 348.39 | 0.97 | 0.56 |
| Hex | FC | 23 | 4D | 0 | 56 | 45 | 1 | 15C | 61 | 38 |
| Octal | 374 | 43 | 115 | 0 | 126 | 105 | 1 | 534 | 141 | 70 |
| Binary | 11111100 | 100011 | 1001101 | 0 | 1010110 | 1000101 | 1 | 101011100 | 1100001 | 111000 |
Color Harmonies of #FC234D
Complementary color
Monochromatic Colors of #FC234D
Black with #FC234D
Text Example
Text Example
White with #FC234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC234D; }
p { color: rgb(252,35,77); }
H1.HeaderClassName
{
color: #FC234D;
}
.AnyTagClassName
{
color: #FC234D;
}
</style>
background-color css
<style>
a { background-color: #FC234D; }
a { background-color: rgb(252,35,77); }
div.DivClassName
{
background-color: #FC234D;
}
.BgClassName
{
background-color: #FC234D;
}
</style>
border-color css
<style>
span { border-color: #FC234D; }
span { border-color: rgb(252,35,77); }
td.TdClassName
{
border-color: #FC234D;
}
.TagClassName
{
border-color: #FC234D;
}
</style>