Shades of Amaranth #F61D5A
Tints of Amaranth #F61D5A
RGB
CMYK
RGB Variations
Color information
#F61D5A (or 0xF61D5A) is known color: Amaranth. HEX triplet: F6, 1D and 5A. RGB value is (246,29,90). Sum of RGB (Red+Green+Blue) = 246+29+90=365 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.40% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 246 - color contains mainly: red. Hex color #F61D5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61D5A is #09E2A5. Grayscale: #646464. Windows color (decimal): -647846 or 5905910. OLE color: 5905910.
HSL color Cylindrical-coordinate representation of color #F61D5A: hue angle of 343.13º 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 #F61D5A is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 29 | 90 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.04 |
| HSL | 343.13º | 0.92% | 0.54% | - |
| HSV(B) | 343.13º | 0.88% | 0.96% | - |
| XYZ | 40.29 | 21.21 | 11.64 | - |
| YUV | 100.84 | 121.89 | 231.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 29 | 90 | 0 | 0.88 | 0.63 | 0.04 | 343.13 | 0.92 | 0.54 |
| Hex | F6 | 1D | 5A | 0 | 58 | 3F | 4 | 157 | 5C | 36 |
| Octal | 366 | 35 | 132 | 0 | 130 | 77 | 4 | 527 | 134 | 66 |
| Binary | 11110110 | 11101 | 1011010 | 0 | 1011000 | 111111 | 100 | 101010111 | 1011100 | 110110 |
Color Harmonies of #F61D5A
Complementary color
Monochromatic Colors of #F61D5A
Black with #F61D5A
Text Example
Text Example
White with #F61D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61D5A; }
p { color: rgb(246,29,90); }
H1.HeaderClassName
{
color: #F61D5A;
}
.AnyTagClassName
{
color: #F61D5A;
}
</style>
background-color css
<style>
a { background-color: #F61D5A; }
a { background-color: rgb(246,29,90); }
div.DivClassName
{
background-color: #F61D5A;
}
.BgClassName
{
background-color: #F61D5A;
}
</style>
border-color css
<style>
span { border-color: #F61D5A; }
span { border-color: rgb(246,29,90); }
td.TdClassName
{
border-color: #F61D5A;
}
.TagClassName
{
border-color: #F61D5A;
}
</style>