Shades of Tomato #FF5B56
Tints of Tomato #FF5B56
RGB
CMYK
RGB Variations
Color information
#FF5B56 (or 0xFF5B56) is known color: Tomato. HEX triplet: FF, 5B and 56. RGB value is (255,91,86). Sum of RGB (Red+Green+Blue) = 255+91+86=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 91 (35.94% from 255 or 21.06% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5B56 is #00A4A9. Grayscale: #8B8B8B. Windows color (decimal): -42154 or 5659647. OLE color: 5659647.
HSL color Cylindrical-coordinate representation of color #FF5B56: hue angle of 1.78º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF5B56 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 86 | - |
| CMYK | 0 | 0.64 | 0.66 | 0 |
| HSL | 1.78º | 1% | 0.67% | - |
| HSV(B) | 1.78º | 0.66% | 1% | - |
| XYZ | 46.66 | 29.41 | 12.02 | - |
| YUV | 139.47 | 97.83 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 86 | 0 | 0.64 | 0.66 | 0 | 1.78 | 1 | 0.67 |
| Hex | FF | 5B | 56 | 0 | 40 | 42 | 0 | 2 | 64 | 43 |
| Octal | 377 | 133 | 126 | 0 | 100 | 102 | 0 | 2 | 144 | 103 |
| Binary | 11111111 | 1011011 | 1010110 | 0 | 1000000 | 1000010 | 0 | 10 | 1100100 | 1000011 |
Color Harmonies of #FF5B56
Complementary color
Monochromatic Colors of #FF5B56
Black with #FF5B56
Text Example
Text Example
White with #FF5B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5B56; }
p { color: rgb(255,91,86); }
H1.HeaderClassName
{
color: #FF5B56;
}
.AnyTagClassName
{
color: #FF5B56;
}
</style>
background-color css
<style>
a { background-color: #FF5B56; }
a { background-color: rgb(255,91,86); }
div.DivClassName
{
background-color: #FF5B56;
}
.BgClassName
{
background-color: #FF5B56;
}
</style>
border-color css
<style>
span { border-color: #FF5B56; }
span { border-color: rgb(255,91,86); }
td.TdClassName
{
border-color: #FF5B56;
}
.TagClassName
{
border-color: #FF5B56;
}
</style>