Shades of Tomato #FA584F
Tints of Tomato #FA584F
RGB
CMYK
RGB Variations
Color information
#FA584F (or 0xFA584F) is known color: Tomato. HEX triplet: FA, 58 and 4F. RGB value is (250,88,79). Sum of RGB (Red+Green+Blue) = 250+88+79=417 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.95% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 79 (31.25% from 255 or 18.94% from 417); Max value from RGB is 250 - color contains mainly: red. Hex color #FA584F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA584F is #05A7B0. Grayscale: #878787. Windows color (decimal): -370609 or 5200122. OLE color: 5200122.
HSL color Cylindrical-coordinate representation of color #FA584F: hue angle of 3.16º 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 #FA584F is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 88 | 79 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.02 |
| HSL | 3.16º | 0.94% | 0.65% | - |
| HSV(B) | 3.16º | 0.68% | 0.98% | - |
| XYZ | 44.33 | 27.87 | 10.44 | - |
| YUV | 135.41 | 96.17 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 88 | 79 | 0 | 0.65 | 0.68 | 0.02 | 3.16 | 0.94 | 0.65 |
| Hex | FA | 58 | 4F | 0 | 41 | 44 | 2 | 3 | 5E | 41 |
| Octal | 372 | 130 | 117 | 0 | 101 | 104 | 2 | 3 | 136 | 101 |
| Binary | 11111010 | 1011000 | 1001111 | 0 | 1000001 | 1000100 | 10 | 11 | 1011110 | 1000001 |
Color Harmonies of #FA584F
Complementary color
Monochromatic Colors of #FA584F
Black with #FA584F
Text Example
Text Example
White with #FA584F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA584F; }
p { color: rgb(250,88,79); }
H1.HeaderClassName
{
color: #FA584F;
}
.AnyTagClassName
{
color: #FA584F;
}
</style>
background-color css
<style>
a { background-color: #FA584F; }
a { background-color: rgb(250,88,79); }
div.DivClassName
{
background-color: #FA584F;
}
.BgClassName
{
background-color: #FA584F;
}
</style>
border-color css
<style>
span { border-color: #FA584F; }
span { border-color: rgb(250,88,79); }
td.TdClassName
{
border-color: #FA584F;
}
.TagClassName
{
border-color: #FA584F;
}
</style>