Shades of Amaranth #F63249
Tints of Amaranth #F63249
RGB
CMYK
RGB Variations
Color information
#F63249 (or 0xF63249) is known color: Amaranth. HEX triplet: F6, 32 and 49. RGB value is (246,50,73). Sum of RGB (Red+Green+Blue) = 246+50+73=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F63249 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63249 is #09CDB6. Grayscale: #6F6F6F. Windows color (decimal): -642487 or 4797174. OLE color: 4797174.
HSL color Cylindrical-coordinate representation of color #F63249: hue angle of 352.96º 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 #F63249 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 73 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.04 |
| HSL | 352.96º | 0.92% | 0.58% | - |
| HSV(B) | 352.96º | 0.8% | 0.96% | - |
| XYZ | 40.35 | 22.36 | 8.49 | - |
| YUV | 111.23 | 106.43 | 224.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 73 | 0 | 0.80 | 0.70 | 0.04 | 352.96 | 0.92 | 0.58 |
| Hex | F6 | 32 | 49 | 0 | 50 | 46 | 4 | 161 | 5C | 3A |
| Octal | 366 | 62 | 111 | 0 | 120 | 106 | 4 | 541 | 134 | 72 |
| Binary | 11110110 | 110010 | 1001001 | 0 | 1010000 | 1000110 | 100 | 101100001 | 1011100 | 111010 |
Color Harmonies of #F63249
Complementary color
Monochromatic Colors of #F63249
Black with #F63249
Text Example
Text Example
White with #F63249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63249; }
p { color: rgb(246,50,73); }
H1.HeaderClassName
{
color: #F63249;
}
.AnyTagClassName
{
color: #F63249;
}
</style>
background-color css
<style>
a { background-color: #F63249; }
a { background-color: rgb(246,50,73); }
div.DivClassName
{
background-color: #F63249;
}
.BgClassName
{
background-color: #F63249;
}
</style>
border-color css
<style>
span { border-color: #F63249; }
span { border-color: rgb(246,50,73); }
td.TdClassName
{
border-color: #F63249;
}
.TagClassName
{
border-color: #F63249;
}
</style>