Shades of Amaranth #F83444
Tints of Amaranth #F83444
RGB
CMYK
RGB Variations
Color information
#F83444 (or 0xF83444) is known color: Amaranth. HEX triplet: F8, 34 and 44. RGB value is (248,52,68). Sum of RGB (Red+Green+Blue) = 248+52+68=368 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.39% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 68 (26.95% from 255 or 18.48% from 368); Max value from RGB is 248 - color contains mainly: red. Hex color #F83444 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83444 is #07CBBB. Grayscale: #707070. Windows color (decimal): -510908 or 4470008. OLE color: 4470008.
HSL color Cylindrical-coordinate representation of color #F83444: hue angle of 355.1º 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 #F83444 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 52 | 68 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.03 |
| HSL | 355.1º | 0.93% | 0.59% | - |
| HSV(B) | 355.1º | 0.79% | 0.97% | - |
| XYZ | 40.98 | 22.83 | 7.72 | - |
| YUV | 112.43 | 102.93 | 224.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 52 | 68 | 0 | 0.79 | 0.73 | 0.03 | 355.1 | 0.93 | 0.59 |
| Hex | F8 | 34 | 44 | 0 | 4F | 49 | 3 | 163 | 5D | 3B |
| Octal | 370 | 64 | 104 | 0 | 117 | 111 | 3 | 543 | 135 | 73 |
| Binary | 11111000 | 110100 | 1000100 | 0 | 1001111 | 1001001 | 11 | 101100011 | 1011101 | 111011 |
Color Harmonies of #F83444
Complementary color
Monochromatic Colors of #F83444
Black with #F83444
Text Example
Text Example
White with #F83444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83444; }
p { color: rgb(248,52,68); }
H1.HeaderClassName
{
color: #F83444;
}
.AnyTagClassName
{
color: #F83444;
}
</style>
background-color css
<style>
a { background-color: #F83444; }
a { background-color: rgb(248,52,68); }
div.DivClassName
{
background-color: #F83444;
}
.BgClassName
{
background-color: #F83444;
}
</style>
border-color css
<style>
span { border-color: #F83444; }
span { border-color: rgb(248,52,68); }
td.TdClassName
{
border-color: #F83444;
}
.TagClassName
{
border-color: #F83444;
}
</style>