Shades of Tomato #F95955
Tints of Tomato #F95955
RGB
CMYK
RGB Variations
Color information
#F95955 (or 0xF95955) is known color: Tomato. HEX triplet: F9, 59 and 55. RGB value is (249,89,85). Sum of RGB (Red+Green+Blue) = 249+89+85=423 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.87% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 249 - color contains mainly: red. Hex color #F95955 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95955 is #06A6AA. Grayscale: #888888. Windows color (decimal): -435883 or 5593593. OLE color: 5593593.
HSL color Cylindrical-coordinate representation of color #F95955: hue angle of 1.46º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F95955 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 89 | 85 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.02 |
| HSL | 1.46º | 0.93% | 0.65% | - |
| HSV(B) | 1.46º | 0.66% | 0.98% | - |
| XYZ | 44.28 | 27.94 | 11.65 | - |
| YUV | 136.38 | 99.01 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 89 | 85 | 0 | 0.64 | 0.66 | 0.02 | 1.46 | 0.93 | 0.65 |
| Hex | F9 | 59 | 55 | 0 | 40 | 42 | 2 | 1 | 5D | 41 |
| Octal | 371 | 131 | 125 | 0 | 100 | 102 | 2 | 1 | 135 | 101 |
| Binary | 11111001 | 1011001 | 1010101 | 0 | 1000000 | 1000010 | 10 | 1 | 1011101 | 1000001 |
Color Harmonies of #F95955
Complementary color
Monochromatic Colors of #F95955
Black with #F95955
Text Example
Text Example
White with #F95955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95955; }
p { color: rgb(249,89,85); }
H1.HeaderClassName
{
color: #F95955;
}
.AnyTagClassName
{
color: #F95955;
}
</style>
background-color css
<style>
a { background-color: #F95955; }
a { background-color: rgb(249,89,85); }
div.DivClassName
{
background-color: #F95955;
}
.BgClassName
{
background-color: #F95955;
}
</style>
border-color css
<style>
span { border-color: #F95955; }
span { border-color: rgb(249,89,85); }
td.TdClassName
{
border-color: #F95955;
}
.TagClassName
{
border-color: #F95955;
}
</style>