Shades of Tomato #F55F56
Tints of Tomato #F55F56
RGB
CMYK
RGB Variations
Color information
#F55F56 (or 0xF55F56) is known color: Tomato. HEX triplet: F5, 5F and 56. RGB value is (245,95,86). Sum of RGB (Red+Green+Blue) = 245+95+86=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55F56 is #0AA0A9. Grayscale: #8B8B8B. Windows color (decimal): -696490 or 5660661. OLE color: 5660661.
HSL color Cylindrical-coordinate representation of color #F55F56: hue angle of 3.4º 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 #F55F56 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 86 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.04 |
| HSL | 3.4º | 0.89% | 0.65% | - |
| HSV(B) | 3.4º | 0.65% | 0.96% | - |
| XYZ | 43.43 | 28.27 | 11.97 | - |
| YUV | 138.82 | 98.2 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 86 | 0 | 0.61 | 0.65 | 0.04 | 3.4 | 0.89 | 0.65 |
| Hex | F5 | 5F | 56 | 0 | 3D | 41 | 4 | 3 | 59 | 41 |
| Octal | 365 | 137 | 126 | 0 | 75 | 101 | 4 | 3 | 131 | 101 |
| Binary | 11110101 | 1011111 | 1010110 | 0 | 111101 | 1000001 | 100 | 11 | 1011001 | 1000001 |
Color Harmonies of #F55F56
Complementary color
Monochromatic Colors of #F55F56
Black with #F55F56
Text Example
Text Example
White with #F55F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55F56; }
p { color: rgb(245,95,86); }
H1.HeaderClassName
{
color: #F55F56;
}
.AnyTagClassName
{
color: #F55F56;
}
</style>
background-color css
<style>
a { background-color: #F55F56; }
a { background-color: rgb(245,95,86); }
div.DivClassName
{
background-color: #F55F56;
}
.BgClassName
{
background-color: #F55F56;
}
</style>
border-color css
<style>
span { border-color: #F55F56; }
span { border-color: rgb(245,95,86); }
td.TdClassName
{
border-color: #F55F56;
}
.TagClassName
{
border-color: #F55F56;
}
</style>