Shades of Amaranth #FC254A
Tints of Amaranth #FC254A
RGB
CMYK
RGB Variations
Color information
#FC254A (or 0xFC254A) is known color: Amaranth. HEX triplet: FC, 25 and 4A. RGB value is (252,37,74). Sum of RGB (Red+Green+Blue) = 252+37+74=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC254A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC254A is #03DAB5. Grayscale: #696969. Windows color (decimal): -252598 or 4859388. OLE color: 4859388.
HSL color Cylindrical-coordinate representation of color #FC254A: hue angle of 349.67º 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 #FC254A is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 74 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.01 |
| HSL | 349.67º | 0.97% | 0.57% | - |
| HSV(B) | 349.67º | 0.85% | 0.99% | - |
| XYZ | 42.04 | 22.51 | 8.61 | - |
| YUV | 105.5 | 110.23 | 232.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 74 | 0 | 0.85 | 0.71 | 0.01 | 349.67 | 0.97 | 0.57 |
| Hex | FC | 25 | 4A | 0 | 55 | 47 | 1 | 15E | 61 | 39 |
| Octal | 374 | 45 | 112 | 0 | 125 | 107 | 1 | 536 | 141 | 71 |
| Binary | 11111100 | 100101 | 1001010 | 0 | 1010101 | 1000111 | 1 | 101011110 | 1100001 | 111001 |
Color Harmonies of #FC254A
Complementary color
Monochromatic Colors of #FC254A
Black with #FC254A
Text Example
Text Example
White with #FC254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC254A; }
p { color: rgb(252,37,74); }
H1.HeaderClassName
{
color: #FC254A;
}
.AnyTagClassName
{
color: #FC254A;
}
</style>
background-color css
<style>
a { background-color: #FC254A; }
a { background-color: rgb(252,37,74); }
div.DivClassName
{
background-color: #FC254A;
}
.BgClassName
{
background-color: #FC254A;
}
</style>
border-color css
<style>
span { border-color: #FC254A; }
span { border-color: rgb(252,37,74); }
td.TdClassName
{
border-color: #FC254A;
}
.TagClassName
{
border-color: #FC254A;
}
</style>