Shades of Tomato #F06945
Tints of Tomato #F06945
RGB
CMYK
RGB Variations
Color information
#F06945 (or 0xF06945) is known color: Tomato. HEX triplet: F0, 69 and 45. RGB value is (240,105,69). Sum of RGB (Red+Green+Blue) = 240+105+69=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 69 (27.34% from 255 or 16.67% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F06945 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06945 is #0F96BA. Grayscale: #8D8D8D. Windows color (decimal): -1021627 or 4549104. OLE color: 4549104.
HSL color Cylindrical-coordinate representation of color #F06945: hue angle of 12.63º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F06945 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 69 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.06 |
| HSL | 12.63º | 0.85% | 0.61% | - |
| HSV(B) | 12.63º | 0.71% | 0.94% | - |
| XYZ | 42.06 | 29.06 | 9.02 | - |
| YUV | 141.26 | 87.23 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 69 | 0 | 0.56 | 0.71 | 0.06 | 12.63 | 0.85 | 0.61 |
| Hex | F0 | 69 | 45 | 0 | 38 | 47 | 6 | D | 55 | 3D |
| Octal | 360 | 151 | 105 | 0 | 70 | 107 | 6 | 15 | 125 | 75 |
| Binary | 11110000 | 1101001 | 1000101 | 0 | 111000 | 1000111 | 110 | 1101 | 1010101 | 111101 |
Color Harmonies of #F06945
Complementary color
Monochromatic Colors of #F06945
Black with #F06945
Text Example
Text Example
White with #F06945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06945; }
p { color: rgb(240,105,69); }
H1.HeaderClassName
{
color: #F06945;
}
.AnyTagClassName
{
color: #F06945;
}
</style>
background-color css
<style>
a { background-color: #F06945; }
a { background-color: rgb(240,105,69); }
div.DivClassName
{
background-color: #F06945;
}
.BgClassName
{
background-color: #F06945;
}
</style>
border-color css
<style>
span { border-color: #F06945; }
span { border-color: rgb(240,105,69); }
td.TdClassName
{
border-color: #F06945;
}
.TagClassName
{
border-color: #F06945;
}
</style>