Shades of Amaranth #F62545
Tints of Amaranth #F62545
RGB
CMYK
RGB Variations
Color information
#F62545 (or 0xF62545) is known color: Amaranth. HEX triplet: F6, 25 and 45. RGB value is (246,37,69). Sum of RGB (Red+Green+Blue) = 246+37+69=352 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.89% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 246 - color contains mainly: red. Hex color #F62545 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62545 is #09DABA. Grayscale: #676767. Windows color (decimal): -645819 or 4531702. OLE color: 4531702.
HSL color Cylindrical-coordinate representation of color #F62545: hue angle of 350.81º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F62545 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 37 | 69 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.04 |
| HSL | 350.81º | 0.92% | 0.55% | - |
| HSV(B) | 350.81º | 0.85% | 0.96% | - |
| XYZ | 39.74 | 21.35 | 7.66 | - |
| YUV | 103.14 | 108.74 | 229.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 37 | 69 | 0 | 0.85 | 0.72 | 0.04 | 350.81 | 0.92 | 0.55 |
| Hex | F6 | 25 | 45 | 0 | 55 | 48 | 4 | 15F | 5C | 37 |
| Octal | 366 | 45 | 105 | 0 | 125 | 110 | 4 | 537 | 134 | 67 |
| Binary | 11110110 | 100101 | 1000101 | 0 | 1010101 | 1001000 | 100 | 101011111 | 1011100 | 110111 |
Color Harmonies of #F62545
Complementary color
Monochromatic Colors of #F62545
Black with #F62545
Text Example
Text Example
White with #F62545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62545; }
p { color: rgb(246,37,69); }
H1.HeaderClassName
{
color: #F62545;
}
.AnyTagClassName
{
color: #F62545;
}
</style>
background-color css
<style>
a { background-color: #F62545; }
a { background-color: rgb(246,37,69); }
div.DivClassName
{
background-color: #F62545;
}
.BgClassName
{
background-color: #F62545;
}
</style>
border-color css
<style>
span { border-color: #F62545; }
span { border-color: rgb(246,37,69); }
td.TdClassName
{
border-color: #F62545;
}
.TagClassName
{
border-color: #F62545;
}
</style>