Shades of Amaranth #F31E5B
Tints of Amaranth #F31E5B
RGB
CMYK
RGB Variations
Color information
#F31E5B (or 0xF31E5B) is known color: Amaranth. HEX triplet: F3, 1E and 5B. RGB value is (243,30,91). Sum of RGB (Red+Green+Blue) = 243+30+91=364 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.76% from 364); Green value is 30 (12.11% from 255 or 8.24% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31E5B is #0CE1A4. Grayscale: #646464. Windows color (decimal): -844197 or 5971699. OLE color: 5971699.
HSL color Cylindrical-coordinate representation of color #F31E5B: hue angle of 342.82º 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 #F31E5B is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 91 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.05 |
| HSL | 342.82º | 0.9% | 0.54% | - |
| HSV(B) | 342.82º | 0.88% | 0.95% | - |
| XYZ | 39.31 | 20.74 | 11.83 | - |
| YUV | 100.64 | 122.57 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 91 | 0 | 0.88 | 0.63 | 0.05 | 342.82 | 0.9 | 0.54 |
| Hex | F3 | 1E | 5B | 0 | 58 | 3F | 5 | 157 | 5A | 36 |
| Octal | 363 | 36 | 133 | 0 | 130 | 77 | 5 | 527 | 132 | 66 |
| Binary | 11110011 | 11110 | 1011011 | 0 | 1011000 | 111111 | 101 | 101010111 | 1011010 | 110110 |
Color Harmonies of #F31E5B
Complementary color
Monochromatic Colors of #F31E5B
Black with #F31E5B
Text Example
Text Example
White with #F31E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31E5B; }
p { color: rgb(243,30,91); }
H1.HeaderClassName
{
color: #F31E5B;
}
.AnyTagClassName
{
color: #F31E5B;
}
</style>
background-color css
<style>
a { background-color: #F31E5B; }
a { background-color: rgb(243,30,91); }
div.DivClassName
{
background-color: #F31E5B;
}
.BgClassName
{
background-color: #F31E5B;
}
</style>
border-color css
<style>
span { border-color: #F31E5B; }
span { border-color: rgb(243,30,91); }
td.TdClassName
{
border-color: #F31E5B;
}
.TagClassName
{
border-color: #F31E5B;
}
</style>