Shades of Amaranth #F81D4E
Tints of Amaranth #F81D4E
RGB
CMYK
RGB Variations
Color information
#F81D4E (or 0xF81D4E) is known color: Amaranth. HEX triplet: F8, 1D and 4E. RGB value is (248,29,78). Sum of RGB (Red+Green+Blue) = 248+29+78=355 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.86% from 355); Green value is 29 (11.72% from 255 or 8.17% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 248 - color contains mainly: red. Hex color #F81D4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81D4E is #07E2B1. Grayscale: #646464. Windows color (decimal): -516786 or 5119480. OLE color: 5119480.
HSL color Cylindrical-coordinate representation of color #F81D4E: hue angle of 346.58º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81D4E is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 29 | 78 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.03 |
| HSL | 346.58º | 0.94% | 0.54% | - |
| HSV(B) | 346.58º | 0.88% | 0.97% | - |
| XYZ | 40.53 | 21.39 | 9.2 | - |
| YUV | 100.07 | 115.55 | 233.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 29 | 78 | 0 | 0.88 | 0.69 | 0.03 | 346.58 | 0.94 | 0.54 |
| Hex | F8 | 1D | 4E | 0 | 58 | 45 | 3 | 15B | 5E | 36 |
| Octal | 370 | 35 | 116 | 0 | 130 | 105 | 3 | 533 | 136 | 66 |
| Binary | 11111000 | 11101 | 1001110 | 0 | 1011000 | 1000101 | 11 | 101011011 | 1011110 | 110110 |
Color Harmonies of #F81D4E
Complementary color
Monochromatic Colors of #F81D4E
Black with #F81D4E
Text Example
Text Example
White with #F81D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81D4E; }
p { color: rgb(248,29,78); }
H1.HeaderClassName
{
color: #F81D4E;
}
.AnyTagClassName
{
color: #F81D4E;
}
</style>
background-color css
<style>
a { background-color: #F81D4E; }
a { background-color: rgb(248,29,78); }
div.DivClassName
{
background-color: #F81D4E;
}
.BgClassName
{
background-color: #F81D4E;
}
</style>
border-color css
<style>
span { border-color: #F81D4E; }
span { border-color: rgb(248,29,78); }
td.TdClassName
{
border-color: #F81D4E;
}
.TagClassName
{
border-color: #F81D4E;
}
</style>