Shades of Amaranth #F31D4E
Tints of Amaranth #F31D4E
RGB
CMYK
RGB Variations
Color information
#F31D4E (or 0xF31D4E) is known color: Amaranth. HEX triplet: F3, 1D and 4E. RGB value is (243,29,78). Sum of RGB (Red+Green+Blue) = 243+29+78=350 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.43% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 243 - color contains mainly: red. Hex color #F31D4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31D4E is #0CE2B1. Grayscale: #626262. Windows color (decimal): -844466 or 5119475. OLE color: 5119475.
HSL color Cylindrical-coordinate representation of color #F31D4E: hue angle of 346.26º 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 #F31D4E is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 78 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.05 |
| HSL | 346.26º | 0.9% | 0.53% | - |
| HSV(B) | 346.26º | 0.88% | 0.95% | - |
| XYZ | 38.78 | 20.48 | 9.12 | - |
| YUV | 98.57 | 116.4 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 78 | 0 | 0.88 | 0.68 | 0.05 | 346.26 | 0.9 | 0.53 |
| Hex | F3 | 1D | 4E | 0 | 58 | 44 | 5 | 15A | 5A | 35 |
| Octal | 363 | 35 | 116 | 0 | 130 | 104 | 5 | 532 | 132 | 65 |
| Binary | 11110011 | 11101 | 1001110 | 0 | 1011000 | 1000100 | 101 | 101011010 | 1011010 | 110101 |
Color Harmonies of #F31D4E
Complementary color
Monochromatic Colors of #F31D4E
Black with #F31D4E
Text Example
Text Example
White with #F31D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31D4E; }
p { color: rgb(243,29,78); }
H1.HeaderClassName
{
color: #F31D4E;
}
.AnyTagClassName
{
color: #F31D4E;
}
</style>
background-color css
<style>
a { background-color: #F31D4E; }
a { background-color: rgb(243,29,78); }
div.DivClassName
{
background-color: #F31D4E;
}
.BgClassName
{
background-color: #F31D4E;
}
</style>
border-color css
<style>
span { border-color: #F31D4E; }
span { border-color: rgb(243,29,78); }
td.TdClassName
{
border-color: #F31D4E;
}
.TagClassName
{
border-color: #F31D4E;
}
</style>