Shades of Tomato #F85656
Tints of Tomato #F85656
RGB
CMYK
RGB Variations
Color information
#F85656 (or 0xF85656) is known color: Tomato. HEX triplet: F8, 56 and 56. RGB value is (248,86,86). Sum of RGB (Red+Green+Blue) = 248+86+86=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F85656 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85656 is #07A9A9. Grayscale: #868686. Windows color (decimal): -502186 or 5658360. OLE color: 5658360.
HSL color Cylindrical-coordinate representation of color #F85656: hue angle of 0º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F85656 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 86 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.03 |
| HSL | 0º | 0.92% | 0.65% | - |
| HSV(B) | 0º | 0.65% | 0.97% | - |
| XYZ | 43.72 | 27.28 | 11.77 | - |
| YUV | 134.44 | 100.67 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 86 | 0 | 0.65 | 0.65 | 0.03 | 0 | 0.92 | 0.65 |
| Hex | F8 | 56 | 56 | 0 | 41 | 41 | 3 | 0 | 5C | 41 |
| Octal | 370 | 126 | 126 | 0 | 101 | 101 | 3 | 0 | 134 | 101 |
| Binary | 11111000 | 1010110 | 1010110 | 0 | 1000001 | 1000001 | 11 | 0 | 1011100 | 1000001 |
Color Harmonies of #F85656
Complementary color
Monochromatic Colors of #F85656
Black with #F85656
Text Example
Text Example
White with #F85656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85656; }
p { color: rgb(248,86,86); }
H1.HeaderClassName
{
color: #F85656;
}
.AnyTagClassName
{
color: #F85656;
}
</style>
background-color css
<style>
a { background-color: #F85656; }
a { background-color: rgb(248,86,86); }
div.DivClassName
{
background-color: #F85656;
}
.BgClassName
{
background-color: #F85656;
}
</style>
border-color css
<style>
span { border-color: #F85656; }
span { border-color: rgb(248,86,86); }
td.TdClassName
{
border-color: #F85656;
}
.TagClassName
{
border-color: #F85656;
}
</style>