Shades of Tomato #F06441
Tints of Tomato #F06441
RGB
CMYK
RGB Variations
Color information
#F06441 (or 0xF06441) is known color: Tomato. HEX triplet: F0, 64 and 41. RGB value is (240,100,65). Sum of RGB (Red+Green+Blue) = 240+100+65=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F06441 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06441 is #0F9BBE. Grayscale: #8A8A8A. Windows color (decimal): -1022911 or 4285680. OLE color: 4285680.
HSL color Cylindrical-coordinate representation of color #F06441: hue angle of 12º 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 #F06441 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 65 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.06 |
| HSL | 12º | 0.85% | 0.6% | - |
| HSV(B) | 12º | 0.73% | 0.94% | - |
| XYZ | 41.45 | 28.02 | 8.23 | - |
| YUV | 137.87 | 86.88 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 65 | 0 | 0.58 | 0.73 | 0.06 | 12 | 0.85 | 0.6 |
| Hex | F0 | 64 | 41 | 0 | 3A | 49 | 6 | C | 55 | 3C |
| Octal | 360 | 144 | 101 | 0 | 72 | 111 | 6 | 14 | 125 | 74 |
| Binary | 11110000 | 1100100 | 1000001 | 0 | 111010 | 1001001 | 110 | 1100 | 1010101 | 111100 |
Color Harmonies of #F06441
Complementary color
Monochromatic Colors of #F06441
Black with #F06441
Text Example
Text Example
White with #F06441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06441; }
p { color: rgb(240,100,65); }
H1.HeaderClassName
{
color: #F06441;
}
.AnyTagClassName
{
color: #F06441;
}
</style>
background-color css
<style>
a { background-color: #F06441; }
a { background-color: rgb(240,100,65); }
div.DivClassName
{
background-color: #F06441;
}
.BgClassName
{
background-color: #F06441;
}
</style>
border-color css
<style>
span { border-color: #F06441; }
span { border-color: rgb(240,100,65); }
td.TdClassName
{
border-color: #F06441;
}
.TagClassName
{
border-color: #F06441;
}
</style>