Shades of Tomato #F85E4E
Tints of Tomato #F85E4E
RGB
CMYK
RGB Variations
Color information
#F85E4E (or 0xF85E4E) is known color: Tomato. HEX triplet: F8, 5E and 4E. RGB value is (248,94,78). Sum of RGB (Red+Green+Blue) = 248+94+78=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 78 (30.86% from 255 or 18.57% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F85E4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85E4E is #07A1B1. Grayscale: #8A8A8A. Windows color (decimal): -500146 or 5136120. OLE color: 5136120.
HSL color Cylindrical-coordinate representation of color #F85E4E: hue angle of 5.65º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F85E4E is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 94 | 78 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.03 |
| HSL | 5.65º | 0.92% | 0.64% | - |
| HSV(B) | 5.65º | 0.69% | 0.97% | - |
| XYZ | 44.09 | 28.51 | 10.39 | - |
| YUV | 138.22 | 94.02 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 94 | 78 | 0 | 0.62 | 0.69 | 0.03 | 5.65 | 0.92 | 0.64 |
| Hex | F8 | 5E | 4E | 0 | 3E | 45 | 3 | 6 | 5C | 40 |
| Octal | 370 | 136 | 116 | 0 | 76 | 105 | 3 | 6 | 134 | 100 |
| Binary | 11111000 | 1011110 | 1001110 | 0 | 111110 | 1000101 | 11 | 110 | 1011100 | 1000000 |
Color Harmonies of #F85E4E
Complementary color
Monochromatic Colors of #F85E4E
Black with #F85E4E
Text Example
Text Example
White with #F85E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85E4E; }
p { color: rgb(248,94,78); }
H1.HeaderClassName
{
color: #F85E4E;
}
.AnyTagClassName
{
color: #F85E4E;
}
</style>
background-color css
<style>
a { background-color: #F85E4E; }
a { background-color: rgb(248,94,78); }
div.DivClassName
{
background-color: #F85E4E;
}
.BgClassName
{
background-color: #F85E4E;
}
</style>
border-color css
<style>
span { border-color: #F85E4E; }
span { border-color: rgb(248,94,78); }
td.TdClassName
{
border-color: #F85E4E;
}
.TagClassName
{
border-color: #F85E4E;
}
</style>