Shades of Amaranth #F81A4E
Tints of Amaranth #F81A4E
RGB
CMYK
RGB Variations
Color information
#F81A4E (or 0xF81A4E) is known color: Amaranth. HEX triplet: F8, 1A and 4E. RGB value is (248,26,78). Sum of RGB (Red+Green+Blue) = 248+26+78=352 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.45% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 248 - color contains mainly: red. Hex color #F81A4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81A4E is #07E5B1. Grayscale: #626262. Windows color (decimal): -517554 or 5118712. OLE color: 5118712.
HSL color Cylindrical-coordinate representation of color #F81A4E: hue angle of 345.95º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81A4E is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 26 | 78 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.03 |
| HSL | 345.95º | 0.94% | 0.54% | - |
| HSV(B) | 345.95º | 0.9% | 0.97% | - |
| XYZ | 40.46 | 21.25 | 9.18 | - |
| YUV | 98.31 | 116.55 | 234.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 26 | 78 | 0 | 0.90 | 0.69 | 0.03 | 345.95 | 0.94 | 0.54 |
| Hex | F8 | 1A | 4E | 0 | 5A | 45 | 3 | 15A | 5E | 36 |
| Octal | 370 | 32 | 116 | 0 | 132 | 105 | 3 | 532 | 136 | 66 |
| Binary | 11111000 | 11010 | 1001110 | 0 | 1011010 | 1000101 | 11 | 101011010 | 1011110 | 110110 |
Color Harmonies of #F81A4E
Complementary color
Monochromatic Colors of #F81A4E
Black with #F81A4E
Text Example
Text Example
White with #F81A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81A4E; }
p { color: rgb(248,26,78); }
H1.HeaderClassName
{
color: #F81A4E;
}
.AnyTagClassName
{
color: #F81A4E;
}
</style>
background-color css
<style>
a { background-color: #F81A4E; }
a { background-color: rgb(248,26,78); }
div.DivClassName
{
background-color: #F81A4E;
}
.BgClassName
{
background-color: #F81A4E;
}
</style>
border-color css
<style>
span { border-color: #F81A4E; }
span { border-color: rgb(248,26,78); }
td.TdClassName
{
border-color: #F81A4E;
}
.TagClassName
{
border-color: #F81A4E;
}
</style>