Shades of Amaranth #FE2845
Tints of Amaranth #FE2845
RGB
CMYK
RGB Variations
Color information
#FE2845 (or 0xFE2845) is known color: Amaranth. HEX triplet: FE, 28 and 45. RGB value is (254,40,69). Sum of RGB (Red+Green+Blue) = 254+40+69=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2845 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2845 is #01D7BA. Grayscale: #6B6B6B. Windows color (decimal): -120763 or 4532478. OLE color: 4532478.
HSL color Cylindrical-coordinate representation of color #FE2845: hue angle of 351.87º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE2845 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 69 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.00 |
| HSL | 351.87º | 0.99% | 0.58% | - |
| HSV(B) | 351.87º | 0.84% | 1% | - |
| XYZ | 42.71 | 23.02 | 7.82 | - |
| YUV | 107.29 | 106.4 | 232.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 69 | 0 | 0.84 | 0.73 | 0.00 | 351.87 | 0.99 | 0.58 |
| Hex | FE | 28 | 45 | 0 | 54 | 49 | 0 | 160 | 63 | 3A |
| Octal | 376 | 50 | 105 | 0 | 124 | 111 | 0 | 540 | 143 | 72 |
| Binary | 11111110 | 101000 | 1000101 | 0 | 1010100 | 1001001 | 0 | 101100000 | 1100011 | 111010 |
Color Harmonies of #FE2845
Complementary color
Monochromatic Colors of #FE2845
Black with #FE2845
Text Example
Text Example
White with #FE2845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2845; }
p { color: rgb(254,40,69); }
H1.HeaderClassName
{
color: #FE2845;
}
.AnyTagClassName
{
color: #FE2845;
}
</style>
background-color css
<style>
a { background-color: #FE2845; }
a { background-color: rgb(254,40,69); }
div.DivClassName
{
background-color: #FE2845;
}
.BgClassName
{
background-color: #FE2845;
}
</style>
border-color css
<style>
span { border-color: #FE2845; }
span { border-color: rgb(254,40,69); }
td.TdClassName
{
border-color: #FE2845;
}
.TagClassName
{
border-color: #FE2845;
}
</style>