Shades of Tomato #FA5A58
Tints of Tomato #FA5A58
RGB
CMYK
RGB Variations
Color information
#FA5A58 (or 0xFA5A58) is known color: Tomato. HEX triplet: FA, 5A and 58. RGB value is (250,90,88). Sum of RGB (Red+Green+Blue) = 250+90+88=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 88 (34.77% from 255 or 20.56% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5A58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5A58 is #05A5A7. Grayscale: #898989. Windows color (decimal): -370088 or 5790458. OLE color: 5790458.
HSL color Cylindrical-coordinate representation of color #FA5A58: hue angle of 0.74º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA5A58 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 90 | 88 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.02 |
| HSL | 0.74º | 0.94% | 0.66% | - |
| HSV(B) | 0.74º | 0.65% | 0.98% | - |
| XYZ | 44.84 | 28.34 | 12.34 | - |
| YUV | 137.61 | 100.01 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 90 | 88 | 0 | 0.64 | 0.65 | 0.02 | 0.74 | 0.94 | 0.66 |
| Hex | FA | 5A | 58 | 0 | 40 | 41 | 2 | 1 | 5E | 42 |
| Octal | 372 | 132 | 130 | 0 | 100 | 101 | 2 | 1 | 136 | 102 |
| Binary | 11111010 | 1011010 | 1011000 | 0 | 1000000 | 1000001 | 10 | 1 | 1011110 | 1000010 |
Color Harmonies of #FA5A58
Complementary color
Monochromatic Colors of #FA5A58
Black with #FA5A58
Text Example
Text Example
White with #FA5A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5A58; }
p { color: rgb(250,90,88); }
H1.HeaderClassName
{
color: #FA5A58;
}
.AnyTagClassName
{
color: #FA5A58;
}
</style>
background-color css
<style>
a { background-color: #FA5A58; }
a { background-color: rgb(250,90,88); }
div.DivClassName
{
background-color: #FA5A58;
}
.BgClassName
{
background-color: #FA5A58;
}
</style>
border-color css
<style>
span { border-color: #FA5A58; }
span { border-color: rgb(250,90,88); }
td.TdClassName
{
border-color: #FA5A58;
}
.TagClassName
{
border-color: #FA5A58;
}
</style>