Shades of Amaranth #F6324A
Tints of Amaranth #F6324A
RGB
CMYK
RGB Variations
Color information
#F6324A (or 0xF6324A) is known color: Amaranth. HEX triplet: F6, 32 and 4A. RGB value is (246,50,74). Sum of RGB (Red+Green+Blue) = 246+50+74=370 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.49% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 246 - color contains mainly: red. Hex color #F6324A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6324A is #09CDB5. Grayscale: #6F6F6F. Windows color (decimal): -642486 or 4862710. OLE color: 4862710.
HSL color Cylindrical-coordinate representation of color #F6324A: hue angle of 352.65º 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 #F6324A is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 74 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.04 |
| HSL | 352.65º | 0.92% | 0.58% | - |
| HSV(B) | 352.65º | 0.8% | 0.96% | - |
| XYZ | 40.38 | 22.37 | 8.67 | - |
| YUV | 111.34 | 106.93 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 74 | 0 | 0.80 | 0.70 | 0.04 | 352.65 | 0.92 | 0.58 |
| Hex | F6 | 32 | 4A | 0 | 50 | 46 | 4 | 161 | 5C | 3A |
| Octal | 366 | 62 | 112 | 0 | 120 | 106 | 4 | 541 | 134 | 72 |
| Binary | 11110110 | 110010 | 1001010 | 0 | 1010000 | 1000110 | 100 | 101100001 | 1011100 | 111010 |
Color Harmonies of #F6324A
Complementary color
Monochromatic Colors of #F6324A
Black with #F6324A
Text Example
Text Example
White with #F6324A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6324A; }
p { color: rgb(246,50,74); }
H1.HeaderClassName
{
color: #F6324A;
}
.AnyTagClassName
{
color: #F6324A;
}
</style>
background-color css
<style>
a { background-color: #F6324A; }
a { background-color: rgb(246,50,74); }
div.DivClassName
{
background-color: #F6324A;
}
.BgClassName
{
background-color: #F6324A;
}
</style>
border-color css
<style>
span { border-color: #F6324A; }
span { border-color: rgb(246,50,74); }
td.TdClassName
{
border-color: #F6324A;
}
.TagClassName
{
border-color: #F6324A;
}
</style>