Shades of Tomato #F85F44
Tints of Tomato #F85F44
RGB
CMYK
RGB Variations
Color information
#F85F44 (or 0xF85F44) is known color: Tomato. HEX triplet: F8, 5F and 44. RGB value is (248,95,68). Sum of RGB (Red+Green+Blue) = 248+95+68=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 68 (26.95% from 255 or 16.55% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F85F44 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85F44 is #07A0BB. Grayscale: #898989. Windows color (decimal): -499900 or 4481016. OLE color: 4481016.
HSL color Cylindrical-coordinate representation of color #F85F44: hue angle of 9º 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 #F85F44 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 95 | 68 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.03 |
| HSL | 9º | 0.93% | 0.62% | - |
| HSV(B) | 9º | 0.73% | 0.97% | - |
| XYZ | 43.85 | 28.56 | 8.67 | - |
| YUV | 137.67 | 88.69 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 95 | 68 | 0 | 0.62 | 0.73 | 0.03 | 9 | 0.93 | 0.62 |
| Hex | F8 | 5F | 44 | 0 | 3E | 49 | 3 | 9 | 5D | 3E |
| Octal | 370 | 137 | 104 | 0 | 76 | 111 | 3 | 11 | 135 | 76 |
| Binary | 11111000 | 1011111 | 1000100 | 0 | 111110 | 1001001 | 11 | 1001 | 1011101 | 111110 |
Color Harmonies of #F85F44
Complementary color
Monochromatic Colors of #F85F44
Black with #F85F44
Text Example
Text Example
White with #F85F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85F44; }
p { color: rgb(248,95,68); }
H1.HeaderClassName
{
color: #F85F44;
}
.AnyTagClassName
{
color: #F85F44;
}
</style>
background-color css
<style>
a { background-color: #F85F44; }
a { background-color: rgb(248,95,68); }
div.DivClassName
{
background-color: #F85F44;
}
.BgClassName
{
background-color: #F85F44;
}
</style>
border-color css
<style>
span { border-color: #F85F44; }
span { border-color: rgb(248,95,68); }
td.TdClassName
{
border-color: #F85F44;
}
.TagClassName
{
border-color: #F85F44;
}
</style>