Shades of Amaranth #F8184F
Tints of Amaranth #F8184F
RGB
CMYK
RGB Variations
Color information
#F8184F (or 0xF8184F) is known color: Amaranth. HEX triplet: F8, 18 and 4F. RGB value is (248,24,79). Sum of RGB (Red+Green+Blue) = 248+24+79=351 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.66% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 248 - color contains mainly: red. Hex color #F8184F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8184F is #07E7B0. Grayscale: #616161. Windows color (decimal): -518065 or 5183736. OLE color: 5183736.
HSL color Cylindrical-coordinate representation of color #F8184F: hue angle of 345.27º 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 #F8184F is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 79 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.03 |
| HSL | 345.27º | 0.94% | 0.53% | - |
| HSV(B) | 345.27º | 0.9% | 0.97% | - |
| XYZ | 40.45 | 21.17 | 9.35 | - |
| YUV | 97.25 | 117.71 | 235.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 79 | 0 | 0.90 | 0.68 | 0.03 | 345.27 | 0.94 | 0.53 |
| Hex | F8 | 18 | 4F | 0 | 5A | 44 | 3 | 159 | 5E | 35 |
| Octal | 370 | 30 | 117 | 0 | 132 | 104 | 3 | 531 | 136 | 65 |
| Binary | 11111000 | 11000 | 1001111 | 0 | 1011010 | 1000100 | 11 | 101011001 | 1011110 | 110101 |
Color Harmonies of #F8184F
Complementary color
Monochromatic Colors of #F8184F
Black with #F8184F
Text Example
Text Example
White with #F8184F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8184F; }
p { color: rgb(248,24,79); }
H1.HeaderClassName
{
color: #F8184F;
}
.AnyTagClassName
{
color: #F8184F;
}
</style>
background-color css
<style>
a { background-color: #F8184F; }
a { background-color: rgb(248,24,79); }
div.DivClassName
{
background-color: #F8184F;
}
.BgClassName
{
background-color: #F8184F;
}
</style>
border-color css
<style>
span { border-color: #F8184F; }
span { border-color: rgb(248,24,79); }
td.TdClassName
{
border-color: #F8184F;
}
.TagClassName
{
border-color: #F8184F;
}
</style>