Shades of Amaranth #F62656
Tints of Amaranth #F62656
RGB
CMYK
RGB Variations
Color information
#F62656 (or 0xF62656) is known color: Amaranth. HEX triplet: F6, 26 and 56. RGB value is (246,38,86). Sum of RGB (Red+Green+Blue) = 246+38+86=370 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.49% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 246 - color contains mainly: red. Hex color #F62656 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62656 is #09D9A9. Grayscale: #696969. Windows color (decimal): -645546 or 5646070. OLE color: 5646070.
HSL color Cylindrical-coordinate representation of color #F62656: hue angle of 346.15º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F62656 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 38 | 86 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.04 |
| HSL | 346.15º | 0.92% | 0.56% | - |
| HSV(B) | 346.15º | 0.85% | 0.96% | - |
| XYZ | 40.38 | 21.65 | 10.85 | - |
| YUV | 105.66 | 116.91 | 228.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 38 | 86 | 0 | 0.85 | 0.65 | 0.04 | 346.15 | 0.92 | 0.56 |
| Hex | F6 | 26 | 56 | 0 | 55 | 41 | 4 | 15A | 5C | 38 |
| Octal | 366 | 46 | 126 | 0 | 125 | 101 | 4 | 532 | 134 | 70 |
| Binary | 11110110 | 100110 | 1010110 | 0 | 1010101 | 1000001 | 100 | 101011010 | 1011100 | 111000 |
Color Harmonies of #F62656
Complementary color
Monochromatic Colors of #F62656
Black with #F62656
Text Example
Text Example
White with #F62656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62656; }
p { color: rgb(246,38,86); }
H1.HeaderClassName
{
color: #F62656;
}
.AnyTagClassName
{
color: #F62656;
}
</style>
background-color css
<style>
a { background-color: #F62656; }
a { background-color: rgb(246,38,86); }
div.DivClassName
{
background-color: #F62656;
}
.BgClassName
{
background-color: #F62656;
}
</style>
border-color css
<style>
span { border-color: #F62656; }
span { border-color: rgb(246,38,86); }
td.TdClassName
{
border-color: #F62656;
}
.TagClassName
{
border-color: #F62656;
}
</style>