Shades of Amaranth #F6344C
Tints of Amaranth #F6344C
RGB
CMYK
RGB Variations
Color information
#F6344C (or 0xF6344C) is known color: Amaranth. HEX triplet: F6, 34 and 4C. RGB value is (246,52,76). Sum of RGB (Red+Green+Blue) = 246+52+76=374 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.78% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 246 - color contains mainly: red. Hex color #F6344C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6344C is #09CBB3. Grayscale: #707070. Windows color (decimal): -641972 or 4994294. OLE color: 4994294.
HSL color Cylindrical-coordinate representation of color #F6344C: hue angle of 352.58º 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 #F6344C is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 52 | 76 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.04 |
| HSL | 352.58º | 0.92% | 0.58% | - |
| HSV(B) | 352.58º | 0.79% | 0.96% | - |
| XYZ | 40.54 | 22.57 | 9.06 | - |
| YUV | 112.74 | 107.27 | 223.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 52 | 76 | 0 | 0.79 | 0.69 | 0.04 | 352.58 | 0.92 | 0.58 |
| Hex | F6 | 34 | 4C | 0 | 4F | 45 | 4 | 161 | 5C | 3A |
| Octal | 366 | 64 | 114 | 0 | 117 | 105 | 4 | 541 | 134 | 72 |
| Binary | 11110110 | 110100 | 1001100 | 0 | 1001111 | 1000101 | 100 | 101100001 | 1011100 | 111010 |
Color Harmonies of #F6344C
Complementary color
Monochromatic Colors of #F6344C
Black with #F6344C
Text Example
Text Example
White with #F6344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6344C; }
p { color: rgb(246,52,76); }
H1.HeaderClassName
{
color: #F6344C;
}
.AnyTagClassName
{
color: #F6344C;
}
</style>
background-color css
<style>
a { background-color: #F6344C; }
a { background-color: rgb(246,52,76); }
div.DivClassName
{
background-color: #F6344C;
}
.BgClassName
{
background-color: #F6344C;
}
</style>
border-color css
<style>
span { border-color: #F6344C; }
span { border-color: rgb(246,52,76); }
td.TdClassName
{
border-color: #F6344C;
}
.TagClassName
{
border-color: #F6344C;
}
</style>