Shades of Amaranth #FC1B51
Tints of Amaranth #FC1B51
RGB
CMYK
RGB Variations
Color information
#FC1B51 (or 0xFC1B51) is known color: Amaranth. HEX triplet: FC, 1B and 51. RGB value is (252,27,81). Sum of RGB (Red+Green+Blue) = 252+27+81=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 27 (10.94% from 255 or 7.5% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1B51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1B51 is #03E4AE. Grayscale: #646464. Windows color (decimal): -255151 or 5315580. OLE color: 5315580.
HSL color Cylindrical-coordinate representation of color #FC1B51: hue angle of 345.6º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC1B51 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 27 | 81 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.01 |
| HSL | 345.6º | 0.97% | 0.55% | - |
| HSV(B) | 345.6º | 0.89% | 0.99% | - |
| XYZ | 42.02 | 22.07 | 9.83 | - |
| YUV | 100.43 | 117.04 | 236.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 27 | 81 | 0 | 0.89 | 0.68 | 0.01 | 345.6 | 0.97 | 0.55 |
| Hex | FC | 1B | 51 | 0 | 59 | 44 | 1 | 15A | 61 | 37 |
| Octal | 374 | 33 | 121 | 0 | 131 | 104 | 1 | 532 | 141 | 67 |
| Binary | 11111100 | 11011 | 1010001 | 0 | 1011001 | 1000100 | 1 | 101011010 | 1100001 | 110111 |
Color Harmonies of #FC1B51
Complementary color
Monochromatic Colors of #FC1B51
Black with #FC1B51
Text Example
Text Example
White with #FC1B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1B51; }
p { color: rgb(252,27,81); }
H1.HeaderClassName
{
color: #FC1B51;
}
.AnyTagClassName
{
color: #FC1B51;
}
</style>
background-color css
<style>
a { background-color: #FC1B51; }
a { background-color: rgb(252,27,81); }
div.DivClassName
{
background-color: #FC1B51;
}
.BgClassName
{
background-color: #FC1B51;
}
</style>
border-color css
<style>
span { border-color: #FC1B51; }
span { border-color: rgb(252,27,81); }
td.TdClassName
{
border-color: #FC1B51;
}
.TagClassName
{
border-color: #FC1B51;
}
</style>