Shades of Amaranth #F81C4D
Tints of Amaranth #F81C4D
RGB
CMYK
RGB Variations
Color information
#F81C4D (or 0xF81C4D) is known color: Amaranth. HEX triplet: F8, 1C and 4D. RGB value is (248,28,77). Sum of RGB (Red+Green+Blue) = 248+28+77=353 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.25% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81C4D is #07E3B2. Grayscale: #636363. Windows color (decimal): -517043 or 5053688. OLE color: 5053688.
HSL color Cylindrical-coordinate representation of color #F81C4D: hue angle of 346.64º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F81C4D is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 77 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.03 |
| HSL | 346.64º | 0.94% | 0.54% | - |
| HSV(B) | 346.64º | 0.89% | 0.97% | - |
| XYZ | 40.47 | 21.32 | 9 | - |
| YUV | 99.37 | 115.39 | 234.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 77 | 0 | 0.89 | 0.69 | 0.03 | 346.64 | 0.94 | 0.54 |
| Hex | F8 | 1C | 4D | 0 | 59 | 45 | 3 | 15B | 5E | 36 |
| Octal | 370 | 34 | 115 | 0 | 131 | 105 | 3 | 533 | 136 | 66 |
| Binary | 11111000 | 11100 | 1001101 | 0 | 1011001 | 1000101 | 11 | 101011011 | 1011110 | 110110 |
Color Harmonies of #F81C4D
Complementary color
Monochromatic Colors of #F81C4D
Black with #F81C4D
Text Example
Text Example
White with #F81C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81C4D; }
p { color: rgb(248,28,77); }
H1.HeaderClassName
{
color: #F81C4D;
}
.AnyTagClassName
{
color: #F81C4D;
}
</style>
background-color css
<style>
a { background-color: #F81C4D; }
a { background-color: rgb(248,28,77); }
div.DivClassName
{
background-color: #F81C4D;
}
.BgClassName
{
background-color: #F81C4D;
}
</style>
border-color css
<style>
span { border-color: #F81C4D; }
span { border-color: rgb(248,28,77); }
td.TdClassName
{
border-color: #F81C4D;
}
.TagClassName
{
border-color: #F81C4D;
}
</style>