Shades of Tomato #F55855
Tints of Tomato #F55855
RGB
CMYK
RGB Variations
Color information
#F55855 (or 0xF55855) is known color: Tomato. HEX triplet: F5, 58 and 55. RGB value is (245,88,85). Sum of RGB (Red+Green+Blue) = 245+88+85=418 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.61% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 245 - color contains mainly: red. Hex color #F55855 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55855 is #0AA7AA. Grayscale: #868686. Windows color (decimal): -698283 or 5593333. OLE color: 5593333.
HSL color Cylindrical-coordinate representation of color #F55855: hue angle of 1.12º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F55855 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 85 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.04 |
| HSL | 1.13º | 0.89% | 0.65% | - |
| HSV(B) | 1.13º | 0.65% | 0.96% | - |
| XYZ | 42.79 | 27.05 | 11.56 | - |
| YUV | 134.6 | 100.01 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 85 | 0 | 0.64 | 0.65 | 0.04 | 1.13 | 0.89 | 0.65 |
| Hex | F5 | 58 | 55 | 0 | 40 | 41 | 4 | 1 | 59 | 41 |
| Octal | 365 | 130 | 125 | 0 | 100 | 101 | 4 | 1 | 131 | 101 |
| Binary | 11110101 | 1011000 | 1010101 | 0 | 1000000 | 1000001 | 100 | 1 | 1011001 | 1000001 |
Color Harmonies of #F55855
Complementary color
Monochromatic Colors of #F55855
Black with #F55855
Text Example
Text Example
White with #F55855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55855; }
p { color: rgb(245,88,85); }
H1.HeaderClassName
{
color: #F55855;
}
.AnyTagClassName
{
color: #F55855;
}
</style>
background-color css
<style>
a { background-color: #F55855; }
a { background-color: rgb(245,88,85); }
div.DivClassName
{
background-color: #F55855;
}
.BgClassName
{
background-color: #F55855;
}
</style>
border-color css
<style>
span { border-color: #F55855; }
span { border-color: rgb(245,88,85); }
td.TdClassName
{
border-color: #F55855;
}
.TagClassName
{
border-color: #F55855;
}
</style>