Shades of Amaranth #F83144
Tints of Amaranth #F83144
RGB
CMYK
RGB Variations
Color information
#F83144 (or 0xF83144) is known color: Amaranth. HEX triplet: F8, 31 and 44. RGB value is (248,49,68). Sum of RGB (Red+Green+Blue) = 248+49+68=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F83144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83144 is #07CEBB. Grayscale: #6E6E6E. Windows color (decimal): -511676 or 4469240. OLE color: 4469240.
HSL color Cylindrical-coordinate representation of color #F83144: hue angle of 354.27º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F83144 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 49 | 68 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.03 |
| HSL | 354.27º | 0.93% | 0.58% | - |
| HSV(B) | 354.27º | 0.8% | 0.97% | - |
| XYZ | 40.85 | 22.57 | 7.67 | - |
| YUV | 110.67 | 103.93 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 49 | 68 | 0 | 0.80 | 0.73 | 0.03 | 354.27 | 0.93 | 0.58 |
| Hex | F8 | 31 | 44 | 0 | 50 | 49 | 3 | 162 | 5D | 3A |
| Octal | 370 | 61 | 104 | 0 | 120 | 111 | 3 | 542 | 135 | 72 |
| Binary | 11111000 | 110001 | 1000100 | 0 | 1010000 | 1001001 | 11 | 101100010 | 1011101 | 111010 |
Color Harmonies of #F83144
Complementary color
Monochromatic Colors of #F83144
Black with #F83144
Text Example
Text Example
White with #F83144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83144; }
p { color: rgb(248,49,68); }
H1.HeaderClassName
{
color: #F83144;
}
.AnyTagClassName
{
color: #F83144;
}
</style>
background-color css
<style>
a { background-color: #F83144; }
a { background-color: rgb(248,49,68); }
div.DivClassName
{
background-color: #F83144;
}
.BgClassName
{
background-color: #F83144;
}
</style>
border-color css
<style>
span { border-color: #F83144; }
span { border-color: rgb(248,49,68); }
td.TdClassName
{
border-color: #F83144;
}
.TagClassName
{
border-color: #F83144;
}
</style>