Shades of Amaranth #F31D4D
Tints of Amaranth #F31D4D
RGB
CMYK
RGB Variations
Color information
#F31D4D (or 0xF31D4D) is known color: Amaranth. HEX triplet: F3, 1D and 4D. RGB value is (243,29,77). Sum of RGB (Red+Green+Blue) = 243+29+77=349 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.63% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 243 - color contains mainly: red. Hex color #F31D4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31D4D is #0CE2B2. Grayscale: #626262. Windows color (decimal): -844467 or 5053939. OLE color: 5053939.
HSL color Cylindrical-coordinate representation of color #F31D4D: hue angle of 346.54º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31D4D is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 77 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.05 |
| HSL | 346.54º | 0.9% | 0.53% | - |
| HSV(B) | 346.54º | 0.88% | 0.95% | - |
| XYZ | 38.74 | 20.47 | 8.93 | - |
| YUV | 98.46 | 115.9 | 231.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 77 | 0 | 0.88 | 0.68 | 0.05 | 346.54 | 0.9 | 0.53 |
| Hex | F3 | 1D | 4D | 0 | 58 | 44 | 5 | 15B | 5A | 35 |
| Octal | 363 | 35 | 115 | 0 | 130 | 104 | 5 | 533 | 132 | 65 |
| Binary | 11110011 | 11101 | 1001101 | 0 | 1011000 | 1000100 | 101 | 101011011 | 1011010 | 110101 |
Color Harmonies of #F31D4D
Complementary color
Monochromatic Colors of #F31D4D
Black with #F31D4D
Text Example
Text Example
White with #F31D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31D4D; }
p { color: rgb(243,29,77); }
H1.HeaderClassName
{
color: #F31D4D;
}
.AnyTagClassName
{
color: #F31D4D;
}
</style>
background-color css
<style>
a { background-color: #F31D4D; }
a { background-color: rgb(243,29,77); }
div.DivClassName
{
background-color: #F31D4D;
}
.BgClassName
{
background-color: #F31D4D;
}
</style>
border-color css
<style>
span { border-color: #F31D4D; }
span { border-color: rgb(243,29,77); }
td.TdClassName
{
border-color: #F31D4D;
}
.TagClassName
{
border-color: #F31D4D;
}
</style>