Shades of Amaranth #F31E51
Tints of Amaranth #F31E51
RGB
CMYK
RGB Variations
Color information
#F31E51 (or 0xF31E51) is known color: Amaranth. HEX triplet: F3, 1E and 51. RGB value is (243,30,81). Sum of RGB (Red+Green+Blue) = 243+30+81=354 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.64% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31E51 is #0CE1AE. Grayscale: #636363. Windows color (decimal): -844207 or 5316339. OLE color: 5316339.
HSL color Cylindrical-coordinate representation of color #F31E51: hue angle of 345.63º 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 #F31E51 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 81 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.05 |
| HSL | 345.63º | 0.9% | 0.54% | - |
| HSV(B) | 345.63º | 0.88% | 0.95% | - |
| XYZ | 38.91 | 20.58 | 9.71 | - |
| YUV | 99.5 | 117.57 | 230.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 81 | 0 | 0.88 | 0.67 | 0.05 | 345.63 | 0.9 | 0.54 |
| Hex | F3 | 1E | 51 | 0 | 58 | 43 | 5 | 15A | 5A | 36 |
| Octal | 363 | 36 | 121 | 0 | 130 | 103 | 5 | 532 | 132 | 66 |
| Binary | 11110011 | 11110 | 1010001 | 0 | 1011000 | 1000011 | 101 | 101011010 | 1011010 | 110110 |
Color Harmonies of #F31E51
Complementary color
Monochromatic Colors of #F31E51
Black with #F31E51
Text Example
Text Example
White with #F31E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31E51; }
p { color: rgb(243,30,81); }
H1.HeaderClassName
{
color: #F31E51;
}
.AnyTagClassName
{
color: #F31E51;
}
</style>
background-color css
<style>
a { background-color: #F31E51; }
a { background-color: rgb(243,30,81); }
div.DivClassName
{
background-color: #F31E51;
}
.BgClassName
{
background-color: #F31E51;
}
</style>
border-color css
<style>
span { border-color: #F31E51; }
span { border-color: rgb(243,30,81); }
td.TdClassName
{
border-color: #F31E51;
}
.TagClassName
{
border-color: #F31E51;
}
</style>