Shades of Tomato #F16141
Tints of Tomato #F16141
RGB
CMYK
RGB Variations
Color information
#F16141 (or 0xF16141) is known color: Tomato. HEX triplet: F1, 61 and 41. RGB value is (241,97,65). Sum of RGB (Red+Green+Blue) = 241+97+65=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 65 (25.78% from 255 or 16.13% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F16141 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16141 is #0E9EBE. Grayscale: #888888. Windows color (decimal): -958143 or 4284913. OLE color: 4284913.
HSL color Cylindrical-coordinate representation of color #F16141: hue angle of 10.91º 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 #F16141 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 97 | 65 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.05 |
| HSL | 10.91º | 0.86% | 0.6% | - |
| HSV(B) | 10.91º | 0.73% | 0.95% | - |
| XYZ | 41.5 | 27.63 | 8.15 | - |
| YUV | 136.41 | 87.71 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 97 | 65 | 0 | 0.60 | 0.73 | 0.05 | 10.91 | 0.86 | 0.6 |
| Hex | F1 | 61 | 41 | 0 | 3C | 49 | 5 | B | 56 | 3C |
| Octal | 361 | 141 | 101 | 0 | 74 | 111 | 5 | 13 | 126 | 74 |
| Binary | 11110001 | 1100001 | 1000001 | 0 | 111100 | 1001001 | 101 | 1011 | 1010110 | 111100 |
Color Harmonies of #F16141
Complementary color
Monochromatic Colors of #F16141
Black with #F16141
Text Example
Text Example
White with #F16141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16141; }
p { color: rgb(241,97,65); }
H1.HeaderClassName
{
color: #F16141;
}
.AnyTagClassName
{
color: #F16141;
}
</style>
background-color css
<style>
a { background-color: #F16141; }
a { background-color: rgb(241,97,65); }
div.DivClassName
{
background-color: #F16141;
}
.BgClassName
{
background-color: #F16141;
}
</style>
border-color css
<style>
span { border-color: #F16141; }
span { border-color: rgb(241,97,65); }
td.TdClassName
{
border-color: #F16141;
}
.TagClassName
{
border-color: #F16141;
}
</style>