Shades of Amaranth #F8214E
Tints of Amaranth #F8214E
RGB
CMYK
RGB Variations
Color information
#F8214E (or 0xF8214E) is known color: Amaranth. HEX triplet: F8, 21 and 4E. RGB value is (248,33,78). Sum of RGB (Red+Green+Blue) = 248+33+78=359 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.08% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 248 - color contains mainly: red. Hex color #F8214E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8214E is #07DEB1. Grayscale: #666666. Windows color (decimal): -515762 or 5120504. OLE color: 5120504.
HSL color Cylindrical-coordinate representation of color #F8214E: hue angle of 347.44º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F8214E is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 33 | 78 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.03 |
| HSL | 347.44º | 0.94% | 0.55% | - |
| HSV(B) | 347.44º | 0.87% | 0.97% | - |
| XYZ | 40.63 | 21.59 | 9.23 | - |
| YUV | 102.42 | 114.23 | 231.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 33 | 78 | 0 | 0.87 | 0.69 | 0.03 | 347.44 | 0.94 | 0.55 |
| Hex | F8 | 21 | 4E | 0 | 57 | 45 | 3 | 15B | 5E | 37 |
| Octal | 370 | 41 | 116 | 0 | 127 | 105 | 3 | 533 | 136 | 67 |
| Binary | 11111000 | 100001 | 1001110 | 0 | 1010111 | 1000101 | 11 | 101011011 | 1011110 | 110111 |
Color Harmonies of #F8214E
Complementary color
Monochromatic Colors of #F8214E
Black with #F8214E
Text Example
Text Example
White with #F8214E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8214E; }
p { color: rgb(248,33,78); }
H1.HeaderClassName
{
color: #F8214E;
}
.AnyTagClassName
{
color: #F8214E;
}
</style>
background-color css
<style>
a { background-color: #F8214E; }
a { background-color: rgb(248,33,78); }
div.DivClassName
{
background-color: #F8214E;
}
.BgClassName
{
background-color: #F8214E;
}
</style>
border-color css
<style>
span { border-color: #F8214E; }
span { border-color: rgb(248,33,78); }
td.TdClassName
{
border-color: #F8214E;
}
.TagClassName
{
border-color: #F8214E;
}
</style>