Shades of Tomato #FA5850
Tints of Tomato #FA5850
RGB
CMYK
RGB Variations
Color information
#FA5850 (or 0xFA5850) is known color: Tomato. HEX triplet: FA, 58 and 50. RGB value is (250,88,80). Sum of RGB (Red+Green+Blue) = 250+88+80=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5850 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5850 is #05A7AF. Grayscale: #878787. Windows color (decimal): -370608 or 5265658. OLE color: 5265658.
HSL color Cylindrical-coordinate representation of color #FA5850: hue angle of 2.82º degrees, saturation: 0.94, 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 #FA5850 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 88 | 80 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.02 |
| HSL | 2.82º | 0.94% | 0.65% | - |
| HSV(B) | 2.82º | 0.68% | 0.98% | - |
| XYZ | 44.36 | 27.88 | 10.63 | - |
| YUV | 135.53 | 96.67 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 88 | 80 | 0 | 0.65 | 0.68 | 0.02 | 2.82 | 0.94 | 0.65 |
| Hex | FA | 58 | 50 | 0 | 41 | 44 | 2 | 3 | 5E | 41 |
| Octal | 372 | 130 | 120 | 0 | 101 | 104 | 2 | 3 | 136 | 101 |
| Binary | 11111010 | 1011000 | 1010000 | 0 | 1000001 | 1000100 | 10 | 11 | 1011110 | 1000001 |
Color Harmonies of #FA5850
Complementary color
Monochromatic Colors of #FA5850
Black with #FA5850
Text Example
Text Example
White with #FA5850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5850; }
p { color: rgb(250,88,80); }
H1.HeaderClassName
{
color: #FA5850;
}
.AnyTagClassName
{
color: #FA5850;
}
</style>
background-color css
<style>
a { background-color: #FA5850; }
a { background-color: rgb(250,88,80); }
div.DivClassName
{
background-color: #FA5850;
}
.BgClassName
{
background-color: #FA5850;
}
</style>
border-color css
<style>
span { border-color: #FA5850; }
span { border-color: rgb(250,88,80); }
td.TdClassName
{
border-color: #FA5850;
}
.TagClassName
{
border-color: #FA5850;
}
</style>