Shades of Amaranth #F63647
Tints of Amaranth #F63647
RGB
CMYK
RGB Variations
Color information
#F63647 (or 0xF63647) is known color: Amaranth. HEX triplet: F6, 36 and 47. RGB value is (246,54,71). Sum of RGB (Red+Green+Blue) = 246+54+71=371 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.31% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 246 - color contains mainly: red. Hex color #F63647 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63647 is #09C9B8. Grayscale: #717171. Windows color (decimal): -641465 or 4667126. OLE color: 4667126.
HSL color Cylindrical-coordinate representation of color #F63647: hue angle of 354.69º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F63647 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 54 | 71 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.04 |
| HSL | 354.69º | 0.91% | 0.59% | - |
| HSV(B) | 354.69º | 0.78% | 0.96% | - |
| XYZ | 40.46 | 22.69 | 8.21 | - |
| YUV | 113.35 | 104.11 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 54 | 71 | 0 | 0.78 | 0.71 | 0.04 | 354.69 | 0.91 | 0.59 |
| Hex | F6 | 36 | 47 | 0 | 4E | 47 | 4 | 163 | 5B | 3B |
| Octal | 366 | 66 | 107 | 0 | 116 | 107 | 4 | 543 | 133 | 73 |
| Binary | 11110110 | 110110 | 1000111 | 0 | 1001110 | 1000111 | 100 | 101100011 | 1011011 | 111011 |
Color Harmonies of #F63647
Complementary color
Monochromatic Colors of #F63647
Black with #F63647
Text Example
Text Example
White with #F63647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63647; }
p { color: rgb(246,54,71); }
H1.HeaderClassName
{
color: #F63647;
}
.AnyTagClassName
{
color: #F63647;
}
</style>
background-color css
<style>
a { background-color: #F63647; }
a { background-color: rgb(246,54,71); }
div.DivClassName
{
background-color: #F63647;
}
.BgClassName
{
background-color: #F63647;
}
</style>
border-color css
<style>
span { border-color: #F63647; }
span { border-color: rgb(246,54,71); }
td.TdClassName
{
border-color: #F63647;
}
.TagClassName
{
border-color: #F63647;
}
</style>