Shades of Amaranth #FC2842
Tints of Amaranth #FC2842
RGB
CMYK
RGB Variations
Color information
#FC2842 (or 0xFC2842) is known color: Amaranth. HEX triplet: FC, 28 and 42. RGB value is (252,40,66). Sum of RGB (Red+Green+Blue) = 252+40+66=358 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.39% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2842 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2842 is #03D7BD. Grayscale: #6A6A6A. Windows color (decimal): -251838 or 4335868. OLE color: 4335868.
HSL color Cylindrical-coordinate representation of color #FC2842: hue angle of 352.64º 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 #FC2842 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 66 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.01 |
| HSL | 352.64º | 0.97% | 0.57% | - |
| HSV(B) | 352.64º | 0.84% | 0.99% | - |
| XYZ | 41.89 | 22.61 | 7.31 | - |
| YUV | 106.35 | 105.24 | 231.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 66 | 0 | 0.84 | 0.74 | 0.01 | 352.64 | 0.97 | 0.57 |
| Hex | FC | 28 | 42 | 0 | 54 | 4A | 1 | 161 | 61 | 39 |
| Octal | 374 | 50 | 102 | 0 | 124 | 112 | 1 | 541 | 141 | 71 |
| Binary | 11111100 | 101000 | 1000010 | 0 | 1010100 | 1001010 | 1 | 101100001 | 1100001 | 111001 |
Color Harmonies of #FC2842
Complementary color
Monochromatic Colors of #FC2842
Black with #FC2842
Text Example
Text Example
White with #FC2842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2842; }
p { color: rgb(252,40,66); }
H1.HeaderClassName
{
color: #FC2842;
}
.AnyTagClassName
{
color: #FC2842;
}
</style>
background-color css
<style>
a { background-color: #FC2842; }
a { background-color: rgb(252,40,66); }
div.DivClassName
{
background-color: #FC2842;
}
.BgClassName
{
background-color: #FC2842;
}
</style>
border-color css
<style>
span { border-color: #FC2842; }
span { border-color: rgb(252,40,66); }
td.TdClassName
{
border-color: #FC2842;
}
.TagClassName
{
border-color: #FC2842;
}
</style>