Shades of Amaranth #F82C49
Tints of Amaranth #F82C49
RGB
CMYK
RGB Variations
Color information
#F82C49 (or 0xF82C49) is known color: Amaranth. HEX triplet: F8, 2C and 49. RGB value is (248,44,73). Sum of RGB (Red+Green+Blue) = 248+44+73=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82C49 is #07D3B6. Grayscale: #6C6C6C. Windows color (decimal): -512951 or 4795640. OLE color: 4795640.
HSL color Cylindrical-coordinate representation of color #F82C49: hue angle of 351.47º 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 #F82C49 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 44 | 73 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.03 |
| HSL | 351.47º | 0.94% | 0.57% | - |
| HSV(B) | 351.47º | 0.82% | 0.97% | - |
| XYZ | 40.81 | 22.24 | 8.44 | - |
| YUV | 108.3 | 108.09 | 227.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 44 | 73 | 0 | 0.82 | 0.71 | 0.03 | 351.47 | 0.94 | 0.57 |
| Hex | F8 | 2C | 49 | 0 | 52 | 47 | 3 | 15F | 5E | 39 |
| Octal | 370 | 54 | 111 | 0 | 122 | 107 | 3 | 537 | 136 | 71 |
| Binary | 11111000 | 101100 | 1001001 | 0 | 1010010 | 1000111 | 11 | 101011111 | 1011110 | 111001 |
Color Harmonies of #F82C49
Complementary color
Monochromatic Colors of #F82C49
Black with #F82C49
Text Example
Text Example
White with #F82C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82C49; }
p { color: rgb(248,44,73); }
H1.HeaderClassName
{
color: #F82C49;
}
.AnyTagClassName
{
color: #F82C49;
}
</style>
background-color css
<style>
a { background-color: #F82C49; }
a { background-color: rgb(248,44,73); }
div.DivClassName
{
background-color: #F82C49;
}
.BgClassName
{
background-color: #F82C49;
}
</style>
border-color css
<style>
span { border-color: #F82C49; }
span { border-color: rgb(248,44,73); }
td.TdClassName
{
border-color: #F82C49;
}
.TagClassName
{
border-color: #F82C49;
}
</style>