Shades of Amaranth #F62752
Tints of Amaranth #F62752
RGB
CMYK
RGB Variations
Color information
#F62752 (or 0xF62752) is known color: Amaranth. HEX triplet: F6, 27 and 52. RGB value is (246,39,82). Sum of RGB (Red+Green+Blue) = 246+39+82=367 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.03% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 246 - color contains mainly: red. Hex color #F62752 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62752 is #09D8AD. Grayscale: #696969. Windows color (decimal): -645294 or 5384182. OLE color: 5384182.
HSL color Cylindrical-coordinate representation of color #F62752: hue angle of 347.54º 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 #F62752 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 39 | 82 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.04 |
| HSL | 347.54º | 0.92% | 0.56% | - |
| HSV(B) | 347.54º | 0.84% | 0.96% | - |
| XYZ | 40.25 | 21.65 | 10.04 | - |
| YUV | 105.8 | 114.58 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 39 | 82 | 0 | 0.84 | 0.67 | 0.04 | 347.54 | 0.92 | 0.56 |
| Hex | F6 | 27 | 52 | 0 | 54 | 43 | 4 | 15C | 5C | 38 |
| Octal | 366 | 47 | 122 | 0 | 124 | 103 | 4 | 534 | 134 | 70 |
| Binary | 11110110 | 100111 | 1010010 | 0 | 1010100 | 1000011 | 100 | 101011100 | 1011100 | 111000 |
Color Harmonies of #F62752
Complementary color
Monochromatic Colors of #F62752
Black with #F62752
Text Example
Text Example
White with #F62752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62752; }
p { color: rgb(246,39,82); }
H1.HeaderClassName
{
color: #F62752;
}
.AnyTagClassName
{
color: #F62752;
}
</style>
background-color css
<style>
a { background-color: #F62752; }
a { background-color: rgb(246,39,82); }
div.DivClassName
{
background-color: #F62752;
}
.BgClassName
{
background-color: #F62752;
}
</style>
border-color css
<style>
span { border-color: #F62752; }
span { border-color: rgb(246,39,82); }
td.TdClassName
{
border-color: #F62752;
}
.TagClassName
{
border-color: #F62752;
}
</style>