Shades of Amaranth #F6234D
Tints of Amaranth #F6234D
RGB
CMYK
RGB Variations
Color information
#F6234D (or 0xF6234D) is known color: Amaranth. HEX triplet: F6, 23 and 4D. RGB value is (246,35,77). Sum of RGB (Red+Green+Blue) = 246+35+77=358 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.72% from 358); Green value is 35 (14.06% from 255 or 9.78% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 246 - color contains mainly: red. Hex color #F6234D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6234D is #09DCB2. Grayscale: #666666. Windows color (decimal): -646323 or 5055478. OLE color: 5055478.
HSL color Cylindrical-coordinate representation of color #F6234D: hue angle of 348.06º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F6234D is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 35 | 77 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.04 |
| HSL | 348.06º | 0.92% | 0.55% | - |
| HSV(B) | 348.06º | 0.86% | 0.96% | - |
| XYZ | 39.95 | 21.33 | 9.03 | - |
| YUV | 102.88 | 113.4 | 230.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 35 | 77 | 0 | 0.86 | 0.69 | 0.04 | 348.06 | 0.92 | 0.55 |
| Hex | F6 | 23 | 4D | 0 | 56 | 45 | 4 | 15C | 5C | 37 |
| Octal | 366 | 43 | 115 | 0 | 126 | 105 | 4 | 534 | 134 | 67 |
| Binary | 11110110 | 100011 | 1001101 | 0 | 1010110 | 1000101 | 100 | 101011100 | 1011100 | 110111 |
Color Harmonies of #F6234D
Complementary color
Monochromatic Colors of #F6234D
Black with #F6234D
Text Example
Text Example
White with #F6234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6234D; }
p { color: rgb(246,35,77); }
H1.HeaderClassName
{
color: #F6234D;
}
.AnyTagClassName
{
color: #F6234D;
}
</style>
background-color css
<style>
a { background-color: #F6234D; }
a { background-color: rgb(246,35,77); }
div.DivClassName
{
background-color: #F6234D;
}
.BgClassName
{
background-color: #F6234D;
}
</style>
border-color css
<style>
span { border-color: #F6234D; }
span { border-color: rgb(246,35,77); }
td.TdClassName
{
border-color: #F6234D;
}
.TagClassName
{
border-color: #F6234D;
}
</style>