Shades of Amaranth #F62E4A
Tints of Amaranth #F62E4A
RGB
CMYK
RGB Variations
Color information
#F62E4A (or 0xF62E4A) is known color: Amaranth. HEX triplet: F6, 2E and 4A. RGB value is (246,46,74). Sum of RGB (Red+Green+Blue) = 246+46+74=366 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.21% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 246 - color contains mainly: red. Hex color #F62E4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62E4A is #09D1B5. Grayscale: #6D6D6D. Windows color (decimal): -643510 or 4861686. OLE color: 4861686.
HSL color Cylindrical-coordinate representation of color #F62E4A: hue angle of 351.6º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F62E4A is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 46 | 74 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.04 |
| HSL | 351.6º | 0.92% | 0.57% | - |
| HSV(B) | 351.6º | 0.81% | 0.96% | - |
| XYZ | 40.22 | 22.04 | 8.61 | - |
| YUV | 108.99 | 108.26 | 225.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 46 | 74 | 0 | 0.81 | 0.70 | 0.04 | 351.6 | 0.92 | 0.57 |
| Hex | F6 | 2E | 4A | 0 | 51 | 46 | 4 | 160 | 5C | 39 |
| Octal | 366 | 56 | 112 | 0 | 121 | 106 | 4 | 540 | 134 | 71 |
| Binary | 11110110 | 101110 | 1001010 | 0 | 1010001 | 1000110 | 100 | 101100000 | 1011100 | 111001 |
Color Harmonies of #F62E4A
Complementary color
Monochromatic Colors of #F62E4A
Black with #F62E4A
Text Example
Text Example
White with #F62E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62E4A; }
p { color: rgb(246,46,74); }
H1.HeaderClassName
{
color: #F62E4A;
}
.AnyTagClassName
{
color: #F62E4A;
}
</style>
background-color css
<style>
a { background-color: #F62E4A; }
a { background-color: rgb(246,46,74); }
div.DivClassName
{
background-color: #F62E4A;
}
.BgClassName
{
background-color: #F62E4A;
}
</style>
border-color css
<style>
span { border-color: #F62E4A; }
span { border-color: rgb(246,46,74); }
td.TdClassName
{
border-color: #F62E4A;
}
.TagClassName
{
border-color: #F62E4A;
}
</style>