Shades of Amaranth #FC1A52
Tints of Amaranth #FC1A52
RGB
CMYK
RGB Variations
Color information
#FC1A52 (or 0xFC1A52) is known color: Amaranth. HEX triplet: FC, 1A and 52. RGB value is (252,26,82). Sum of RGB (Red+Green+Blue) = 252+26+82=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1A52 is #03E5AD. Grayscale: #636363. Windows color (decimal): -255406 or 5380860. OLE color: 5380860.
HSL color Cylindrical-coordinate representation of color #FC1A52: hue angle of 345.13º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1A52 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 82 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.01 |
| HSL | 345.13º | 0.97% | 0.55% | - |
| HSV(B) | 345.13º | 0.9% | 0.99% | - |
| XYZ | 42.04 | 22.04 | 10.02 | - |
| YUV | 99.96 | 117.87 | 236.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 82 | 0 | 0.90 | 0.67 | 0.01 | 345.13 | 0.97 | 0.55 |
| Hex | FC | 1A | 52 | 0 | 5A | 43 | 1 | 159 | 61 | 37 |
| Octal | 374 | 32 | 122 | 0 | 132 | 103 | 1 | 531 | 141 | 67 |
| Binary | 11111100 | 11010 | 1010010 | 0 | 1011010 | 1000011 | 1 | 101011001 | 1100001 | 110111 |
Color Harmonies of #FC1A52
Complementary color
Monochromatic Colors of #FC1A52
Black with #FC1A52
Text Example
Text Example
White with #FC1A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1A52; }
p { color: rgb(252,26,82); }
H1.HeaderClassName
{
color: #FC1A52;
}
.AnyTagClassName
{
color: #FC1A52;
}
</style>
background-color css
<style>
a { background-color: #FC1A52; }
a { background-color: rgb(252,26,82); }
div.DivClassName
{
background-color: #FC1A52;
}
.BgClassName
{
background-color: #FC1A52;
}
</style>
border-color css
<style>
span { border-color: #FC1A52; }
span { border-color: rgb(252,26,82); }
td.TdClassName
{
border-color: #FC1A52;
}
.TagClassName
{
border-color: #FC1A52;
}
</style>