Shades of Amaranth #F51F5D
Tints of Amaranth #F51F5D
RGB
CMYK
RGB Variations
Color information
#F51F5D (or 0xF51F5D) is known color: Amaranth. HEX triplet: F5, 1F and 5D. RGB value is (245,31,93). Sum of RGB (Red+Green+Blue) = 245+31+93=369 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.40% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 245 - color contains mainly: red. Hex color #F51F5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51F5D is #0AE0A2. Grayscale: #666666. Windows color (decimal): -712867 or 6103029. OLE color: 6103029.
HSL color Cylindrical-coordinate representation of color #F51F5D: hue angle of 342.62º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F51F5D is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 31 | 93 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.04 |
| HSL | 342.62º | 0.91% | 0.54% | - |
| HSV(B) | 342.62º | 0.87% | 0.96% | - |
| XYZ | 40.12 | 21.18 | 12.33 | - |
| YUV | 102.05 | 122.9 | 229.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 31 | 93 | 0 | 0.87 | 0.62 | 0.04 | 342.62 | 0.91 | 0.54 |
| Hex | F5 | 1F | 5D | 0 | 57 | 3E | 4 | 157 | 5B | 36 |
| Octal | 365 | 37 | 135 | 0 | 127 | 76 | 4 | 527 | 133 | 66 |
| Binary | 11110101 | 11111 | 1011101 | 0 | 1010111 | 111110 | 100 | 101010111 | 1011011 | 110110 |
Color Harmonies of #F51F5D
Complementary color
Monochromatic Colors of #F51F5D
Black with #F51F5D
Text Example
Text Example
White with #F51F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51F5D; }
p { color: rgb(245,31,93); }
H1.HeaderClassName
{
color: #F51F5D;
}
.AnyTagClassName
{
color: #F51F5D;
}
</style>
background-color css
<style>
a { background-color: #F51F5D; }
a { background-color: rgb(245,31,93); }
div.DivClassName
{
background-color: #F51F5D;
}
.BgClassName
{
background-color: #F51F5D;
}
</style>
border-color css
<style>
span { border-color: #F51F5D; }
span { border-color: rgb(245,31,93); }
td.TdClassName
{
border-color: #F51F5D;
}
.TagClassName
{
border-color: #F51F5D;
}
</style>