Shades of Amaranth #F62358
Tints of Amaranth #F62358
RGB
CMYK
RGB Variations
Color information
#F62358 (or 0xF62358) is known color: Amaranth. HEX triplet: F6, 23 and 58. RGB value is (246,35,88). Sum of RGB (Red+Green+Blue) = 246+35+88=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F62358 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62358 is #09DCA7. Grayscale: #686868. Windows color (decimal): -646312 or 5776374. OLE color: 5776374.
HSL color Cylindrical-coordinate representation of color #F62358: hue angle of 344.93º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F62358 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 35 | 88 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.04 |
| HSL | 344.93º | 0.92% | 0.55% | - |
| HSV(B) | 344.93º | 0.86% | 0.96% | - |
| XYZ | 40.37 | 21.5 | 11.25 | - |
| YUV | 104.13 | 118.9 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 35 | 88 | 0 | 0.86 | 0.64 | 0.04 | 344.93 | 0.92 | 0.55 |
| Hex | F6 | 23 | 58 | 0 | 56 | 40 | 4 | 159 | 5C | 37 |
| Octal | 366 | 43 | 130 | 0 | 126 | 100 | 4 | 531 | 134 | 67 |
| Binary | 11110110 | 100011 | 1011000 | 0 | 1010110 | 1000000 | 100 | 101011001 | 1011100 | 110111 |
Color Harmonies of #F62358
Complementary color
Monochromatic Colors of #F62358
Black with #F62358
Text Example
Text Example
White with #F62358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62358; }
p { color: rgb(246,35,88); }
H1.HeaderClassName
{
color: #F62358;
}
.AnyTagClassName
{
color: #F62358;
}
</style>
background-color css
<style>
a { background-color: #F62358; }
a { background-color: rgb(246,35,88); }
div.DivClassName
{
background-color: #F62358;
}
.BgClassName
{
background-color: #F62358;
}
</style>
border-color css
<style>
span { border-color: #F62358; }
span { border-color: rgb(246,35,88); }
td.TdClassName
{
border-color: #F62358;
}
.TagClassName
{
border-color: #F62358;
}
</style>