Shades of Tomato #FF5855
Tints of Tomato #FF5855
RGB
CMYK
RGB Variations
Color information
#FF5855 (or 0xFF5855) is known color: Tomato. HEX triplet: FF, 58 and 55. RGB value is (255,88,85). Sum of RGB (Red+Green+Blue) = 255+88+85=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 85 (33.59% from 255 or 19.86% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5855 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5855 is #00A7AA. Grayscale: #898989. Windows color (decimal): -42923 or 5593343. OLE color: 5593343.
HSL color Cylindrical-coordinate representation of color #FF5855: hue angle of 1.06º 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 #FF5855 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 85 | - |
| CMYK | 0 | 0.65 | 0.67 | 0 |
| HSL | 1.06º | 1% | 0.67% | - |
| HSV(B) | 1.06º | 0.67% | 1% | - |
| XYZ | 46.37 | 28.9 | 11.73 | - |
| YUV | 137.59 | 98.33 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 85 | 0 | 0.65 | 0.67 | 0 | 1.06 | 1 | 0.67 |
| Hex | FF | 58 | 55 | 0 | 41 | 43 | 0 | 1 | 64 | 43 |
| Octal | 377 | 130 | 125 | 0 | 101 | 103 | 0 | 1 | 144 | 103 |
| Binary | 11111111 | 1011000 | 1010101 | 0 | 1000001 | 1000011 | 0 | 1 | 1100100 | 1000011 |
Color Harmonies of #FF5855
Complementary color
Monochromatic Colors of #FF5855
Black with #FF5855
Text Example
Text Example
White with #FF5855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5855; }
p { color: rgb(255,88,85); }
H1.HeaderClassName
{
color: #FF5855;
}
.AnyTagClassName
{
color: #FF5855;
}
</style>
background-color css
<style>
a { background-color: #FF5855; }
a { background-color: rgb(255,88,85); }
div.DivClassName
{
background-color: #FF5855;
}
.BgClassName
{
background-color: #FF5855;
}
</style>
border-color css
<style>
span { border-color: #FF5855; }
span { border-color: rgb(255,88,85); }
td.TdClassName
{
border-color: #FF5855;
}
.TagClassName
{
border-color: #FF5855;
}
</style>