Shades of Amaranth #F8214F
Tints of Amaranth #F8214F
RGB
CMYK
RGB Variations
Color information
#F8214F (or 0xF8214F) is known color: Amaranth. HEX triplet: F8, 21 and 4F. RGB value is (248,33,79). Sum of RGB (Red+Green+Blue) = 248+33+79=360 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.89% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 248 - color contains mainly: red. Hex color #F8214F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8214F is #07DEB0. Grayscale: #666666. Windows color (decimal): -515761 or 5186040. OLE color: 5186040.
HSL color Cylindrical-coordinate representation of color #F8214F: hue angle of 347.16º 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 #F8214F is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 33 | 79 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.03 |
| HSL | 347.16º | 0.94% | 0.55% | - |
| HSV(B) | 347.16º | 0.87% | 0.97% | - |
| XYZ | 40.67 | 21.61 | 9.42 | - |
| YUV | 102.53 | 114.73 | 231.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 33 | 79 | 0 | 0.87 | 0.68 | 0.03 | 347.16 | 0.94 | 0.55 |
| Hex | F8 | 21 | 4F | 0 | 57 | 44 | 3 | 15B | 5E | 37 |
| Octal | 370 | 41 | 117 | 0 | 127 | 104 | 3 | 533 | 136 | 67 |
| Binary | 11111000 | 100001 | 1001111 | 0 | 1010111 | 1000100 | 11 | 101011011 | 1011110 | 110111 |
Color Harmonies of #F8214F
Complementary color
Monochromatic Colors of #F8214F
Black with #F8214F
Text Example
Text Example
White with #F8214F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8214F; }
p { color: rgb(248,33,79); }
H1.HeaderClassName
{
color: #F8214F;
}
.AnyTagClassName
{
color: #F8214F;
}
</style>
background-color css
<style>
a { background-color: #F8214F; }
a { background-color: rgb(248,33,79); }
div.DivClassName
{
background-color: #F8214F;
}
.BgClassName
{
background-color: #F8214F;
}
</style>
border-color css
<style>
span { border-color: #F8214F; }
span { border-color: rgb(248,33,79); }
td.TdClassName
{
border-color: #F8214F;
}
.TagClassName
{
border-color: #F8214F;
}
</style>