Shades of Tomato #F16440
Tints of Tomato #F16440
RGB
CMYK
RGB Variations
Color information
#F16440 (or 0xF16440) is known color: Tomato. HEX triplet: F1, 64 and 40. RGB value is (241,100,64). Sum of RGB (Red+Green+Blue) = 241+100+64=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F16440 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16440 is #0E9BBF. Grayscale: #8A8A8A. Windows color (decimal): -957376 or 4220145. OLE color: 4220145.
HSL color Cylindrical-coordinate representation of color #F16440: hue angle of 12.2º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F16440 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 64 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.05 |
| HSL | 12.2º | 0.86% | 0.6% | - |
| HSV(B) | 12.2º | 0.73% | 0.95% | - |
| XYZ | 41.76 | 28.19 | 8.09 | - |
| YUV | 138.06 | 86.21 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 64 | 0 | 0.59 | 0.73 | 0.05 | 12.2 | 0.86 | 0.6 |
| Hex | F1 | 64 | 40 | 0 | 3B | 49 | 5 | C | 56 | 3C |
| Octal | 361 | 144 | 100 | 0 | 73 | 111 | 5 | 14 | 126 | 74 |
| Binary | 11110001 | 1100100 | 1000000 | 0 | 111011 | 1001001 | 101 | 1100 | 1010110 | 111100 |
Color Harmonies of #F16440
Complementary color
Monochromatic Colors of #F16440
Black with #F16440
Text Example
Text Example
White with #F16440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16440; }
p { color: rgb(241,100,64); }
H1.HeaderClassName
{
color: #F16440;
}
.AnyTagClassName
{
color: #F16440;
}
</style>
background-color css
<style>
a { background-color: #F16440; }
a { background-color: rgb(241,100,64); }
div.DivClassName
{
background-color: #F16440;
}
.BgClassName
{
background-color: #F16440;
}
</style>
border-color css
<style>
span { border-color: #F16440; }
span { border-color: rgb(241,100,64); }
td.TdClassName
{
border-color: #F16440;
}
.TagClassName
{
border-color: #F16440;
}
</style>