Shades of Amaranth #F62048
Tints of Amaranth #F62048
RGB
CMYK
RGB Variations
Color information
#F62048 (or 0xF62048) is known color: Amaranth. HEX triplet: F6, 20 and 48. RGB value is (246,32,72). Sum of RGB (Red+Green+Blue) = 246+32+72=350 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.29% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 246 - color contains mainly: red. Hex color #F62048 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62048 is #09DFB7. Grayscale: #646464. Windows color (decimal): -647096 or 4727030. OLE color: 4727030.
HSL color Cylindrical-coordinate representation of color #F62048: hue angle of 348.79º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F62048 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 32 | 72 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.04 |
| HSL | 348.79º | 0.92% | 0.55% | - |
| HSV(B) | 348.79º | 0.87% | 0.96% | - |
| XYZ | 39.69 | 21.09 | 8.11 | - |
| YUV | 100.55 | 111.9 | 231.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 32 | 72 | 0 | 0.87 | 0.71 | 0.04 | 348.79 | 0.92 | 0.55 |
| Hex | F6 | 20 | 48 | 0 | 57 | 47 | 4 | 15D | 5C | 37 |
| Octal | 366 | 40 | 110 | 0 | 127 | 107 | 4 | 535 | 134 | 67 |
| Binary | 11110110 | 100000 | 1001000 | 0 | 1010111 | 1000111 | 100 | 101011101 | 1011100 | 110111 |
Color Harmonies of #F62048
Complementary color
Monochromatic Colors of #F62048
Black with #F62048
Text Example
Text Example
White with #F62048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62048; }
p { color: rgb(246,32,72); }
H1.HeaderClassName
{
color: #F62048;
}
.AnyTagClassName
{
color: #F62048;
}
</style>
background-color css
<style>
a { background-color: #F62048; }
a { background-color: rgb(246,32,72); }
div.DivClassName
{
background-color: #F62048;
}
.BgClassName
{
background-color: #F62048;
}
</style>
border-color css
<style>
span { border-color: #F62048; }
span { border-color: rgb(246,32,72); }
td.TdClassName
{
border-color: #F62048;
}
.TagClassName
{
border-color: #F62048;
}
</style>