Shades of Amaranth #F6324C
Tints of Amaranth #F6324C
RGB
CMYK
RGB Variations
Color information
#F6324C (or 0xF6324C) is known color: Amaranth. HEX triplet: F6, 32 and 4C. RGB value is (246,50,76). Sum of RGB (Red+Green+Blue) = 246+50+76=372 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.13% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 246 - color contains mainly: red. Hex color #F6324C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6324C is #09CDB3. Grayscale: #6F6F6F. Windows color (decimal): -642484 or 4993782. OLE color: 4993782.
HSL color Cylindrical-coordinate representation of color #F6324C: hue angle of 352.04º 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 #F6324C is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 76 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.04 |
| HSL | 352.04º | 0.92% | 0.58% | - |
| HSV(B) | 352.04º | 0.8% | 0.96% | - |
| XYZ | 40.45 | 22.4 | 9.03 | - |
| YUV | 111.57 | 107.93 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 76 | 0 | 0.80 | 0.69 | 0.04 | 352.04 | 0.92 | 0.58 |
| Hex | F6 | 32 | 4C | 0 | 50 | 45 | 4 | 160 | 5C | 3A |
| Octal | 366 | 62 | 114 | 0 | 120 | 105 | 4 | 540 | 134 | 72 |
| Binary | 11110110 | 110010 | 1001100 | 0 | 1010000 | 1000101 | 100 | 101100000 | 1011100 | 111010 |
Color Harmonies of #F6324C
Complementary color
Monochromatic Colors of #F6324C
Black with #F6324C
Text Example
Text Example
White with #F6324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6324C; }
p { color: rgb(246,50,76); }
H1.HeaderClassName
{
color: #F6324C;
}
.AnyTagClassName
{
color: #F6324C;
}
</style>
background-color css
<style>
a { background-color: #F6324C; }
a { background-color: rgb(246,50,76); }
div.DivClassName
{
background-color: #F6324C;
}
.BgClassName
{
background-color: #F6324C;
}
</style>
border-color css
<style>
span { border-color: #F6324C; }
span { border-color: rgb(246,50,76); }
td.TdClassName
{
border-color: #F6324C;
}
.TagClassName
{
border-color: #F6324C;
}
</style>