Shades of Tomato #F85A42
Tints of Tomato #F85A42
RGB
CMYK
RGB Variations
Color information
#F85A42 (or 0xF85A42) is known color: Tomato. HEX triplet: F8, 5A and 42. RGB value is (248,90,66). Sum of RGB (Red+Green+Blue) = 248+90+66=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 66 (26.17% from 255 or 16.34% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85A42 is #07A5BD. Grayscale: #868686. Windows color (decimal): -501182 or 4348664. OLE color: 4348664.
HSL color Cylindrical-coordinate representation of color #F85A42: hue angle of 7.91º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F85A42 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 90 | 66 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.03 |
| HSL | 7.91º | 0.93% | 0.62% | - |
| HSV(B) | 7.91º | 0.73% | 0.97% | - |
| XYZ | 43.35 | 27.66 | 8.21 | - |
| YUV | 134.51 | 89.35 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 66 | 0 | 0.64 | 0.73 | 0.03 | 7.91 | 0.93 | 0.62 |
| Hex | F8 | 5A | 42 | 0 | 40 | 49 | 3 | 8 | 5D | 3E |
| Octal | 370 | 132 | 102 | 0 | 100 | 111 | 3 | 10 | 135 | 76 |
| Binary | 11111000 | 1011010 | 1000010 | 0 | 1000000 | 1001001 | 11 | 1000 | 1011101 | 111110 |
Color Harmonies of #F85A42
Complementary color
Monochromatic Colors of #F85A42
Black with #F85A42
Text Example
Text Example
White with #F85A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85A42; }
p { color: rgb(248,90,66); }
H1.HeaderClassName
{
color: #F85A42;
}
.AnyTagClassName
{
color: #F85A42;
}
</style>
background-color css
<style>
a { background-color: #F85A42; }
a { background-color: rgb(248,90,66); }
div.DivClassName
{
background-color: #F85A42;
}
.BgClassName
{
background-color: #F85A42;
}
</style>
border-color css
<style>
span { border-color: #F85A42; }
span { border-color: rgb(248,90,66); }
td.TdClassName
{
border-color: #F85A42;
}
.TagClassName
{
border-color: #F85A42;
}
</style>