Shades of Amaranth #FC274A
Tints of Amaranth #FC274A
RGB
CMYK
RGB Variations
Color information
#FC274A (or 0xFC274A) is known color: Amaranth. HEX triplet: FC, 27 and 4A. RGB value is (252,39,74). Sum of RGB (Red+Green+Blue) = 252+39+74=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC274A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC274A is #03D8B5. Grayscale: #6A6A6A. Windows color (decimal): -252086 or 4859900. OLE color: 4859900.
HSL color Cylindrical-coordinate representation of color #FC274A: hue angle of 350.14º 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 #FC274A is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 39 | 74 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.01 |
| HSL | 350.14º | 0.97% | 0.57% | - |
| HSV(B) | 350.14º | 0.85% | 0.99% | - |
| XYZ | 42.11 | 22.64 | 8.63 | - |
| YUV | 106.68 | 109.57 | 231.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 39 | 74 | 0 | 0.85 | 0.71 | 0.01 | 350.14 | 0.97 | 0.57 |
| Hex | FC | 27 | 4A | 0 | 55 | 47 | 1 | 15E | 61 | 39 |
| Octal | 374 | 47 | 112 | 0 | 125 | 107 | 1 | 536 | 141 | 71 |
| Binary | 11111100 | 100111 | 1001010 | 0 | 1010101 | 1000111 | 1 | 101011110 | 1100001 | 111001 |
Color Harmonies of #FC274A
Complementary color
Monochromatic Colors of #FC274A
Black with #FC274A
Text Example
Text Example
White with #FC274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC274A; }
p { color: rgb(252,39,74); }
H1.HeaderClassName
{
color: #FC274A;
}
.AnyTagClassName
{
color: #FC274A;
}
</style>
background-color css
<style>
a { background-color: #FC274A; }
a { background-color: rgb(252,39,74); }
div.DivClassName
{
background-color: #FC274A;
}
.BgClassName
{
background-color: #FC274A;
}
</style>
border-color css
<style>
span { border-color: #FC274A; }
span { border-color: rgb(252,39,74); }
td.TdClassName
{
border-color: #FC274A;
}
.TagClassName
{
border-color: #FC274A;
}
</style>