Shades of Tomato #F85655
Tints of Tomato #F85655
RGB
CMYK
RGB Variations
Color information
#F85655 (or 0xF85655) is known color: Tomato. HEX triplet: F8, 56 and 55. RGB value is (248,86,85). Sum of RGB (Red+Green+Blue) = 248+86+85=419 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.19% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 248 - color contains mainly: red. Hex color #F85655 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85655 is #07A9AA. Grayscale: #868686. Windows color (decimal): -502187 or 5592824. OLE color: 5592824.
HSL color Cylindrical-coordinate representation of color #F85655: hue angle of 0.37º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F85655 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 85 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.03 |
| HSL | 0.37º | 0.92% | 0.65% | - |
| HSV(B) | 0.37º | 0.66% | 0.97% | - |
| XYZ | 43.68 | 27.27 | 11.56 | - |
| YUV | 134.32 | 100.17 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 85 | 0 | 0.65 | 0.66 | 0.03 | 0.37 | 0.92 | 0.65 |
| Hex | F8 | 56 | 55 | 0 | 41 | 42 | 3 | 0 | 5C | 41 |
| Octal | 370 | 126 | 125 | 0 | 101 | 102 | 3 | 0 | 134 | 101 |
| Binary | 11111000 | 1010110 | 1010101 | 0 | 1000001 | 1000010 | 11 | 0 | 1011100 | 1000001 |
Color Harmonies of #F85655
Complementary color
Monochromatic Colors of #F85655
Black with #F85655
Text Example
Text Example
White with #F85655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85655; }
p { color: rgb(248,86,85); }
H1.HeaderClassName
{
color: #F85655;
}
.AnyTagClassName
{
color: #F85655;
}
</style>
background-color css
<style>
a { background-color: #F85655; }
a { background-color: rgb(248,86,85); }
div.DivClassName
{
background-color: #F85655;
}
.BgClassName
{
background-color: #F85655;
}
</style>
border-color css
<style>
span { border-color: #F85655; }
span { border-color: rgb(248,86,85); }
td.TdClassName
{
border-color: #F85655;
}
.TagClassName
{
border-color: #F85655;
}
</style>