Shades of Tomato #F06940
Tints of Tomato #F06940
RGB
CMYK
RGB Variations
Color information
#F06940 (or 0xF06940) is known color: Tomato. HEX triplet: F0, 69 and 40. RGB value is (240,105,64). Sum of RGB (Red+Green+Blue) = 240+105+64=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F06940 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06940 is #0F96BF. Grayscale: #8C8C8C. Windows color (decimal): -1021632 or 4221424. OLE color: 4221424.
HSL color Cylindrical-coordinate representation of color #F06940: hue angle of 13.98º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F06940 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 64 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.06 |
| HSL | 13.98º | 0.85% | 0.6% | - |
| HSV(B) | 13.98º | 0.73% | 0.94% | - |
| XYZ | 41.91 | 29 | 8.24 | - |
| YUV | 140.69 | 84.73 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 64 | 0 | 0.56 | 0.73 | 0.06 | 13.98 | 0.85 | 0.6 |
| Hex | F0 | 69 | 40 | 0 | 38 | 49 | 6 | E | 55 | 3C |
| Octal | 360 | 151 | 100 | 0 | 70 | 111 | 6 | 16 | 125 | 74 |
| Binary | 11110000 | 1101001 | 1000000 | 0 | 111000 | 1001001 | 110 | 1110 | 1010101 | 111100 |
Color Harmonies of #F06940
Complementary color
Monochromatic Colors of #F06940
Black with #F06940
Text Example
Text Example
White with #F06940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06940; }
p { color: rgb(240,105,64); }
H1.HeaderClassName
{
color: #F06940;
}
.AnyTagClassName
{
color: #F06940;
}
</style>
background-color css
<style>
a { background-color: #F06940; }
a { background-color: rgb(240,105,64); }
div.DivClassName
{
background-color: #F06940;
}
.BgClassName
{
background-color: #F06940;
}
</style>
border-color css
<style>
span { border-color: #F06940; }
span { border-color: rgb(240,105,64); }
td.TdClassName
{
border-color: #F06940;
}
.TagClassName
{
border-color: #F06940;
}
</style>