Shades of Amaranth #F81C54
Tints of Amaranth #F81C54
RGB
CMYK
RGB Variations
Color information
#F81C54 (or 0xF81C54) is known color: Amaranth. HEX triplet: F8, 1C and 54. RGB value is (248,28,84). Sum of RGB (Red+Green+Blue) = 248+28+84=360 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.89% from 360); Green value is 28 (11.33% from 255 or 7.78% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81C54 is #07E3AB. Grayscale: #646464. Windows color (decimal): -517036 or 5512440. OLE color: 5512440.
HSL color Cylindrical-coordinate representation of color #F81C54: hue angle of 344.73º 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 #F81C54 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 84 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.03 |
| HSL | 344.73º | 0.94% | 0.54% | - |
| HSV(B) | 344.73º | 0.89% | 0.97% | - |
| XYZ | 40.73 | 21.43 | 10.38 | - |
| YUV | 100.16 | 118.89 | 233.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 84 | 0 | 0.89 | 0.66 | 0.03 | 344.73 | 0.94 | 0.54 |
| Hex | F8 | 1C | 54 | 0 | 59 | 42 | 3 | 159 | 5E | 36 |
| Octal | 370 | 34 | 124 | 0 | 131 | 102 | 3 | 531 | 136 | 66 |
| Binary | 11111000 | 11100 | 1010100 | 0 | 1011001 | 1000010 | 11 | 101011001 | 1011110 | 110110 |
Color Harmonies of #F81C54
Complementary color
Monochromatic Colors of #F81C54
Black with #F81C54
Text Example
Text Example
White with #F81C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81C54; }
p { color: rgb(248,28,84); }
H1.HeaderClassName
{
color: #F81C54;
}
.AnyTagClassName
{
color: #F81C54;
}
</style>
background-color css
<style>
a { background-color: #F81C54; }
a { background-color: rgb(248,28,84); }
div.DivClassName
{
background-color: #F81C54;
}
.BgClassName
{
background-color: #F81C54;
}
</style>
border-color css
<style>
span { border-color: #F81C54; }
span { border-color: rgb(248,28,84); }
td.TdClassName
{
border-color: #F81C54;
}
.TagClassName
{
border-color: #F81C54;
}
</style>