Shades of Amaranth #FE2548
Tints of Amaranth #FE2548
RGB
CMYK
RGB Variations
Color information
#FE2548 (or 0xFE2548) is known color: Amaranth. HEX triplet: FE, 25 and 48. RGB value is (254,37,72). Sum of RGB (Red+Green+Blue) = 254+37+72=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2548 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2548 is #01DAB7. Grayscale: #696969. Windows color (decimal): -121528 or 4728318. OLE color: 4728318.
HSL color Cylindrical-coordinate representation of color #FE2548: hue angle of 350.32º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE2548 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 72 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.00 |
| HSL | 350.32º | 0.99% | 0.57% | - |
| HSV(B) | 350.32º | 0.85% | 1% | - |
| XYZ | 42.7 | 22.86 | 8.29 | - |
| YUV | 105.87 | 108.89 | 233.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 72 | 0 | 0.85 | 0.72 | 0.00 | 350.32 | 0.99 | 0.57 |
| Hex | FE | 25 | 48 | 0 | 55 | 48 | 0 | 15E | 63 | 39 |
| Octal | 376 | 45 | 110 | 0 | 125 | 110 | 0 | 536 | 143 | 71 |
| Binary | 11111110 | 100101 | 1001000 | 0 | 1010101 | 1001000 | 0 | 101011110 | 1100011 | 111001 |
Color Harmonies of #FE2548
Complementary color
Monochromatic Colors of #FE2548
Black with #FE2548
Text Example
Text Example
White with #FE2548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2548; }
p { color: rgb(254,37,72); }
H1.HeaderClassName
{
color: #FE2548;
}
.AnyTagClassName
{
color: #FE2548;
}
</style>
background-color css
<style>
a { background-color: #FE2548; }
a { background-color: rgb(254,37,72); }
div.DivClassName
{
background-color: #FE2548;
}
.BgClassName
{
background-color: #FE2548;
}
</style>
border-color css
<style>
span { border-color: #FE2548; }
span { border-color: rgb(254,37,72); }
td.TdClassName
{
border-color: #FE2548;
}
.TagClassName
{
border-color: #FE2548;
}
</style>