Shades of Tomato #F85842
Tints of Tomato #F85842
RGB
CMYK
RGB Variations
Color information
#F85842 (or 0xF85842) is known color: Tomato. HEX triplet: F8, 58 and 42. RGB value is (248,88,66). Sum of RGB (Red+Green+Blue) = 248+88+66=402 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.69% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 66 (26.17% from 255 or 16.42% from 402); Max value from RGB is 248 - color contains mainly: red. Hex color #F85842 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85842 is #07A7BD. Grayscale: #858585. Windows color (decimal): -501694 or 4348152. OLE color: 4348152.
HSL color Cylindrical-coordinate representation of color #F85842: hue angle of 7.25º 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 #F85842 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 88 | 66 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.03 |
| HSL | 7.25º | 0.93% | 0.62% | - |
| HSV(B) | 7.25º | 0.73% | 0.97% | - |
| XYZ | 43.18 | 27.33 | 8.15 | - |
| YUV | 133.33 | 90.01 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 88 | 66 | 0 | 0.65 | 0.73 | 0.03 | 7.25 | 0.93 | 0.62 |
| Hex | F8 | 58 | 42 | 0 | 41 | 49 | 3 | 7 | 5D | 3E |
| Octal | 370 | 130 | 102 | 0 | 101 | 111 | 3 | 7 | 135 | 76 |
| Binary | 11111000 | 1011000 | 1000010 | 0 | 1000001 | 1001001 | 11 | 111 | 1011101 | 111110 |
Color Harmonies of #F85842
Complementary color
Monochromatic Colors of #F85842
Black with #F85842
Text Example
Text Example
White with #F85842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85842; }
p { color: rgb(248,88,66); }
H1.HeaderClassName
{
color: #F85842;
}
.AnyTagClassName
{
color: #F85842;
}
</style>
background-color css
<style>
a { background-color: #F85842; }
a { background-color: rgb(248,88,66); }
div.DivClassName
{
background-color: #F85842;
}
.BgClassName
{
background-color: #F85842;
}
</style>
border-color css
<style>
span { border-color: #F85842; }
span { border-color: rgb(248,88,66); }
td.TdClassName
{
border-color: #F85842;
}
.TagClassName
{
border-color: #F85842;
}
</style>