Shades of Tomato #FB5850
Tints of Tomato #FB5850
RGB
CMYK
RGB Variations
Color information
#FB5850 (or 0xFB5850) is known color: Tomato. HEX triplet: FB, 58 and 50. RGB value is (251,88,80). Sum of RGB (Red+Green+Blue) = 251+88+80=419 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.90% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5850 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5850 is #04A7AF. Grayscale: #888888. Windows color (decimal): -305072 or 5265659. OLE color: 5265659.
HSL color Cylindrical-coordinate representation of color #FB5850: hue angle of 2.81º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB5850 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 88 | 80 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.02 |
| HSL | 2.81º | 0.96% | 0.65% | - |
| HSV(B) | 2.81º | 0.68% | 0.98% | - |
| XYZ | 44.72 | 28.07 | 10.65 | - |
| YUV | 135.83 | 96.5 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 88 | 80 | 0 | 0.65 | 0.68 | 0.02 | 2.81 | 0.96 | 0.65 |
| Hex | FB | 58 | 50 | 0 | 41 | 44 | 2 | 3 | 60 | 41 |
| Octal | 373 | 130 | 120 | 0 | 101 | 104 | 2 | 3 | 140 | 101 |
| Binary | 11111011 | 1011000 | 1010000 | 0 | 1000001 | 1000100 | 10 | 11 | 1100000 | 1000001 |
Color Harmonies of #FB5850
Complementary color
Monochromatic Colors of #FB5850
Black with #FB5850
Text Example
Text Example
White with #FB5850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5850; }
p { color: rgb(251,88,80); }
H1.HeaderClassName
{
color: #FB5850;
}
.AnyTagClassName
{
color: #FB5850;
}
</style>
background-color css
<style>
a { background-color: #FB5850; }
a { background-color: rgb(251,88,80); }
div.DivClassName
{
background-color: #FB5850;
}
.BgClassName
{
background-color: #FB5850;
}
</style>
border-color css
<style>
span { border-color: #FB5850; }
span { border-color: rgb(251,88,80); }
td.TdClassName
{
border-color: #FB5850;
}
.TagClassName
{
border-color: #FB5850;
}
</style>