Shades of Tomato #F5614E
Tints of Tomato #F5614E
RGB
CMYK
RGB Variations
Color information
#F5614E (or 0xF5614E) is known color: Tomato. HEX triplet: F5, 61 and 4E. RGB value is (245,97,78). Sum of RGB (Red+Green+Blue) = 245+97+78=420 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.33% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 78 (30.86% from 255 or 18.57% from 420); Max value from RGB is 245 - color contains mainly: red. Hex color #F5614E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5614E is #0A9EB1. Grayscale: #8B8B8B. Windows color (decimal): -695986 or 5136885. OLE color: 5136885.
HSL color Cylindrical-coordinate representation of color #F5614E: hue angle of 6.83º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F5614E is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 97 | 78 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.04 |
| HSL | 6.83º | 0.89% | 0.63% | - |
| HSV(B) | 6.83º | 0.68% | 0.96% | - |
| XYZ | 43.31 | 28.51 | 10.43 | - |
| YUV | 139.09 | 93.53 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 97 | 78 | 0 | 0.60 | 0.68 | 0.04 | 6.83 | 0.89 | 0.63 |
| Hex | F5 | 61 | 4E | 0 | 3C | 44 | 4 | 7 | 59 | 3F |
| Octal | 365 | 141 | 116 | 0 | 74 | 104 | 4 | 7 | 131 | 77 |
| Binary | 11110101 | 1100001 | 1001110 | 0 | 111100 | 1000100 | 100 | 111 | 1011001 | 111111 |
Color Harmonies of #F5614E
Complementary color
Monochromatic Colors of #F5614E
Black with #F5614E
Text Example
Text Example
White with #F5614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5614E; }
p { color: rgb(245,97,78); }
H1.HeaderClassName
{
color: #F5614E;
}
.AnyTagClassName
{
color: #F5614E;
}
</style>
background-color css
<style>
a { background-color: #F5614E; }
a { background-color: rgb(245,97,78); }
div.DivClassName
{
background-color: #F5614E;
}
.BgClassName
{
background-color: #F5614E;
}
</style>
border-color css
<style>
span { border-color: #F5614E; }
span { border-color: rgb(245,97,78); }
td.TdClassName
{
border-color: #F5614E;
}
.TagClassName
{
border-color: #F5614E;
}
</style>