Shades of Amaranth #F83449
Tints of Amaranth #F83449
RGB
CMYK
RGB Variations
Color information
#F83449 (or 0xF83449) is known color: Amaranth. HEX triplet: F8, 34 and 49. RGB value is (248,52,73). Sum of RGB (Red+Green+Blue) = 248+52+73=373 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.49% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 248 - color contains mainly: red. Hex color #F83449 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83449 is #07CBB6. Grayscale: #717171. Windows color (decimal): -510903 or 4797688. OLE color: 4797688.
HSL color Cylindrical-coordinate representation of color #F83449: hue angle of 353.57º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F83449 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 52 | 73 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.03 |
| HSL | 353.57º | 0.93% | 0.59% | - |
| HSV(B) | 353.57º | 0.79% | 0.97% | - |
| XYZ | 41.14 | 22.89 | 8.55 | - |
| YUV | 113 | 105.43 | 224.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 52 | 73 | 0 | 0.79 | 0.71 | 0.03 | 353.57 | 0.93 | 0.59 |
| Hex | F8 | 34 | 49 | 0 | 4F | 47 | 3 | 162 | 5D | 3B |
| Octal | 370 | 64 | 111 | 0 | 117 | 107 | 3 | 542 | 135 | 73 |
| Binary | 11111000 | 110100 | 1001001 | 0 | 1001111 | 1000111 | 11 | 101100010 | 1011101 | 111011 |
Color Harmonies of #F83449
Complementary color
Monochromatic Colors of #F83449
Black with #F83449
Text Example
Text Example
White with #F83449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83449; }
p { color: rgb(248,52,73); }
H1.HeaderClassName
{
color: #F83449;
}
.AnyTagClassName
{
color: #F83449;
}
</style>
background-color css
<style>
a { background-color: #F83449; }
a { background-color: rgb(248,52,73); }
div.DivClassName
{
background-color: #F83449;
}
.BgClassName
{
background-color: #F83449;
}
</style>
border-color css
<style>
span { border-color: #F83449; }
span { border-color: rgb(248,52,73); }
td.TdClassName
{
border-color: #F83449;
}
.TagClassName
{
border-color: #F83449;
}
</style>