Shades of Amaranth #F31E4D
Tints of Amaranth #F31E4D
RGB
CMYK
RGB Variations
Color information
#F31E4D (or 0xF31E4D) is known color: Amaranth. HEX triplet: F3, 1E and 4D. RGB value is (243,30,77). Sum of RGB (Red+Green+Blue) = 243+30+77=350 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.43% from 350); Green value is 30 (12.11% from 255 or 8.57% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31E4D is #0CE1B2. Grayscale: #636363. Windows color (decimal): -844211 or 5054195. OLE color: 5054195.
HSL color Cylindrical-coordinate representation of color #F31E4D: hue angle of 346.76º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31E4D is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 77 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.05 |
| HSL | 346.76º | 0.9% | 0.54% | - |
| HSV(B) | 346.76º | 0.88% | 0.95% | - |
| XYZ | 38.77 | 20.52 | 8.94 | - |
| YUV | 99.05 | 115.57 | 230.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 77 | 0 | 0.88 | 0.68 | 0.05 | 346.76 | 0.9 | 0.54 |
| Hex | F3 | 1E | 4D | 0 | 58 | 44 | 5 | 15B | 5A | 36 |
| Octal | 363 | 36 | 115 | 0 | 130 | 104 | 5 | 533 | 132 | 66 |
| Binary | 11110011 | 11110 | 1001101 | 0 | 1011000 | 1000100 | 101 | 101011011 | 1011010 | 110110 |
Color Harmonies of #F31E4D
Complementary color
Monochromatic Colors of #F31E4D
Black with #F31E4D
Text Example
Text Example
White with #F31E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31E4D; }
p { color: rgb(243,30,77); }
H1.HeaderClassName
{
color: #F31E4D;
}
.AnyTagClassName
{
color: #F31E4D;
}
</style>
background-color css
<style>
a { background-color: #F31E4D; }
a { background-color: rgb(243,30,77); }
div.DivClassName
{
background-color: #F31E4D;
}
.BgClassName
{
background-color: #F31E4D;
}
</style>
border-color css
<style>
span { border-color: #F31E4D; }
span { border-color: rgb(243,30,77); }
td.TdClassName
{
border-color: #F31E4D;
}
.TagClassName
{
border-color: #F31E4D;
}
</style>