Shades of Amaranth #F62755
Tints of Amaranth #F62755
RGB
CMYK
RGB Variations
Color information
#F62755 (or 0xF62755) is known color: Amaranth. HEX triplet: F6, 27 and 55. RGB value is (246,39,85). Sum of RGB (Red+Green+Blue) = 246+39+85=370 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.49% from 370); Green value is 39 (15.62% from 255 or 10.54% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 246 - color contains mainly: red. Hex color #F62755 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62755 is #09D8AA. Grayscale: #6A6A6A. Windows color (decimal): -645291 or 5580790. OLE color: 5580790.
HSL color Cylindrical-coordinate representation of color #F62755: hue angle of 346.67º degrees, saturation: 0.92, 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 #F62755 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 39 | 85 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.04 |
| HSL | 346.67º | 0.92% | 0.56% | - |
| HSV(B) | 346.67º | 0.84% | 0.96% | - |
| XYZ | 40.37 | 21.7 | 10.66 | - |
| YUV | 106.14 | 116.08 | 227.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 39 | 85 | 0 | 0.84 | 0.65 | 0.04 | 346.67 | 0.92 | 0.56 |
| Hex | F6 | 27 | 55 | 0 | 54 | 41 | 4 | 15B | 5C | 38 |
| Octal | 366 | 47 | 125 | 0 | 124 | 101 | 4 | 533 | 134 | 70 |
| Binary | 11110110 | 100111 | 1010101 | 0 | 1010100 | 1000001 | 100 | 101011011 | 1011100 | 111000 |
Color Harmonies of #F62755
Complementary color
Monochromatic Colors of #F62755
Black with #F62755
Text Example
Text Example
White with #F62755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62755; }
p { color: rgb(246,39,85); }
H1.HeaderClassName
{
color: #F62755;
}
.AnyTagClassName
{
color: #F62755;
}
</style>
background-color css
<style>
a { background-color: #F62755; }
a { background-color: rgb(246,39,85); }
div.DivClassName
{
background-color: #F62755;
}
.BgClassName
{
background-color: #F62755;
}
</style>
border-color css
<style>
span { border-color: #F62755; }
span { border-color: rgb(246,39,85); }
td.TdClassName
{
border-color: #F62755;
}
.TagClassName
{
border-color: #F62755;
}
</style>