Shades of Amaranth #FE1E4D
Tints of Amaranth #FE1E4D
RGB
CMYK
RGB Variations
Color information
#FE1E4D (or 0xFE1E4D) is known color: Amaranth. HEX triplet: FE, 1E and 4D. RGB value is (254,30,77). Sum of RGB (Red+Green+Blue) = 254+30+77=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1E4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1E4D is #01E1B2. Grayscale: #666666. Windows color (decimal): -123315 or 5054206. OLE color: 5054206.
HSL color Cylindrical-coordinate representation of color #FE1E4D: hue angle of 347.41º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE1E4D is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 30 | 77 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.00 |
| HSL | 347.41º | 0.99% | 0.56% | - |
| HSV(B) | 347.41º | 0.88% | 1% | - |
| XYZ | 42.68 | 22.54 | 9.12 | - |
| YUV | 102.33 | 113.71 | 236.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 30 | 77 | 0 | 0.88 | 0.70 | 0.00 | 347.41 | 0.99 | 0.56 |
| Hex | FE | 1E | 4D | 0 | 58 | 46 | 0 | 15B | 63 | 38 |
| Octal | 376 | 36 | 115 | 0 | 130 | 106 | 0 | 533 | 143 | 70 |
| Binary | 11111110 | 11110 | 1001101 | 0 | 1011000 | 1000110 | 0 | 101011011 | 1100011 | 111000 |
Color Harmonies of #FE1E4D
Complementary color
Monochromatic Colors of #FE1E4D
Black with #FE1E4D
Text Example
Text Example
White with #FE1E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1E4D; }
p { color: rgb(254,30,77); }
H1.HeaderClassName
{
color: #FE1E4D;
}
.AnyTagClassName
{
color: #FE1E4D;
}
</style>
background-color css
<style>
a { background-color: #FE1E4D; }
a { background-color: rgb(254,30,77); }
div.DivClassName
{
background-color: #FE1E4D;
}
.BgClassName
{
background-color: #FE1E4D;
}
</style>
border-color css
<style>
span { border-color: #FE1E4D; }
span { border-color: rgb(254,30,77); }
td.TdClassName
{
border-color: #FE1E4D;
}
.TagClassName
{
border-color: #FE1E4D;
}
</style>