Shades of Tomato #F06040
Tints of Tomato #F06040
RGB
CMYK
RGB Variations
Color information
#F06040 (or 0xF06040) is known color: Tomato. HEX triplet: F0, 60 and 40. RGB value is (240,96,64). Sum of RGB (Red+Green+Blue) = 240+96+64=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F06040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06040 is #0F9FBF. Grayscale: #878787. Windows color (decimal): -1023936 or 4219120. OLE color: 4219120.
HSL color Cylindrical-coordinate representation of color #F06040: hue angle of 10.91º 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 #F06040 is Cyan = 0, Magento = 0.6, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 64 | - |
| CMYK | 0 | 0.6 | 0.73 | 0.06 |
| HSL | 10.91º | 0.85% | 0.6% | - |
| HSV(B) | 10.91º | 0.73% | 0.94% | - |
| XYZ | 41.04 | 27.26 | 7.95 | - |
| YUV | 135.41 | 87.71 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 64 | 0 | 0.6 | 0.73 | 0.06 | 10.91 | 0.85 | 0.6 |
| Hex | F0 | 60 | 40 | 0 | 3C | 49 | 6 | B | 55 | 3C |
| Octal | 360 | 140 | 100 | 0 | 74 | 111 | 6 | 13 | 125 | 74 |
| Binary | 11110000 | 1100000 | 1000000 | 0 | 111100 | 1001001 | 110 | 1011 | 1010101 | 111100 |
Color Harmonies of #F06040
Complementary color
Monochromatic Colors of #F06040
Black with #F06040
Text Example
Text Example
White with #F06040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06040; }
p { color: rgb(240,96,64); }
H1.HeaderClassName
{
color: #F06040;
}
.AnyTagClassName
{
color: #F06040;
}
</style>
background-color css
<style>
a { background-color: #F06040; }
a { background-color: rgb(240,96,64); }
div.DivClassName
{
background-color: #F06040;
}
.BgClassName
{
background-color: #F06040;
}
</style>
border-color css
<style>
span { border-color: #F06040; }
span { border-color: rgb(240,96,64); }
td.TdClassName
{
border-color: #F06040;
}
.TagClassName
{
border-color: #F06040;
}
</style>