Shades of Tomato #F85D47
Tints of Tomato #F85D47
RGB
CMYK
RGB Variations
Color information
#F85D47 (or 0xF85D47) is known color: Tomato. HEX triplet: F8, 5D and 47. RGB value is (248,93,71). Sum of RGB (Red+Green+Blue) = 248+93+71=412 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.19% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 71 (28.12% from 255 or 17.23% from 412); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85D47 is #07A2B8. Grayscale: #898989. Windows color (decimal): -500409 or 4677112. OLE color: 4677112.
HSL color Cylindrical-coordinate representation of color #F85D47: hue angle of 7.46º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F85D47 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 93 | 71 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.03 |
| HSL | 7.46º | 0.93% | 0.63% | - |
| HSV(B) | 7.46º | 0.71% | 0.97% | - |
| XYZ | 43.76 | 28.24 | 9.11 | - |
| YUV | 136.84 | 90.85 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 93 | 71 | 0 | 0.62 | 0.71 | 0.03 | 7.46 | 0.93 | 0.63 |
| Hex | F8 | 5D | 47 | 0 | 3E | 47 | 3 | 7 | 5D | 3F |
| Octal | 370 | 135 | 107 | 0 | 76 | 107 | 3 | 7 | 135 | 77 |
| Binary | 11111000 | 1011101 | 1000111 | 0 | 111110 | 1000111 | 11 | 111 | 1011101 | 111111 |
Color Harmonies of #F85D47
Complementary color
Monochromatic Colors of #F85D47
Black with #F85D47
Text Example
Text Example
White with #F85D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85D47; }
p { color: rgb(248,93,71); }
H1.HeaderClassName
{
color: #F85D47;
}
.AnyTagClassName
{
color: #F85D47;
}
</style>
background-color css
<style>
a { background-color: #F85D47; }
a { background-color: rgb(248,93,71); }
div.DivClassName
{
background-color: #F85D47;
}
.BgClassName
{
background-color: #F85D47;
}
</style>
border-color css
<style>
span { border-color: #F85D47; }
span { border-color: rgb(248,93,71); }
td.TdClassName
{
border-color: #F85D47;
}
.TagClassName
{
border-color: #F85D47;
}
</style>