Shades of Tomato #F55F40
Tints of Tomato #F55F40
RGB
CMYK
RGB Variations
Color information
#F55F40 (or 0xF55F40) is known color: Tomato. HEX triplet: F5, 5F and 40. RGB value is (245,95,64). Sum of RGB (Red+Green+Blue) = 245+95+64=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55F40 is #0AA0BF. Grayscale: #888888. Windows color (decimal): -696512 or 4218869. OLE color: 4218869.
HSL color Cylindrical-coordinate representation of color #F55F40: hue angle of 10.28º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F55F40 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 64 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.04 |
| HSL | 10.28º | 0.9% | 0.61% | - |
| HSV(B) | 10.28º | 0.74% | 0.96% | - |
| XYZ | 42.67 | 27.97 | 8 | - |
| YUV | 136.32 | 87.2 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 64 | 0 | 0.61 | 0.74 | 0.04 | 10.28 | 0.9 | 0.61 |
| Hex | F5 | 5F | 40 | 0 | 3D | 4A | 4 | A | 5A | 3D |
| Octal | 365 | 137 | 100 | 0 | 75 | 112 | 4 | 12 | 132 | 75 |
| Binary | 11110101 | 1011111 | 1000000 | 0 | 111101 | 1001010 | 100 | 1010 | 1011010 | 111101 |
Color Harmonies of #F55F40
Complementary color
Monochromatic Colors of #F55F40
Black with #F55F40
Text Example
Text Example
White with #F55F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55F40; }
p { color: rgb(245,95,64); }
H1.HeaderClassName
{
color: #F55F40;
}
.AnyTagClassName
{
color: #F55F40;
}
</style>
background-color css
<style>
a { background-color: #F55F40; }
a { background-color: rgb(245,95,64); }
div.DivClassName
{
background-color: #F55F40;
}
.BgClassName
{
background-color: #F55F40;
}
</style>
border-color css
<style>
span { border-color: #F55F40; }
span { border-color: rgb(245,95,64); }
td.TdClassName
{
border-color: #F55F40;
}
.TagClassName
{
border-color: #F55F40;
}
</style>