Shades of Amaranth #FC254C
Tints of Amaranth #FC254C
RGB
CMYK
RGB Variations
Color information
#FC254C (or 0xFC254C) is known color: Amaranth. HEX triplet: FC, 25 and 4C. RGB value is (252,37,76). Sum of RGB (Red+Green+Blue) = 252+37+76=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC254C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC254C is #03DAB3. Grayscale: #696969. Windows color (decimal): -252596 or 4990460. OLE color: 4990460.
HSL color Cylindrical-coordinate representation of color #FC254C: hue angle of 349.12º 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 #FC254C is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 76 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.01 |
| HSL | 349.12º | 0.97% | 0.57% | - |
| HSV(B) | 349.12º | 0.85% | 0.99% | - |
| XYZ | 42.11 | 22.54 | 8.97 | - |
| YUV | 105.73 | 111.23 | 232.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 76 | 0 | 0.85 | 0.70 | 0.01 | 349.12 | 0.97 | 0.57 |
| Hex | FC | 25 | 4C | 0 | 55 | 46 | 1 | 15D | 61 | 39 |
| Octal | 374 | 45 | 114 | 0 | 125 | 106 | 1 | 535 | 141 | 71 |
| Binary | 11111100 | 100101 | 1001100 | 0 | 1010101 | 1000110 | 1 | 101011101 | 1100001 | 111001 |
Color Harmonies of #FC254C
Complementary color
Monochromatic Colors of #FC254C
Black with #FC254C
Text Example
Text Example
White with #FC254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC254C; }
p { color: rgb(252,37,76); }
H1.HeaderClassName
{
color: #FC254C;
}
.AnyTagClassName
{
color: #FC254C;
}
</style>
background-color css
<style>
a { background-color: #FC254C; }
a { background-color: rgb(252,37,76); }
div.DivClassName
{
background-color: #FC254C;
}
.BgClassName
{
background-color: #FC254C;
}
</style>
border-color css
<style>
span { border-color: #FC254C; }
span { border-color: rgb(252,37,76); }
td.TdClassName
{
border-color: #FC254C;
}
.TagClassName
{
border-color: #FC254C;
}
</style>