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