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