Shades of Amaranth #FC2544
Tints of Amaranth #FC2544
RGB
CMYK
RGB Variations
Color information
#FC2544 (or 0xFC2544) is known color: Amaranth. HEX triplet: FC, 25 and 44. RGB value is (252,37,68). Sum of RGB (Red+Green+Blue) = 252+37+68=357 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.59% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2544 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2544 is #03DABB. Grayscale: #686868. Windows color (decimal): -252604 or 4466172. OLE color: 4466172.
HSL color Cylindrical-coordinate representation of color #FC2544: hue angle of 351.35º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC2544 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 68 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.01 |
| HSL | 351.35º | 0.97% | 0.57% | - |
| HSV(B) | 351.35º | 0.85% | 0.99% | - |
| XYZ | 41.85 | 22.44 | 7.59 | - |
| YUV | 104.82 | 107.23 | 232.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 68 | 0 | 0.85 | 0.73 | 0.01 | 351.35 | 0.97 | 0.57 |
| Hex | FC | 25 | 44 | 0 | 55 | 49 | 1 | 15F | 61 | 39 |
| Octal | 374 | 45 | 104 | 0 | 125 | 111 | 1 | 537 | 141 | 71 |
| Binary | 11111100 | 100101 | 1000100 | 0 | 1010101 | 1001001 | 1 | 101011111 | 1100001 | 111001 |
Color Harmonies of #FC2544
Complementary color
Monochromatic Colors of #FC2544
Black with #FC2544
Text Example
Text Example
White with #FC2544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2544; }
p { color: rgb(252,37,68); }
H1.HeaderClassName
{
color: #FC2544;
}
.AnyTagClassName
{
color: #FC2544;
}
</style>
background-color css
<style>
a { background-color: #FC2544; }
a { background-color: rgb(252,37,68); }
div.DivClassName
{
background-color: #FC2544;
}
.BgClassName
{
background-color: #FC2544;
}
</style>
border-color css
<style>
span { border-color: #FC2544; }
span { border-color: rgb(252,37,68); }
td.TdClassName
{
border-color: #FC2544;
}
.TagClassName
{
border-color: #FC2544;
}
</style>