Shades of Amaranth #F8264D
Tints of Amaranth #F8264D
RGB
CMYK
RGB Variations
Color information
#F8264D (or 0xF8264D) is known color: Amaranth. HEX triplet: F8, 26 and 4D. RGB value is (248,38,77). Sum of RGB (Red+Green+Blue) = 248+38+77=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F8264D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8264D is #07D9B2. Grayscale: #696969. Windows color (decimal): -514483 or 5056248. OLE color: 5056248.
HSL color Cylindrical-coordinate representation of color #F8264D: hue angle of 348.86º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F8264D is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 38 | 77 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.03 |
| HSL | 348.86º | 0.94% | 0.56% | - |
| HSV(B) | 348.86º | 0.85% | 0.97% | - |
| XYZ | 40.74 | 21.88 | 9.1 | - |
| YUV | 105.24 | 112.07 | 229.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 38 | 77 | 0 | 0.85 | 0.69 | 0.03 | 348.86 | 0.94 | 0.56 |
| Hex | F8 | 26 | 4D | 0 | 55 | 45 | 3 | 15D | 5E | 38 |
| Octal | 370 | 46 | 115 | 0 | 125 | 105 | 3 | 535 | 136 | 70 |
| Binary | 11111000 | 100110 | 1001101 | 0 | 1010101 | 1000101 | 11 | 101011101 | 1011110 | 111000 |
Color Harmonies of #F8264D
Complementary color
Monochromatic Colors of #F8264D
Black with #F8264D
Text Example
Text Example
White with #F8264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8264D; }
p { color: rgb(248,38,77); }
H1.HeaderClassName
{
color: #F8264D;
}
.AnyTagClassName
{
color: #F8264D;
}
</style>
background-color css
<style>
a { background-color: #F8264D; }
a { background-color: rgb(248,38,77); }
div.DivClassName
{
background-color: #F8264D;
}
.BgClassName
{
background-color: #F8264D;
}
</style>
border-color css
<style>
span { border-color: #F8264D; }
span { border-color: rgb(248,38,77); }
td.TdClassName
{
border-color: #F8264D;
}
.TagClassName
{
border-color: #F8264D;
}
</style>