Shades of Amaranth #F52846
Tints of Amaranth #F52846
RGB
CMYK
RGB Variations
Color information
#F52846 (or 0xF52846) is known color: Amaranth. HEX triplet: F5, 28 and 46. RGB value is (245,40,70). Sum of RGB (Red+Green+Blue) = 245+40+70=355 (47% of max value = 765). Red value is 245 (96.09% from 255 or 69.01% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 245 - color contains mainly: red. Hex color #F52846 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52846 is #0AD7B9. Grayscale: #686868. Windows color (decimal): -710586 or 4598005. OLE color: 4598005.
HSL color Cylindrical-coordinate representation of color #F52846: hue angle of 351.22º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F52846 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 70 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.04 |
| HSL | 351.22º | 0.91% | 0.56% | - |
| HSV(B) | 351.22º | 0.84% | 0.96% | - |
| XYZ | 39.52 | 21.37 | 7.84 | - |
| YUV | 104.72 | 108.42 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 70 | 0 | 0.84 | 0.71 | 0.04 | 351.22 | 0.91 | 0.56 |
| Hex | F5 | 28 | 46 | 0 | 54 | 47 | 4 | 15F | 5B | 38 |
| Octal | 365 | 50 | 106 | 0 | 124 | 107 | 4 | 537 | 133 | 70 |
| Binary | 11110101 | 101000 | 1000110 | 0 | 1010100 | 1000111 | 100 | 101011111 | 1011011 | 111000 |
Color Harmonies of #F52846
Complementary color
Monochromatic Colors of #F52846
Black with #F52846
Text Example
Text Example
White with #F52846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52846; }
p { color: rgb(245,40,70); }
H1.HeaderClassName
{
color: #F52846;
}
.AnyTagClassName
{
color: #F52846;
}
</style>
background-color css
<style>
a { background-color: #F52846; }
a { background-color: rgb(245,40,70); }
div.DivClassName
{
background-color: #F52846;
}
.BgClassName
{
background-color: #F52846;
}
</style>
border-color css
<style>
span { border-color: #F52846; }
span { border-color: rgb(245,40,70); }
td.TdClassName
{
border-color: #F52846;
}
.TagClassName
{
border-color: #F52846;
}
</style>