Shades of Amaranth #FE2A43
Tints of Amaranth #FE2A43
RGB
CMYK
RGB Variations
Color information
#FE2A43 (or 0xFE2A43) is known color: Amaranth. HEX triplet: FE, 2A and 43. RGB value is (254,42,67). Sum of RGB (Red+Green+Blue) = 254+42+67=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 67 (26.56% from 255 or 18.46% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2A43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2A43 is #01D5BC. Grayscale: #6C6C6C. Windows color (decimal): -120253 or 4401918. OLE color: 4401918.
HSL color Cylindrical-coordinate representation of color #FE2A43: hue angle of 352.92º 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 #FE2A43 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 42 | 67 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.00 |
| HSL | 352.92º | 0.99% | 0.58% | - |
| HSV(B) | 352.92º | 0.83% | 1% | - |
| XYZ | 42.71 | 23.13 | 7.52 | - |
| YUV | 108.24 | 104.74 | 231.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 42 | 67 | 0 | 0.83 | 0.74 | 0.00 | 352.92 | 0.99 | 0.58 |
| Hex | FE | 2A | 43 | 0 | 53 | 4A | 0 | 161 | 63 | 3A |
| Octal | 376 | 52 | 103 | 0 | 123 | 112 | 0 | 541 | 143 | 72 |
| Binary | 11111110 | 101010 | 1000011 | 0 | 1010011 | 1001010 | 0 | 101100001 | 1100011 | 111010 |
Color Harmonies of #FE2A43
Complementary color
Monochromatic Colors of #FE2A43
Black with #FE2A43
Text Example
Text Example
White with #FE2A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2A43; }
p { color: rgb(254,42,67); }
H1.HeaderClassName
{
color: #FE2A43;
}
.AnyTagClassName
{
color: #FE2A43;
}
</style>
background-color css
<style>
a { background-color: #FE2A43; }
a { background-color: rgb(254,42,67); }
div.DivClassName
{
background-color: #FE2A43;
}
.BgClassName
{
background-color: #FE2A43;
}
</style>
border-color css
<style>
span { border-color: #FE2A43; }
span { border-color: rgb(254,42,67); }
td.TdClassName
{
border-color: #FE2A43;
}
.TagClassName
{
border-color: #FE2A43;
}
</style>