Shades of Amaranth #FC2F42
Tints of Amaranth #FC2F42
RGB
CMYK
RGB Variations
Color information
#FC2F42 (or 0xFC2F42) is known color: Amaranth. HEX triplet: FC, 2F and 42. RGB value is (252,47,66). Sum of RGB (Red+Green+Blue) = 252+47+66=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2F42 is #03D0BD. Grayscale: #6E6E6E. Windows color (decimal): -250046 or 4337660. OLE color: 4337660.
HSL color Cylindrical-coordinate representation of color #FC2F42: hue angle of 354.44º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC2F42 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 47 | 66 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.01 |
| HSL | 354.44º | 0.97% | 0.59% | - |
| HSV(B) | 354.44º | 0.81% | 0.99% | - |
| XYZ | 42.14 | 23.12 | 7.4 | - |
| YUV | 110.46 | 102.92 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 47 | 66 | 0 | 0.81 | 0.74 | 0.01 | 354.44 | 0.97 | 0.59 |
| Hex | FC | 2F | 42 | 0 | 51 | 4A | 1 | 162 | 61 | 3B |
| Octal | 374 | 57 | 102 | 0 | 121 | 112 | 1 | 542 | 141 | 73 |
| Binary | 11111100 | 101111 | 1000010 | 0 | 1010001 | 1001010 | 1 | 101100010 | 1100001 | 111011 |
Color Harmonies of #FC2F42
Complementary color
Monochromatic Colors of #FC2F42
Black with #FC2F42
Text Example
Text Example
White with #FC2F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2F42; }
p { color: rgb(252,47,66); }
H1.HeaderClassName
{
color: #FC2F42;
}
.AnyTagClassName
{
color: #FC2F42;
}
</style>
background-color css
<style>
a { background-color: #FC2F42; }
a { background-color: rgb(252,47,66); }
div.DivClassName
{
background-color: #FC2F42;
}
.BgClassName
{
background-color: #FC2F42;
}
</style>
border-color css
<style>
span { border-color: #FC2F42; }
span { border-color: rgb(252,47,66); }
td.TdClassName
{
border-color: #FC2F42;
}
.TagClassName
{
border-color: #FC2F42;
}
</style>