Shades of Amaranth #FE2C43
Tints of Amaranth #FE2C43
RGB
CMYK
RGB Variations
Color information
#FE2C43 (or 0xFE2C43) is known color: Amaranth. HEX triplet: FE, 2C and 43. RGB value is (254,44,67). Sum of RGB (Red+Green+Blue) = 254+44+67=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2C43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2C43 is #01D3BC. Grayscale: #6D6D6D. Windows color (decimal): -119741 or 4402430. OLE color: 4402430.
HSL color Cylindrical-coordinate representation of color #FE2C43: hue angle of 353.43º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2C43 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 44 | 67 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.00 |
| HSL | 353.43º | 0.99% | 0.58% | - |
| HSV(B) | 353.43º | 0.83% | 1% | - |
| XYZ | 42.79 | 23.28 | 7.55 | - |
| YUV | 109.41 | 104.07 | 231.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 44 | 67 | 0 | 0.83 | 0.74 | 0.00 | 353.43 | 0.99 | 0.58 |
| Hex | FE | 2C | 43 | 0 | 53 | 4A | 0 | 161 | 63 | 3A |
| Octal | 376 | 54 | 103 | 0 | 123 | 112 | 0 | 541 | 143 | 72 |
| Binary | 11111110 | 101100 | 1000011 | 0 | 1010011 | 1001010 | 0 | 101100001 | 1100011 | 111010 |
Color Harmonies of #FE2C43
Complementary color
Monochromatic Colors of #FE2C43
Black with #FE2C43
Text Example
Text Example
White with #FE2C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2C43; }
p { color: rgb(254,44,67); }
H1.HeaderClassName
{
color: #FE2C43;
}
.AnyTagClassName
{
color: #FE2C43;
}
</style>
background-color css
<style>
a { background-color: #FE2C43; }
a { background-color: rgb(254,44,67); }
div.DivClassName
{
background-color: #FE2C43;
}
.BgClassName
{
background-color: #FE2C43;
}
</style>
border-color css
<style>
span { border-color: #FE2C43; }
span { border-color: rgb(254,44,67); }
td.TdClassName
{
border-color: #FE2C43;
}
.TagClassName
{
border-color: #FE2C43;
}
</style>