Shades of Amaranth #F8244C
Tints of Amaranth #F8244C
RGB
CMYK
RGB Variations
Color information
#F8244C (or 0xF8244C) is known color: Amaranth. HEX triplet: F8, 24 and 4C. RGB value is (248,36,76). Sum of RGB (Red+Green+Blue) = 248+36+76=360 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.89% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 248 - color contains mainly: red. Hex color #F8244C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8244C is #07DBB3. Grayscale: #676767. Windows color (decimal): -514996 or 4990200. OLE color: 4990200.
HSL color Cylindrical-coordinate representation of color #F8244C: hue angle of 348.68º 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 #F8244C is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 36 | 76 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.03 |
| HSL | 348.68º | 0.94% | 0.56% | - |
| HSV(B) | 348.68º | 0.85% | 0.97% | - |
| XYZ | 40.65 | 21.74 | 8.89 | - |
| YUV | 103.95 | 112.24 | 230.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 36 | 76 | 0 | 0.85 | 0.69 | 0.03 | 348.68 | 0.94 | 0.56 |
| Hex | F8 | 24 | 4C | 0 | 55 | 45 | 3 | 15D | 5E | 38 |
| Octal | 370 | 44 | 114 | 0 | 125 | 105 | 3 | 535 | 136 | 70 |
| Binary | 11111000 | 100100 | 1001100 | 0 | 1010101 | 1000101 | 11 | 101011101 | 1011110 | 111000 |
Color Harmonies of #F8244C
Complementary color
Monochromatic Colors of #F8244C
Black with #F8244C
Text Example
Text Example
White with #F8244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8244C; }
p { color: rgb(248,36,76); }
H1.HeaderClassName
{
color: #F8244C;
}
.AnyTagClassName
{
color: #F8244C;
}
</style>
background-color css
<style>
a { background-color: #F8244C; }
a { background-color: rgb(248,36,76); }
div.DivClassName
{
background-color: #F8244C;
}
.BgClassName
{
background-color: #F8244C;
}
</style>
border-color css
<style>
span { border-color: #F8244C; }
span { border-color: rgb(248,36,76); }
td.TdClassName
{
border-color: #F8244C;
}
.TagClassName
{
border-color: #F8244C;
}
</style>