Shades of Amaranth #F62E44
Tints of Amaranth #F62E44
RGB
CMYK
RGB Variations
Color information
#F62E44 (or 0xF62E44) is known color: Amaranth. HEX triplet: F6, 2E and 44. RGB value is (246,46,68). Sum of RGB (Red+Green+Blue) = 246+46+68=360 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.33% from 360); Green value is 46 (18.36% from 255 or 12.78% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 246 - color contains mainly: red. Hex color #F62E44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62E44 is #09D1BB. Grayscale: #6C6C6C. Windows color (decimal): -643516 or 4468470. OLE color: 4468470.
HSL color Cylindrical-coordinate representation of color #F62E44: hue angle of 353.4º 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 #F62E44 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 46 | 68 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.04 |
| HSL | 353.4º | 0.92% | 0.57% | - |
| HSV(B) | 353.4º | 0.81% | 0.96% | - |
| XYZ | 40.03 | 21.96 | 7.6 | - |
| YUV | 108.31 | 105.26 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 46 | 68 | 0 | 0.81 | 0.72 | 0.04 | 353.4 | 0.92 | 0.57 |
| Hex | F6 | 2E | 44 | 0 | 51 | 48 | 4 | 161 | 5C | 39 |
| Octal | 366 | 56 | 104 | 0 | 121 | 110 | 4 | 541 | 134 | 71 |
| Binary | 11110110 | 101110 | 1000100 | 0 | 1010001 | 1001000 | 100 | 101100001 | 1011100 | 111001 |
Color Harmonies of #F62E44
Complementary color
Monochromatic Colors of #F62E44
Black with #F62E44
Text Example
Text Example
White with #F62E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62E44; }
p { color: rgb(246,46,68); }
H1.HeaderClassName
{
color: #F62E44;
}
.AnyTagClassName
{
color: #F62E44;
}
</style>
background-color css
<style>
a { background-color: #F62E44; }
a { background-color: rgb(246,46,68); }
div.DivClassName
{
background-color: #F62E44;
}
.BgClassName
{
background-color: #F62E44;
}
</style>
border-color css
<style>
span { border-color: #F62E44; }
span { border-color: rgb(246,46,68); }
td.TdClassName
{
border-color: #F62E44;
}
.TagClassName
{
border-color: #F62E44;
}
</style>