Shades of Amaranth #F61E54
Tints of Amaranth #F61E54
RGB
CMYK
RGB Variations
Color information
#F61E54 (or 0xF61E54) is known color: Amaranth. HEX triplet: F6, 1E and 54. RGB value is (246,30,84). Sum of RGB (Red+Green+Blue) = 246+30+84=360 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.33% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 246 - color contains mainly: red. Hex color #F61E54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61E54 is #09E1AB. Grayscale: #646464. Windows color (decimal): -647596 or 5512950. OLE color: 5512950.
HSL color Cylindrical-coordinate representation of color #F61E54: hue angle of 345º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F61E54 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 30 | 84 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.04 |
| HSL | 345º | 0.92% | 0.54% | - |
| HSV(B) | 345º | 0.88% | 0.96% | - |
| XYZ | 40.07 | 21.16 | 10.36 | - |
| YUV | 100.74 | 118.56 | 231.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 30 | 84 | 0 | 0.88 | 0.66 | 0.04 | 345 | 0.92 | 0.54 |
| Hex | F6 | 1E | 54 | 0 | 58 | 42 | 4 | 159 | 5C | 36 |
| Octal | 366 | 36 | 124 | 0 | 130 | 102 | 4 | 531 | 134 | 66 |
| Binary | 11110110 | 11110 | 1010100 | 0 | 1011000 | 1000010 | 100 | 101011001 | 1011100 | 110110 |
Color Harmonies of #F61E54
Complementary color
Monochromatic Colors of #F61E54
Black with #F61E54
Text Example
Text Example
White with #F61E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61E54; }
p { color: rgb(246,30,84); }
H1.HeaderClassName
{
color: #F61E54;
}
.AnyTagClassName
{
color: #F61E54;
}
</style>
background-color css
<style>
a { background-color: #F61E54; }
a { background-color: rgb(246,30,84); }
div.DivClassName
{
background-color: #F61E54;
}
.BgClassName
{
background-color: #F61E54;
}
</style>
border-color css
<style>
span { border-color: #F61E54; }
span { border-color: rgb(246,30,84); }
td.TdClassName
{
border-color: #F61E54;
}
.TagClassName
{
border-color: #F61E54;
}
</style>