Shades of Amaranth #FE2846
Tints of Amaranth #FE2846
RGB
CMYK
RGB Variations
Color information
#FE2846 (or 0xFE2846) is known color: Amaranth. HEX triplet: FE, 28 and 46. RGB value is (254,40,70). Sum of RGB (Red+Green+Blue) = 254+40+70=364 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.78% from 364); Green value is 40 (16.02% from 255 or 10.99% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2846 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2846 is #01D7B9. Grayscale: #6B6B6B. Windows color (decimal): -120762 or 4598014. OLE color: 4598014.
HSL color Cylindrical-coordinate representation of color #FE2846: hue angle of 351.59º 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 #FE2846 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 70 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.00 |
| HSL | 351.59º | 0.99% | 0.58% | - |
| HSV(B) | 351.59º | 0.84% | 1% | - |
| XYZ | 42.74 | 23.03 | 7.99 | - |
| YUV | 107.41 | 106.9 | 232.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 70 | 0 | 0.84 | 0.72 | 0.00 | 351.59 | 0.99 | 0.58 |
| Hex | FE | 28 | 46 | 0 | 54 | 48 | 0 | 160 | 63 | 3A |
| Octal | 376 | 50 | 106 | 0 | 124 | 110 | 0 | 540 | 143 | 72 |
| Binary | 11111110 | 101000 | 1000110 | 0 | 1010100 | 1001000 | 0 | 101100000 | 1100011 | 111010 |
Color Harmonies of #FE2846
Complementary color
Monochromatic Colors of #FE2846
Black with #FE2846
Text Example
Text Example
White with #FE2846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2846; }
p { color: rgb(254,40,70); }
H1.HeaderClassName
{
color: #FE2846;
}
.AnyTagClassName
{
color: #FE2846;
}
</style>
background-color css
<style>
a { background-color: #FE2846; }
a { background-color: rgb(254,40,70); }
div.DivClassName
{
background-color: #FE2846;
}
.BgClassName
{
background-color: #FE2846;
}
</style>
border-color css
<style>
span { border-color: #FE2846; }
span { border-color: rgb(254,40,70); }
td.TdClassName
{
border-color: #FE2846;
}
.TagClassName
{
border-color: #FE2846;
}
</style>