Shades of Amaranth #F63645
Tints of Amaranth #F63645
RGB
CMYK
RGB Variations
Color information
#F63645 (or 0xF63645) is known color: Amaranth. HEX triplet: F6, 36 and 45. RGB value is (246,54,69). Sum of RGB (Red+Green+Blue) = 246+54+69=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F63645 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63645 is #09C9BA. Grayscale: #717171. Windows color (decimal): -641467 or 4536054. OLE color: 4536054.
HSL color Cylindrical-coordinate representation of color #F63645: hue angle of 355.31º 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 #F63645 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 54 | 69 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.04 |
| HSL | 355.31º | 0.91% | 0.59% | - |
| HSV(B) | 355.31º | 0.78% | 0.96% | - |
| XYZ | 40.4 | 22.66 | 7.87 | - |
| YUV | 113.12 | 103.11 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 54 | 69 | 0 | 0.78 | 0.72 | 0.04 | 355.31 | 0.91 | 0.59 |
| Hex | F6 | 36 | 45 | 0 | 4E | 48 | 4 | 163 | 5B | 3B |
| Octal | 366 | 66 | 105 | 0 | 116 | 110 | 4 | 543 | 133 | 73 |
| Binary | 11110110 | 110110 | 1000101 | 0 | 1001110 | 1001000 | 100 | 101100011 | 1011011 | 111011 |
Color Harmonies of #F63645
Complementary color
Monochromatic Colors of #F63645
Black with #F63645
Text Example
Text Example
White with #F63645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63645; }
p { color: rgb(246,54,69); }
H1.HeaderClassName
{
color: #F63645;
}
.AnyTagClassName
{
color: #F63645;
}
</style>
background-color css
<style>
a { background-color: #F63645; }
a { background-color: rgb(246,54,69); }
div.DivClassName
{
background-color: #F63645;
}
.BgClassName
{
background-color: #F63645;
}
</style>
border-color css
<style>
span { border-color: #F63645; }
span { border-color: rgb(246,54,69); }
td.TdClassName
{
border-color: #F63645;
}
.TagClassName
{
border-color: #F63645;
}
</style>