Shades of Amaranth #F63446
Tints of Amaranth #F63446
RGB
CMYK
RGB Variations
Color information
#F63446 (or 0xF63446) is known color: Amaranth. HEX triplet: F6, 34 and 46. RGB value is (246,52,70). Sum of RGB (Red+Green+Blue) = 246+52+70=368 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.85% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 246 - color contains mainly: red. Hex color #F63446 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63446 is #09CBB9. Grayscale: #707070. Windows color (decimal): -641978 or 4601078. OLE color: 4601078.
HSL color Cylindrical-coordinate representation of color #F63446: hue angle of 354.43º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F63446 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 52 | 70 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.04 |
| HSL | 354.43º | 0.92% | 0.58% | - |
| HSV(B) | 354.43º | 0.79% | 0.96% | - |
| XYZ | 40.34 | 22.49 | 8.01 | - |
| YUV | 112.06 | 104.27 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 52 | 70 | 0 | 0.79 | 0.72 | 0.04 | 354.43 | 0.92 | 0.58 |
| Hex | F6 | 34 | 46 | 0 | 4F | 48 | 4 | 162 | 5C | 3A |
| Octal | 366 | 64 | 106 | 0 | 117 | 110 | 4 | 542 | 134 | 72 |
| Binary | 11110110 | 110100 | 1000110 | 0 | 1001111 | 1001000 | 100 | 101100010 | 1011100 | 111010 |
Color Harmonies of #F63446
Complementary color
Monochromatic Colors of #F63446
Black with #F63446
Text Example
Text Example
White with #F63446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63446; }
p { color: rgb(246,52,70); }
H1.HeaderClassName
{
color: #F63446;
}
.AnyTagClassName
{
color: #F63446;
}
</style>
background-color css
<style>
a { background-color: #F63446; }
a { background-color: rgb(246,52,70); }
div.DivClassName
{
background-color: #F63446;
}
.BgClassName
{
background-color: #F63446;
}
</style>
border-color css
<style>
span { border-color: #F63446; }
span { border-color: rgb(246,52,70); }
td.TdClassName
{
border-color: #F63446;
}
.TagClassName
{
border-color: #F63446;
}
</style>