Shades of Amaranth #F82D46
Tints of Amaranth #F82D46
RGB
CMYK
RGB Variations
Color information
#F82D46 (or 0xF82D46) is known color: Amaranth. HEX triplet: F8, 2D and 46. RGB value is (248,45,70). Sum of RGB (Red+Green+Blue) = 248+45+70=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F82D46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82D46 is #07D2B9. Grayscale: #6C6C6C. Windows color (decimal): -512698 or 4599288. OLE color: 4599288.
HSL color Cylindrical-coordinate representation of color #F82D46: hue angle of 352.61º 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 #F82D46 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 45 | 70 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.03 |
| HSL | 352.61º | 0.94% | 0.57% | - |
| HSV(B) | 352.61º | 0.82% | 0.97% | - |
| XYZ | 40.76 | 22.28 | 7.95 | - |
| YUV | 108.55 | 106.25 | 227.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 45 | 70 | 0 | 0.82 | 0.72 | 0.03 | 352.61 | 0.94 | 0.57 |
| Hex | F8 | 2D | 46 | 0 | 52 | 48 | 3 | 161 | 5E | 39 |
| Octal | 370 | 55 | 106 | 0 | 122 | 110 | 3 | 541 | 136 | 71 |
| Binary | 11111000 | 101101 | 1000110 | 0 | 1010010 | 1001000 | 11 | 101100001 | 1011110 | 111001 |
Color Harmonies of #F82D46
Complementary color
Monochromatic Colors of #F82D46
Black with #F82D46
Text Example
Text Example
White with #F82D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82D46; }
p { color: rgb(248,45,70); }
H1.HeaderClassName
{
color: #F82D46;
}
.AnyTagClassName
{
color: #F82D46;
}
</style>
background-color css
<style>
a { background-color: #F82D46; }
a { background-color: rgb(248,45,70); }
div.DivClassName
{
background-color: #F82D46;
}
.BgClassName
{
background-color: #F82D46;
}
</style>
border-color css
<style>
span { border-color: #F82D46; }
span { border-color: rgb(248,45,70); }
td.TdClassName
{
border-color: #F82D46;
}
.TagClassName
{
border-color: #F82D46;
}
</style>