Shades of Tomato #FF5955
Tints of Tomato #FF5955
RGB
CMYK
RGB Variations
Color information
#FF5955 (or 0xFF5955) is known color: Tomato. HEX triplet: FF, 59 and 55. RGB value is (255,89,85). Sum of RGB (Red+Green+Blue) = 255+89+85=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5955 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5955 is #00A6AA. Grayscale: #8A8A8A. Windows color (decimal): -42667 or 5593599. OLE color: 5593599.
HSL color Cylindrical-coordinate representation of color #FF5955: hue angle of 1.41º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF5955 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 85 | - |
| CMYK | 0 | 0.65 | 0.67 | 0 |
| HSL | 1.41º | 1% | 0.67% | - |
| HSV(B) | 1.41º | 0.67% | 1% | - |
| XYZ | 46.45 | 29.06 | 11.76 | - |
| YUV | 138.18 | 98 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 85 | 0 | 0.65 | 0.67 | 0 | 1.41 | 1 | 0.67 |
| Hex | FF | 59 | 55 | 0 | 41 | 43 | 0 | 1 | 64 | 43 |
| Octal | 377 | 131 | 125 | 0 | 101 | 103 | 0 | 1 | 144 | 103 |
| Binary | 11111111 | 1011001 | 1010101 | 0 | 1000001 | 1000011 | 0 | 1 | 1100100 | 1000011 |
Color Harmonies of #FF5955
Complementary color
Monochromatic Colors of #FF5955
Black with #FF5955
Text Example
Text Example
White with #FF5955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5955; }
p { color: rgb(255,89,85); }
H1.HeaderClassName
{
color: #FF5955;
}
.AnyTagClassName
{
color: #FF5955;
}
</style>
background-color css
<style>
a { background-color: #FF5955; }
a { background-color: rgb(255,89,85); }
div.DivClassName
{
background-color: #FF5955;
}
.BgClassName
{
background-color: #FF5955;
}
</style>
border-color css
<style>
span { border-color: #FF5955; }
span { border-color: rgb(255,89,85); }
td.TdClassName
{
border-color: #FF5955;
}
.TagClassName
{
border-color: #FF5955;
}
</style>