Shades of Amaranth #F31D5A
Tints of Amaranth #F31D5A
RGB
CMYK
RGB Variations
Color information
#F31D5A (or 0xF31D5A) is known color: Amaranth. HEX triplet: F3, 1D and 5A. RGB value is (243,29,90). Sum of RGB (Red+Green+Blue) = 243+29+90=362 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.13% from 362); Green value is 29 (11.72% from 255 or 8.01% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 243 - color contains mainly: red. Hex color #F31D5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31D5A is #0CE2A5. Grayscale: #636363. Windows color (decimal): -844454 or 5905907. OLE color: 5905907.
HSL color Cylindrical-coordinate representation of color #F31D5A: hue angle of 342.9º 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 #F31D5A is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 90 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.05 |
| HSL | 342.9º | 0.9% | 0.53% | - |
| HSV(B) | 342.9º | 0.88% | 0.95% | - |
| XYZ | 39.25 | 20.67 | 11.59 | - |
| YUV | 99.94 | 122.4 | 230.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 90 | 0 | 0.88 | 0.63 | 0.05 | 342.9 | 0.9 | 0.53 |
| Hex | F3 | 1D | 5A | 0 | 58 | 3F | 5 | 157 | 5A | 35 |
| Octal | 363 | 35 | 132 | 0 | 130 | 77 | 5 | 527 | 132 | 65 |
| Binary | 11110011 | 11101 | 1011010 | 0 | 1011000 | 111111 | 101 | 101010111 | 1011010 | 110101 |
Color Harmonies of #F31D5A
Complementary color
Monochromatic Colors of #F31D5A
Black with #F31D5A
Text Example
Text Example
White with #F31D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31D5A; }
p { color: rgb(243,29,90); }
H1.HeaderClassName
{
color: #F31D5A;
}
.AnyTagClassName
{
color: #F31D5A;
}
</style>
background-color css
<style>
a { background-color: #F31D5A; }
a { background-color: rgb(243,29,90); }
div.DivClassName
{
background-color: #F31D5A;
}
.BgClassName
{
background-color: #F31D5A;
}
</style>
border-color css
<style>
span { border-color: #F31D5A; }
span { border-color: rgb(243,29,90); }
td.TdClassName
{
border-color: #F31D5A;
}
.TagClassName
{
border-color: #F31D5A;
}
</style>