Shades of Amaranth #FC2B43
Tints of Amaranth #FC2B43
RGB
CMYK
RGB Variations
Color information
#FC2B43 (or 0xFC2B43) is known color: Amaranth. HEX triplet: FC, 2B and 43. RGB value is (252,43,67). Sum of RGB (Red+Green+Blue) = 252+43+67=362 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.61% from 362); Green value is 43 (17.19% from 255 or 11.88% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2B43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2B43 is #03D4BC. Grayscale: #6C6C6C. Windows color (decimal): -251069 or 4402172. OLE color: 4402172.
HSL color Cylindrical-coordinate representation of color #FC2B43: hue angle of 353.11º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC2B43 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 43 | 67 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.01 |
| HSL | 353.11º | 0.97% | 0.58% | - |
| HSV(B) | 353.11º | 0.83% | 0.99% | - |
| XYZ | 42.02 | 22.83 | 7.5 | - |
| YUV | 108.23 | 104.74 | 230.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 43 | 67 | 0 | 0.83 | 0.73 | 0.01 | 353.11 | 0.97 | 0.58 |
| Hex | FC | 2B | 43 | 0 | 53 | 49 | 1 | 161 | 61 | 3A |
| Octal | 374 | 53 | 103 | 0 | 123 | 111 | 1 | 541 | 141 | 72 |
| Binary | 11111100 | 101011 | 1000011 | 0 | 1010011 | 1001001 | 1 | 101100001 | 1100001 | 111010 |
Color Harmonies of #FC2B43
Complementary color
Monochromatic Colors of #FC2B43
Black with #FC2B43
Text Example
Text Example
White with #FC2B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2B43; }
p { color: rgb(252,43,67); }
H1.HeaderClassName
{
color: #FC2B43;
}
.AnyTagClassName
{
color: #FC2B43;
}
</style>
background-color css
<style>
a { background-color: #FC2B43; }
a { background-color: rgb(252,43,67); }
div.DivClassName
{
background-color: #FC2B43;
}
.BgClassName
{
background-color: #FC2B43;
}
</style>
border-color css
<style>
span { border-color: #FC2B43; }
span { border-color: rgb(252,43,67); }
td.TdClassName
{
border-color: #FC2B43;
}
.TagClassName
{
border-color: #FC2B43;
}
</style>