Shades of Amaranth #F62852
Tints of Amaranth #F62852
RGB
CMYK
RGB Variations
Color information
#F62852 (or 0xF62852) is known color: Amaranth. HEX triplet: F6, 28 and 52. RGB value is (246,40,82). Sum of RGB (Red+Green+Blue) = 246+40+82=368 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.85% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 246 - color contains mainly: red. Hex color #F62852 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62852 is #09D7AD. Grayscale: #6A6A6A. Windows color (decimal): -645038 or 5384438. OLE color: 5384438.
HSL color Cylindrical-coordinate representation of color #F62852: hue angle of 347.77º 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 #F62852 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 40 | 82 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.04 |
| HSL | 347.77º | 0.92% | 0.56% | - |
| HSV(B) | 347.77º | 0.84% | 0.96% | - |
| XYZ | 40.29 | 21.72 | 10.05 | - |
| YUV | 106.38 | 114.25 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 40 | 82 | 0 | 0.84 | 0.67 | 0.04 | 347.77 | 0.92 | 0.56 |
| Hex | F6 | 28 | 52 | 0 | 54 | 43 | 4 | 15C | 5C | 38 |
| Octal | 366 | 50 | 122 | 0 | 124 | 103 | 4 | 534 | 134 | 70 |
| Binary | 11110110 | 101000 | 1010010 | 0 | 1010100 | 1000011 | 100 | 101011100 | 1011100 | 111000 |
Color Harmonies of #F62852
Complementary color
Monochromatic Colors of #F62852
Black with #F62852
Text Example
Text Example
White with #F62852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62852; }
p { color: rgb(246,40,82); }
H1.HeaderClassName
{
color: #F62852;
}
.AnyTagClassName
{
color: #F62852;
}
</style>
background-color css
<style>
a { background-color: #F62852; }
a { background-color: rgb(246,40,82); }
div.DivClassName
{
background-color: #F62852;
}
.BgClassName
{
background-color: #F62852;
}
</style>
border-color css
<style>
span { border-color: #F62852; }
span { border-color: rgb(246,40,82); }
td.TdClassName
{
border-color: #F62852;
}
.TagClassName
{
border-color: #F62852;
}
</style>