Shades of Amaranth #F62754
Tints of Amaranth #F62754
RGB
CMYK
RGB Variations
Color information
#F62754 (or 0xF62754) is known color: Amaranth. HEX triplet: F6, 27 and 54. RGB value is (246,39,84). Sum of RGB (Red+Green+Blue) = 246+39+84=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 39 (15.62% from 255 or 10.57% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F62754 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62754 is #09D8AB. Grayscale: #6A6A6A. Windows color (decimal): -645292 or 5515254. OLE color: 5515254.
HSL color Cylindrical-coordinate representation of color #F62754: hue angle of 346.96º 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 #F62754 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 39 | 84 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.04 |
| HSL | 346.96º | 0.92% | 0.56% | - |
| HSV(B) | 346.96º | 0.84% | 0.96% | - |
| XYZ | 40.33 | 21.68 | 10.45 | - |
| YUV | 106.02 | 115.58 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 39 | 84 | 0 | 0.84 | 0.66 | 0.04 | 346.96 | 0.92 | 0.56 |
| Hex | F6 | 27 | 54 | 0 | 54 | 42 | 4 | 15B | 5C | 38 |
| Octal | 366 | 47 | 124 | 0 | 124 | 102 | 4 | 533 | 134 | 70 |
| Binary | 11110110 | 100111 | 1010100 | 0 | 1010100 | 1000010 | 100 | 101011011 | 1011100 | 111000 |
Color Harmonies of #F62754
Complementary color
Monochromatic Colors of #F62754
Black with #F62754
Text Example
Text Example
White with #F62754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62754; }
p { color: rgb(246,39,84); }
H1.HeaderClassName
{
color: #F62754;
}
.AnyTagClassName
{
color: #F62754;
}
</style>
background-color css
<style>
a { background-color: #F62754; }
a { background-color: rgb(246,39,84); }
div.DivClassName
{
background-color: #F62754;
}
.BgClassName
{
background-color: #F62754;
}
</style>
border-color css
<style>
span { border-color: #F62754; }
span { border-color: rgb(246,39,84); }
td.TdClassName
{
border-color: #F62754;
}
.TagClassName
{
border-color: #F62754;
}
</style>