Shades of Amaranth #F83242
Tints of Amaranth #F83242
RGB
CMYK
RGB Variations
Color information
#F83242 (or 0xF83242) is known color: Amaranth. HEX triplet: F8, 32 and 42. RGB value is (248,50,66). Sum of RGB (Red+Green+Blue) = 248+50+66=364 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.13% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 248 - color contains mainly: red. Hex color #F83242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83242 is #07CDBD. Grayscale: #6F6F6F. Windows color (decimal): -511422 or 4338424. OLE color: 4338424.
HSL color Cylindrical-coordinate representation of color #F83242: hue angle of 355.15º 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 #F83242 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 50 | 66 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.03 |
| HSL | 355.15º | 0.93% | 0.58% | - |
| HSV(B) | 355.15º | 0.8% | 0.97% | - |
| XYZ | 40.84 | 22.63 | 7.37 | - |
| YUV | 111.03 | 102.6 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 50 | 66 | 0 | 0.80 | 0.73 | 0.03 | 355.15 | 0.93 | 0.58 |
| Hex | F8 | 32 | 42 | 0 | 50 | 49 | 3 | 163 | 5D | 3A |
| Octal | 370 | 62 | 102 | 0 | 120 | 111 | 3 | 543 | 135 | 72 |
| Binary | 11111000 | 110010 | 1000010 | 0 | 1010000 | 1001001 | 11 | 101100011 | 1011101 | 111010 |
Color Harmonies of #F83242
Complementary color
Monochromatic Colors of #F83242
Black with #F83242
Text Example
Text Example
White with #F83242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83242; }
p { color: rgb(248,50,66); }
H1.HeaderClassName
{
color: #F83242;
}
.AnyTagClassName
{
color: #F83242;
}
</style>
background-color css
<style>
a { background-color: #F83242; }
a { background-color: rgb(248,50,66); }
div.DivClassName
{
background-color: #F83242;
}
.BgClassName
{
background-color: #F83242;
}
</style>
border-color css
<style>
span { border-color: #F83242; }
span { border-color: rgb(248,50,66); }
td.TdClassName
{
border-color: #F83242;
}
.TagClassName
{
border-color: #F83242;
}
</style>