Shades of Tomato #F55F41
Tints of Tomato #F55F41
RGB
CMYK
RGB Variations
Color information
#F55F41 (or 0xF55F41) is known color: Tomato. HEX triplet: F5, 5F and 41. RGB value is (245,95,65). Sum of RGB (Red+Green+Blue) = 245+95+65=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55F41 is #0AA0BE. Grayscale: #888888. Windows color (decimal): -696511 or 4284405. OLE color: 4284405.
HSL color Cylindrical-coordinate representation of color #F55F41: hue angle of 10º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F55F41 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 65 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.04 |
| HSL | 10º | 0.9% | 0.61% | - |
| HSV(B) | 10º | 0.73% | 0.96% | - |
| XYZ | 42.7 | 27.98 | 8.15 | - |
| YUV | 136.43 | 87.7 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 65 | 0 | 0.61 | 0.73 | 0.04 | 10 | 0.9 | 0.61 |
| Hex | F5 | 5F | 41 | 0 | 3D | 49 | 4 | A | 5A | 3D |
| Octal | 365 | 137 | 101 | 0 | 75 | 111 | 4 | 12 | 132 | 75 |
| Binary | 11110101 | 1011111 | 1000001 | 0 | 111101 | 1001001 | 100 | 1010 | 1011010 | 111101 |
Color Harmonies of #F55F41
Complementary color
Monochromatic Colors of #F55F41
Black with #F55F41
Text Example
Text Example
White with #F55F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55F41; }
p { color: rgb(245,95,65); }
H1.HeaderClassName
{
color: #F55F41;
}
.AnyTagClassName
{
color: #F55F41;
}
</style>
background-color css
<style>
a { background-color: #F55F41; }
a { background-color: rgb(245,95,65); }
div.DivClassName
{
background-color: #F55F41;
}
.BgClassName
{
background-color: #F55F41;
}
</style>
border-color css
<style>
span { border-color: #F55F41; }
span { border-color: rgb(245,95,65); }
td.TdClassName
{
border-color: #F55F41;
}
.TagClassName
{
border-color: #F55F41;
}
</style>