Shades of Amaranth #F63245
Tints of Amaranth #F63245
RGB
CMYK
RGB Variations
Color information
#F63245 (or 0xF63245) is known color: Amaranth. HEX triplet: F6, 32 and 45. RGB value is (246,50,69). Sum of RGB (Red+Green+Blue) = 246+50+69=365 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.40% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 246 - color contains mainly: red. Hex color #F63245 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63245 is #09CDBA. Grayscale: #6E6E6E. Windows color (decimal): -642491 or 4535030. OLE color: 4535030.
HSL color Cylindrical-coordinate representation of color #F63245: hue angle of 354.18º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F63245 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 69 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.04 |
| HSL | 354.18º | 0.92% | 0.58% | - |
| HSV(B) | 354.18º | 0.8% | 0.96% | - |
| XYZ | 40.22 | 22.3 | 7.82 | - |
| YUV | 110.77 | 104.43 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 69 | 0 | 0.80 | 0.72 | 0.04 | 354.18 | 0.92 | 0.58 |
| Hex | F6 | 32 | 45 | 0 | 50 | 48 | 4 | 162 | 5C | 3A |
| Octal | 366 | 62 | 105 | 0 | 120 | 110 | 4 | 542 | 134 | 72 |
| Binary | 11110110 | 110010 | 1000101 | 0 | 1010000 | 1001000 | 100 | 101100010 | 1011100 | 111010 |
Color Harmonies of #F63245
Complementary color
Monochromatic Colors of #F63245
Black with #F63245
Text Example
Text Example
White with #F63245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63245; }
p { color: rgb(246,50,69); }
H1.HeaderClassName
{
color: #F63245;
}
.AnyTagClassName
{
color: #F63245;
}
</style>
background-color css
<style>
a { background-color: #F63245; }
a { background-color: rgb(246,50,69); }
div.DivClassName
{
background-color: #F63245;
}
.BgClassName
{
background-color: #F63245;
}
</style>
border-color css
<style>
span { border-color: #F63245; }
span { border-color: rgb(246,50,69); }
td.TdClassName
{
border-color: #F63245;
}
.TagClassName
{
border-color: #F63245;
}
</style>