Shades of Amaranth #F81C57
Tints of Amaranth #F81C57
RGB
CMYK
RGB Variations
Color information
#F81C57 (or 0xF81C57) is known color: Amaranth. HEX triplet: F8, 1C and 57. RGB value is (248,28,87). Sum of RGB (Red+Green+Blue) = 248+28+87=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81C57 is #07E3A8. Grayscale: #646464. Windows color (decimal): -517033 or 5709048. OLE color: 5709048.
HSL color Cylindrical-coordinate representation of color #F81C57: hue angle of 343.91º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F81C57 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 87 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.03 |
| HSL | 343.91º | 0.94% | 0.54% | - |
| HSV(B) | 343.91º | 0.89% | 0.97% | - |
| XYZ | 40.85 | 21.48 | 11.01 | - |
| YUV | 100.51 | 120.39 | 233.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 87 | 0 | 0.89 | 0.65 | 0.03 | 343.91 | 0.94 | 0.54 |
| Hex | F8 | 1C | 57 | 0 | 59 | 41 | 3 | 158 | 5E | 36 |
| Octal | 370 | 34 | 127 | 0 | 131 | 101 | 3 | 530 | 136 | 66 |
| Binary | 11111000 | 11100 | 1010111 | 0 | 1011001 | 1000001 | 11 | 101011000 | 1011110 | 110110 |
Color Harmonies of #F81C57
Complementary color
Monochromatic Colors of #F81C57
Black with #F81C57
Text Example
Text Example
White with #F81C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81C57; }
p { color: rgb(248,28,87); }
H1.HeaderClassName
{
color: #F81C57;
}
.AnyTagClassName
{
color: #F81C57;
}
</style>
background-color css
<style>
a { background-color: #F81C57; }
a { background-color: rgb(248,28,87); }
div.DivClassName
{
background-color: #F81C57;
}
.BgClassName
{
background-color: #F81C57;
}
</style>
border-color css
<style>
span { border-color: #F81C57; }
span { border-color: rgb(248,28,87); }
td.TdClassName
{
border-color: #F81C57;
}
.TagClassName
{
border-color: #F81C57;
}
</style>