Shades of Tomato #F86150
Tints of Tomato #F86150
RGB
CMYK
RGB Variations
Color information
#F86150 (or 0xF86150) is known color: Tomato. HEX triplet: F8, 61 and 50. RGB value is (248,97,80). Sum of RGB (Red+Green+Blue) = 248+97+80=425 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.35% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 248 - color contains mainly: red. Hex color #F86150 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86150 is #079EAF. Grayscale: #8C8C8C. Windows color (decimal): -499376 or 5267960. OLE color: 5267960.
HSL color Cylindrical-coordinate representation of color #F86150: hue angle of 6.07º 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 #F86150 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 97 | 80 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.03 |
| HSL | 6.07º | 0.92% | 0.64% | - |
| HSV(B) | 6.07º | 0.68% | 0.97% | - |
| XYZ | 44.43 | 29.09 | 10.86 | - |
| YUV | 140.21 | 94.03 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 97 | 80 | 0 | 0.61 | 0.68 | 0.03 | 6.07 | 0.92 | 0.64 |
| Hex | F8 | 61 | 50 | 0 | 3D | 44 | 3 | 6 | 5C | 40 |
| Octal | 370 | 141 | 120 | 0 | 75 | 104 | 3 | 6 | 134 | 100 |
| Binary | 11111000 | 1100001 | 1010000 | 0 | 111101 | 1000100 | 11 | 110 | 1011100 | 1000000 |
Color Harmonies of #F86150
Complementary color
Monochromatic Colors of #F86150
Black with #F86150
Text Example
Text Example
White with #F86150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86150; }
p { color: rgb(248,97,80); }
H1.HeaderClassName
{
color: #F86150;
}
.AnyTagClassName
{
color: #F86150;
}
</style>
background-color css
<style>
a { background-color: #F86150; }
a { background-color: rgb(248,97,80); }
div.DivClassName
{
background-color: #F86150;
}
.BgClassName
{
background-color: #F86150;
}
</style>
border-color css
<style>
span { border-color: #F86150; }
span { border-color: rgb(248,97,80); }
td.TdClassName
{
border-color: #F86150;
}
.TagClassName
{
border-color: #F86150;
}
</style>