Shades of Amaranth #F61D4A
Tints of Amaranth #F61D4A
RGB
CMYK
RGB Variations
Color information
#F61D4A (or 0xF61D4A) is known color: Amaranth. HEX triplet: F6, 1D and 4A. RGB value is (246,29,74). Sum of RGB (Red+Green+Blue) = 246+29+74=349 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.49% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 246 - color contains mainly: red. Hex color #F61D4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61D4A is #09E2B5. Grayscale: #636363. Windows color (decimal): -647862 or 4857334. OLE color: 4857334.
HSL color Cylindrical-coordinate representation of color #F61D4A: hue angle of 347.56º 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 #F61D4A is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 29 | 74 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.04 |
| HSL | 347.56º | 0.92% | 0.54% | - |
| HSV(B) | 347.56º | 0.88% | 0.96% | - |
| XYZ | 39.68 | 20.97 | 8.43 | - |
| YUV | 99.01 | 113.89 | 232.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 29 | 74 | 0 | 0.88 | 0.70 | 0.04 | 347.56 | 0.92 | 0.54 |
| Hex | F6 | 1D | 4A | 0 | 58 | 46 | 4 | 15C | 5C | 36 |
| Octal | 366 | 35 | 112 | 0 | 130 | 106 | 4 | 534 | 134 | 66 |
| Binary | 11110110 | 11101 | 1001010 | 0 | 1011000 | 1000110 | 100 | 101011100 | 1011100 | 110110 |
Color Harmonies of #F61D4A
Complementary color
Monochromatic Colors of #F61D4A
Black with #F61D4A
Text Example
Text Example
White with #F61D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61D4A; }
p { color: rgb(246,29,74); }
H1.HeaderClassName
{
color: #F61D4A;
}
.AnyTagClassName
{
color: #F61D4A;
}
</style>
background-color css
<style>
a { background-color: #F61D4A; }
a { background-color: rgb(246,29,74); }
div.DivClassName
{
background-color: #F61D4A;
}
.BgClassName
{
background-color: #F61D4A;
}
</style>
border-color css
<style>
span { border-color: #F61D4A; }
span { border-color: rgb(246,29,74); }
td.TdClassName
{
border-color: #F61D4A;
}
.TagClassName
{
border-color: #F61D4A;
}
</style>