Shades of Amaranth #F31E5C
Tints of Amaranth #F31E5C
RGB
CMYK
RGB Variations
Color information
#F31E5C (or 0xF31E5C) is known color: Amaranth. HEX triplet: F3, 1E and 5C. RGB value is (243,30,92). Sum of RGB (Red+Green+Blue) = 243+30+92=365 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.58% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31E5C is #0CE1A3. Grayscale: #646464. Windows color (decimal): -844196 or 6037235. OLE color: 6037235.
HSL color Cylindrical-coordinate representation of color #F31E5C: hue angle of 342.54º 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 #F31E5C is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 92 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.05 |
| HSL | 342.54º | 0.9% | 0.54% | - |
| HSV(B) | 342.54º | 0.88% | 0.95% | - |
| XYZ | 39.36 | 20.76 | 12.06 | - |
| YUV | 100.76 | 123.07 | 229.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 92 | 0 | 0.88 | 0.62 | 0.05 | 342.54 | 0.9 | 0.54 |
| Hex | F3 | 1E | 5C | 0 | 58 | 3E | 5 | 157 | 5A | 36 |
| Octal | 363 | 36 | 134 | 0 | 130 | 76 | 5 | 527 | 132 | 66 |
| Binary | 11110011 | 11110 | 1011100 | 0 | 1011000 | 111110 | 101 | 101010111 | 1011010 | 110110 |
Color Harmonies of #F31E5C
Complementary color
Monochromatic Colors of #F31E5C
Black with #F31E5C
Text Example
Text Example
White with #F31E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31E5C; }
p { color: rgb(243,30,92); }
H1.HeaderClassName
{
color: #F31E5C;
}
.AnyTagClassName
{
color: #F31E5C;
}
</style>
background-color css
<style>
a { background-color: #F31E5C; }
a { background-color: rgb(243,30,92); }
div.DivClassName
{
background-color: #F31E5C;
}
.BgClassName
{
background-color: #F31E5C;
}
</style>
border-color css
<style>
span { border-color: #F31E5C; }
span { border-color: rgb(243,30,92); }
td.TdClassName
{
border-color: #F31E5C;
}
.TagClassName
{
border-color: #F31E5C;
}
</style>