Shades of Amaranth #F82C4C
Tints of Amaranth #F82C4C
RGB
CMYK
RGB Variations
Color information
#F82C4C (or 0xF82C4C) is known color: Amaranth. HEX triplet: F8, 2C and 4C. RGB value is (248,44,76). Sum of RGB (Red+Green+Blue) = 248+44+76=368 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.39% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82C4C is #07D3B3. Grayscale: #6C6C6C. Windows color (decimal): -512948 or 4992248. OLE color: 4992248.
HSL color Cylindrical-coordinate representation of color #F82C4C: hue angle of 350.59º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F82C4C is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 44 | 76 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.03 |
| HSL | 350.59º | 0.94% | 0.57% | - |
| HSV(B) | 350.59º | 0.82% | 0.97% | - |
| XYZ | 40.92 | 22.28 | 8.98 | - |
| YUV | 108.64 | 109.59 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 44 | 76 | 0 | 0.82 | 0.69 | 0.03 | 350.59 | 0.94 | 0.57 |
| Hex | F8 | 2C | 4C | 0 | 52 | 45 | 3 | 15F | 5E | 39 |
| Octal | 370 | 54 | 114 | 0 | 122 | 105 | 3 | 537 | 136 | 71 |
| Binary | 11111000 | 101100 | 1001100 | 0 | 1010010 | 1000101 | 11 | 101011111 | 1011110 | 111001 |
Color Harmonies of #F82C4C
Complementary color
Monochromatic Colors of #F82C4C
Black with #F82C4C
Text Example
Text Example
White with #F82C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82C4C; }
p { color: rgb(248,44,76); }
H1.HeaderClassName
{
color: #F82C4C;
}
.AnyTagClassName
{
color: #F82C4C;
}
</style>
background-color css
<style>
a { background-color: #F82C4C; }
a { background-color: rgb(248,44,76); }
div.DivClassName
{
background-color: #F82C4C;
}
.BgClassName
{
background-color: #F82C4C;
}
</style>
border-color css
<style>
span { border-color: #F82C4C; }
span { border-color: rgb(248,44,76); }
td.TdClassName
{
border-color: #F82C4C;
}
.TagClassName
{
border-color: #F82C4C;
}
</style>