Shades of Amaranth #F61D5C
Tints of Amaranth #F61D5C
RGB
CMYK
RGB Variations
Color information
#F61D5C (or 0xF61D5C) is known color: Amaranth. HEX triplet: F6, 1D and 5C. RGB value is (246,29,92). Sum of RGB (Red+Green+Blue) = 246+29+92=367 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.03% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 246 - color contains mainly: red. Hex color #F61D5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61D5C is #09E2A3. Grayscale: #656565. Windows color (decimal): -647844 or 6036982. OLE color: 6036982.
HSL color Cylindrical-coordinate representation of color #F61D5C: hue angle of 342.58º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F61D5C is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 29 | 92 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.04 |
| HSL | 342.58º | 0.92% | 0.54% | - |
| HSV(B) | 342.58º | 0.88% | 0.96% | - |
| XYZ | 40.38 | 21.24 | 12.1 | - |
| YUV | 101.07 | 122.89 | 231.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 29 | 92 | 0 | 0.88 | 0.63 | 0.04 | 342.58 | 0.92 | 0.54 |
| Hex | F6 | 1D | 5C | 0 | 58 | 3F | 4 | 157 | 5C | 36 |
| Octal | 366 | 35 | 134 | 0 | 130 | 77 | 4 | 527 | 134 | 66 |
| Binary | 11110110 | 11101 | 1011100 | 0 | 1011000 | 111111 | 100 | 101010111 | 1011100 | 110110 |
Color Harmonies of #F61D5C
Complementary color
Monochromatic Colors of #F61D5C
Black with #F61D5C
Text Example
Text Example
White with #F61D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61D5C; }
p { color: rgb(246,29,92); }
H1.HeaderClassName
{
color: #F61D5C;
}
.AnyTagClassName
{
color: #F61D5C;
}
</style>
background-color css
<style>
a { background-color: #F61D5C; }
a { background-color: rgb(246,29,92); }
div.DivClassName
{
background-color: #F61D5C;
}
.BgClassName
{
background-color: #F61D5C;
}
</style>
border-color css
<style>
span { border-color: #F61D5C; }
span { border-color: rgb(246,29,92); }
td.TdClassName
{
border-color: #F61D5C;
}
.TagClassName
{
border-color: #F61D5C;
}
</style>