Shades of Amaranth #F8214C
Tints of Amaranth #F8214C
RGB
CMYK
RGB Variations
Color information
#F8214C (or 0xF8214C) is known color: Amaranth. HEX triplet: F8, 21 and 4C. RGB value is (248,33,76). Sum of RGB (Red+Green+Blue) = 248+33+76=357 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.47% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 248 - color contains mainly: red. Hex color #F8214C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8214C is #07DEB3. Grayscale: #666666. Windows color (decimal): -515764 or 4989432. OLE color: 4989432.
HSL color Cylindrical-coordinate representation of color #F8214C: hue angle of 348º 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 #F8214C is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 33 | 76 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.03 |
| HSL | 348º | 0.94% | 0.55% | - |
| HSV(B) | 348º | 0.87% | 0.97% | - |
| XYZ | 40.56 | 21.57 | 8.86 | - |
| YUV | 102.19 | 113.23 | 232 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 33 | 76 | 0 | 0.87 | 0.69 | 0.03 | 348 | 0.94 | 0.55 |
| Hex | F8 | 21 | 4C | 0 | 57 | 45 | 3 | 15C | 5E | 37 |
| Octal | 370 | 41 | 114 | 0 | 127 | 105 | 3 | 534 | 136 | 67 |
| Binary | 11111000 | 100001 | 1001100 | 0 | 1010111 | 1000101 | 11 | 101011100 | 1011110 | 110111 |
Color Harmonies of #F8214C
Complementary color
Monochromatic Colors of #F8214C
Black with #F8214C
Text Example
Text Example
White with #F8214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8214C; }
p { color: rgb(248,33,76); }
H1.HeaderClassName
{
color: #F8214C;
}
.AnyTagClassName
{
color: #F8214C;
}
</style>
background-color css
<style>
a { background-color: #F8214C; }
a { background-color: rgb(248,33,76); }
div.DivClassName
{
background-color: #F8214C;
}
.BgClassName
{
background-color: #F8214C;
}
</style>
border-color css
<style>
span { border-color: #F8214C; }
span { border-color: rgb(248,33,76); }
td.TdClassName
{
border-color: #F8214C;
}
.TagClassName
{
border-color: #F8214C;
}
</style>