Shades of Tomato #FF6055
Tints of Tomato #FF6055
RGB
CMYK
RGB Variations
Color information
#FF6055 (or 0xFF6055) is known color: Tomato. HEX triplet: FF, 60 and 55. RGB value is (255,96,85). Sum of RGB (Red+Green+Blue) = 255+96+85=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6055 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6055 is #009FAA. Grayscale: #8E8E8E. Windows color (decimal): -40875 or 5595391. OLE color: 5595391.
HSL color Cylindrical-coordinate representation of color #FF6055: hue angle of 3.88º 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 #FF6055 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 85 | - |
| CMYK | 0 | 0.62 | 0.67 | 0 |
| HSL | 3.88º | 1% | 0.67% | - |
| HSV(B) | 3.88º | 0.67% | 1% | - |
| XYZ | 47.06 | 30.28 | 11.96 | - |
| YUV | 142.29 | 95.68 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 85 | 0 | 0.62 | 0.67 | 0 | 3.88 | 1 | 0.67 |
| Hex | FF | 60 | 55 | 0 | 3E | 43 | 0 | 4 | 64 | 43 |
| Octal | 377 | 140 | 125 | 0 | 76 | 103 | 0 | 4 | 144 | 103 |
| Binary | 11111111 | 1100000 | 1010101 | 0 | 111110 | 1000011 | 0 | 100 | 1100100 | 1000011 |
Color Harmonies of #FF6055
Complementary color
Monochromatic Colors of #FF6055
Black with #FF6055
Text Example
Text Example
White with #FF6055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6055; }
p { color: rgb(255,96,85); }
H1.HeaderClassName
{
color: #FF6055;
}
.AnyTagClassName
{
color: #FF6055;
}
</style>
background-color css
<style>
a { background-color: #FF6055; }
a { background-color: rgb(255,96,85); }
div.DivClassName
{
background-color: #FF6055;
}
.BgClassName
{
background-color: #FF6055;
}
</style>
border-color css
<style>
span { border-color: #FF6055; }
span { border-color: rgb(255,96,85); }
td.TdClassName
{
border-color: #FF6055;
}
.TagClassName
{
border-color: #FF6055;
}
</style>