Shades of Amaranth #FC2942
Tints of Amaranth #FC2942
RGB
CMYK
RGB Variations
Color information
#FC2942 (or 0xFC2942) is known color: Amaranth. HEX triplet: FC, 29 and 42. RGB value is (252,41,66). Sum of RGB (Red+Green+Blue) = 252+41+66=359 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.19% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2942 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2942 is #03D6BD. Grayscale: #6B6B6B. Windows color (decimal): -251582 or 4336124. OLE color: 4336124.
HSL color Cylindrical-coordinate representation of color #FC2942: hue angle of 352.89º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC2942 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 41 | 66 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.01 |
| HSL | 352.89º | 0.97% | 0.57% | - |
| HSV(B) | 352.89º | 0.84% | 0.99% | - |
| XYZ | 41.92 | 22.67 | 7.32 | - |
| YUV | 106.94 | 104.9 | 231.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 41 | 66 | 0 | 0.84 | 0.74 | 0.01 | 352.89 | 0.97 | 0.57 |
| Hex | FC | 29 | 42 | 0 | 54 | 4A | 1 | 161 | 61 | 39 |
| Octal | 374 | 51 | 102 | 0 | 124 | 112 | 1 | 541 | 141 | 71 |
| Binary | 11111100 | 101001 | 1000010 | 0 | 1010100 | 1001010 | 1 | 101100001 | 1100001 | 111001 |
Color Harmonies of #FC2942
Complementary color
Monochromatic Colors of #FC2942
Black with #FC2942
Text Example
Text Example
White with #FC2942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2942; }
p { color: rgb(252,41,66); }
H1.HeaderClassName
{
color: #FC2942;
}
.AnyTagClassName
{
color: #FC2942;
}
</style>
background-color css
<style>
a { background-color: #FC2942; }
a { background-color: rgb(252,41,66); }
div.DivClassName
{
background-color: #FC2942;
}
.BgClassName
{
background-color: #FC2942;
}
</style>
border-color css
<style>
span { border-color: #FC2942; }
span { border-color: rgb(252,41,66); }
td.TdClassName
{
border-color: #FC2942;
}
.TagClassName
{
border-color: #FC2942;
}
</style>