Shades of Amaranth #F81853
Tints of Amaranth #F81853
RGB
CMYK
RGB Variations
Color information
#F81853 (or 0xF81853) is known color: Amaranth. HEX triplet: F8, 18 and 53. RGB value is (248,24,83). Sum of RGB (Red+Green+Blue) = 248+24+83=355 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.86% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 248 - color contains mainly: red. Hex color #F81853 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81853 is #07E7AC. Grayscale: #616161. Windows color (decimal): -518061 or 5445880. OLE color: 5445880.
HSL color Cylindrical-coordinate representation of color #F81853: hue angle of 344.2º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81853 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 83 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.03 |
| HSL | 344.2º | 0.94% | 0.53% | - |
| HSV(B) | 344.2º | 0.9% | 0.97% | - |
| XYZ | 40.6 | 21.23 | 10.14 | - |
| YUV | 97.7 | 119.71 | 235.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 83 | 0 | 0.90 | 0.67 | 0.03 | 344.2 | 0.94 | 0.53 |
| Hex | F8 | 18 | 53 | 0 | 5A | 43 | 3 | 158 | 5E | 35 |
| Octal | 370 | 30 | 123 | 0 | 132 | 103 | 3 | 530 | 136 | 65 |
| Binary | 11111000 | 11000 | 1010011 | 0 | 1011010 | 1000011 | 11 | 101011000 | 1011110 | 110101 |
Color Harmonies of #F81853
Complementary color
Monochromatic Colors of #F81853
Black with #F81853
Text Example
Text Example
White with #F81853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81853; }
p { color: rgb(248,24,83); }
H1.HeaderClassName
{
color: #F81853;
}
.AnyTagClassName
{
color: #F81853;
}
</style>
background-color css
<style>
a { background-color: #F81853; }
a { background-color: rgb(248,24,83); }
div.DivClassName
{
background-color: #F81853;
}
.BgClassName
{
background-color: #F81853;
}
</style>
border-color css
<style>
span { border-color: #F81853; }
span { border-color: rgb(248,24,83); }
td.TdClassName
{
border-color: #F81853;
}
.TagClassName
{
border-color: #F81853;
}
</style>