Shades of Tomato #F85850
Tints of Tomato #F85850
RGB
CMYK
RGB Variations
Color information
#F85850 (or 0xF85850) is known color: Tomato. HEX triplet: F8, 58 and 50. RGB value is (248,88,80). Sum of RGB (Red+Green+Blue) = 248+88+80=416 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.62% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 248 - color contains mainly: red. Hex color #F85850 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85850 is #07A7AF. Grayscale: #878787. Windows color (decimal): -501680 or 5265656. OLE color: 5265656.
HSL color Cylindrical-coordinate representation of color #F85850: hue angle of 2.86º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F85850 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 88 | 80 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.03 |
| HSL | 2.86º | 0.92% | 0.64% | - |
| HSV(B) | 2.86º | 0.68% | 0.97% | - |
| XYZ | 43.65 | 27.52 | 10.6 | - |
| YUV | 134.93 | 97.01 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 88 | 80 | 0 | 0.65 | 0.68 | 0.03 | 2.86 | 0.92 | 0.64 |
| Hex | F8 | 58 | 50 | 0 | 41 | 44 | 3 | 3 | 5C | 40 |
| Octal | 370 | 130 | 120 | 0 | 101 | 104 | 3 | 3 | 134 | 100 |
| Binary | 11111000 | 1011000 | 1010000 | 0 | 1000001 | 1000100 | 11 | 11 | 1011100 | 1000000 |
Color Harmonies of #F85850
Complementary color
Monochromatic Colors of #F85850
Black with #F85850
Text Example
Text Example
White with #F85850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85850; }
p { color: rgb(248,88,80); }
H1.HeaderClassName
{
color: #F85850;
}
.AnyTagClassName
{
color: #F85850;
}
</style>
background-color css
<style>
a { background-color: #F85850; }
a { background-color: rgb(248,88,80); }
div.DivClassName
{
background-color: #F85850;
}
.BgClassName
{
background-color: #F85850;
}
</style>
border-color css
<style>
span { border-color: #F85850; }
span { border-color: rgb(248,88,80); }
td.TdClassName
{
border-color: #F85850;
}
.TagClassName
{
border-color: #F85850;
}
</style>