Shades of Amaranth #FE234A
Tints of Amaranth #FE234A
RGB
CMYK
RGB Variations
Color information
#FE234A (or 0xFE234A) is known color: Amaranth. HEX triplet: FE, 23 and 4A. RGB value is (254,35,74). Sum of RGB (Red+Green+Blue) = 254+35+74=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 35 (14.06% from 255 or 9.64% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE234A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE234A is #01DCB5. Grayscale: #686868. Windows color (decimal): -122038 or 4858878. OLE color: 4858878.
HSL color Cylindrical-coordinate representation of color #FE234A: hue angle of 349.32º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE234A is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 74 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.00 |
| HSL | 349.32º | 0.99% | 0.57% | - |
| HSV(B) | 349.32º | 0.86% | 1% | - |
| XYZ | 42.71 | 22.77 | 8.62 | - |
| YUV | 104.93 | 110.55 | 234.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 74 | 0 | 0.86 | 0.71 | 0.00 | 349.32 | 0.99 | 0.57 |
| Hex | FE | 23 | 4A | 0 | 56 | 47 | 0 | 15D | 63 | 39 |
| Octal | 376 | 43 | 112 | 0 | 126 | 107 | 0 | 535 | 143 | 71 |
| Binary | 11111110 | 100011 | 1001010 | 0 | 1010110 | 1000111 | 0 | 101011101 | 1100011 | 111001 |
Color Harmonies of #FE234A
Complementary color
Monochromatic Colors of #FE234A
Black with #FE234A
Text Example
Text Example
White with #FE234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE234A; }
p { color: rgb(254,35,74); }
H1.HeaderClassName
{
color: #FE234A;
}
.AnyTagClassName
{
color: #FE234A;
}
</style>
background-color css
<style>
a { background-color: #FE234A; }
a { background-color: rgb(254,35,74); }
div.DivClassName
{
background-color: #FE234A;
}
.BgClassName
{
background-color: #FE234A;
}
</style>
border-color css
<style>
span { border-color: #FE234A; }
span { border-color: rgb(254,35,74); }
td.TdClassName
{
border-color: #FE234A;
}
.TagClassName
{
border-color: #FE234A;
}
</style>