Shades of Amaranth #F81C53
Tints of Amaranth #F81C53
RGB
CMYK
RGB Variations
Color information
#F81C53 (or 0xF81C53) is known color: Amaranth. HEX triplet: F8, 1C and 53. RGB value is (248,28,83). Sum of RGB (Red+Green+Blue) = 248+28+83=359 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.08% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81C53 is #07E3AC. Grayscale: #646464. Windows color (decimal): -517037 or 5446904. OLE color: 5446904.
HSL color Cylindrical-coordinate representation of color #F81C53: hue angle of 345º 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 #F81C53 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 83 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.03 |
| HSL | 345º | 0.94% | 0.54% | - |
| HSV(B) | 345º | 0.89% | 0.97% | - |
| XYZ | 40.69 | 21.41 | 10.17 | - |
| YUV | 100.05 | 118.39 | 233.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 83 | 0 | 0.89 | 0.67 | 0.03 | 345 | 0.94 | 0.54 |
| Hex | F8 | 1C | 53 | 0 | 59 | 43 | 3 | 159 | 5E | 36 |
| Octal | 370 | 34 | 123 | 0 | 131 | 103 | 3 | 531 | 136 | 66 |
| Binary | 11111000 | 11100 | 1010011 | 0 | 1011001 | 1000011 | 11 | 101011001 | 1011110 | 110110 |
Color Harmonies of #F81C53
Complementary color
Monochromatic Colors of #F81C53
Black with #F81C53
Text Example
Text Example
White with #F81C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81C53; }
p { color: rgb(248,28,83); }
H1.HeaderClassName
{
color: #F81C53;
}
.AnyTagClassName
{
color: #F81C53;
}
</style>
background-color css
<style>
a { background-color: #F81C53; }
a { background-color: rgb(248,28,83); }
div.DivClassName
{
background-color: #F81C53;
}
.BgClassName
{
background-color: #F81C53;
}
</style>
border-color css
<style>
span { border-color: #F81C53; }
span { border-color: rgb(248,28,83); }
td.TdClassName
{
border-color: #F81C53;
}
.TagClassName
{
border-color: #F81C53;
}
</style>