Shades of Tomato #F06340
Tints of Tomato #F06340
RGB
CMYK
RGB Variations
Color information
#F06340 (or 0xF06340) is known color: Tomato. HEX triplet: F0, 63 and 40. RGB value is (240,99,64). Sum of RGB (Red+Green+Blue) = 240+99+64=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F06340 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06340 is #0F9CBF. Grayscale: #898989. Windows color (decimal): -1023168 or 4219888. OLE color: 4219888.
HSL color Cylindrical-coordinate representation of color #F06340: hue angle of 11.93º 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 #F06340 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 64 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.06 |
| HSL | 11.93º | 0.85% | 0.6% | - |
| HSV(B) | 11.93º | 0.73% | 0.94% | - |
| XYZ | 41.32 | 27.82 | 8.04 | - |
| YUV | 137.17 | 86.71 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 64 | 0 | 0.59 | 0.73 | 0.06 | 11.93 | 0.85 | 0.6 |
| Hex | F0 | 63 | 40 | 0 | 3B | 49 | 6 | C | 55 | 3C |
| Octal | 360 | 143 | 100 | 0 | 73 | 111 | 6 | 14 | 125 | 74 |
| Binary | 11110000 | 1100011 | 1000000 | 0 | 111011 | 1001001 | 110 | 1100 | 1010101 | 111100 |
Color Harmonies of #F06340
Complementary color
Monochromatic Colors of #F06340
Black with #F06340
Text Example
Text Example
White with #F06340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06340; }
p { color: rgb(240,99,64); }
H1.HeaderClassName
{
color: #F06340;
}
.AnyTagClassName
{
color: #F06340;
}
</style>
background-color css
<style>
a { background-color: #F06340; }
a { background-color: rgb(240,99,64); }
div.DivClassName
{
background-color: #F06340;
}
.BgClassName
{
background-color: #F06340;
}
</style>
border-color css
<style>
span { border-color: #F06340; }
span { border-color: rgb(240,99,64); }
td.TdClassName
{
border-color: #F06340;
}
.TagClassName
{
border-color: #F06340;
}
</style>