Shades of Tomato #FF7146
Tints of Tomato #FF7146
RGB
CMYK
RGB Variations
Color information
#FF7146 (or 0xFF7146) is known color: Tomato. HEX triplet: FF, 71 and 46. RGB value is (255,113,70). Sum of RGB (Red+Green+Blue) = 255+113+70=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7146 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7146 is #008EB9. Grayscale: #969696. Windows color (decimal): -36538 or 4616703. OLE color: 4616703.
HSL color Cylindrical-coordinate representation of color #FF7146: hue angle of 13.95º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF7146 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 70 | - |
| CMYK | 0 | 0.56 | 0.73 | 0 |
| HSL | 13.95º | 1% | 0.64% | - |
| HSV(B) | 13.95º | 0.73% | 1% | - |
| XYZ | 48.25 | 33.51 | 9.72 | - |
| YUV | 150.56 | 82.54 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 70 | 0 | 0.56 | 0.73 | 0 | 13.95 | 1 | 0.64 |
| Hex | FF | 71 | 46 | 0 | 38 | 49 | 0 | E | 64 | 40 |
| Octal | 377 | 161 | 106 | 0 | 70 | 111 | 0 | 16 | 144 | 100 |
| Binary | 11111111 | 1110001 | 1000110 | 0 | 111000 | 1001001 | 0 | 1110 | 1100100 | 1000000 |
Color Harmonies of #FF7146
Complementary color
Monochromatic Colors of #FF7146
Black with #FF7146
Text Example
Text Example
White with #FF7146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7146; }
p { color: rgb(255,113,70); }
H1.HeaderClassName
{
color: #FF7146;
}
.AnyTagClassName
{
color: #FF7146;
}
</style>
background-color css
<style>
a { background-color: #FF7146; }
a { background-color: rgb(255,113,70); }
div.DivClassName
{
background-color: #FF7146;
}
.BgClassName
{
background-color: #FF7146;
}
</style>
border-color css
<style>
span { border-color: #FF7146; }
span { border-color: rgb(255,113,70); }
td.TdClassName
{
border-color: #FF7146;
}
.TagClassName
{
border-color: #FF7146;
}
</style>