Shades of Tomato #FA5952
Tints of Tomato #FA5952
RGB
CMYK
RGB Variations
Color information
#FA5952 (or 0xFA5952) is known color: Tomato. HEX triplet: FA, 59 and 52. RGB value is (250,89,82). Sum of RGB (Red+Green+Blue) = 250+89+82=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 82 (32.42% from 255 or 19.48% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5952 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5952 is #05A6AD. Grayscale: #888888. Windows color (decimal): -370350 or 5396986. OLE color: 5396986.
HSL color Cylindrical-coordinate representation of color #FA5952: hue angle of 2.5º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA5952 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 89 | 82 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.02 |
| HSL | 2.5º | 0.94% | 0.65% | - |
| HSV(B) | 2.5º | 0.67% | 0.98% | - |
| XYZ | 44.52 | 28.08 | 11.06 | - |
| YUV | 136.34 | 97.34 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 89 | 82 | 0 | 0.64 | 0.67 | 0.02 | 2.5 | 0.94 | 0.65 |
| Hex | FA | 59 | 52 | 0 | 40 | 43 | 2 | 2 | 5E | 41 |
| Octal | 372 | 131 | 122 | 0 | 100 | 103 | 2 | 2 | 136 | 101 |
| Binary | 11111010 | 1011001 | 1010010 | 0 | 1000000 | 1000011 | 10 | 10 | 1011110 | 1000001 |
Color Harmonies of #FA5952
Complementary color
Monochromatic Colors of #FA5952
Black with #FA5952
Text Example
Text Example
White with #FA5952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5952; }
p { color: rgb(250,89,82); }
H1.HeaderClassName
{
color: #FA5952;
}
.AnyTagClassName
{
color: #FA5952;
}
</style>
background-color css
<style>
a { background-color: #FA5952; }
a { background-color: rgb(250,89,82); }
div.DivClassName
{
background-color: #FA5952;
}
.BgClassName
{
background-color: #FA5952;
}
</style>
border-color css
<style>
span { border-color: #FA5952; }
span { border-color: rgb(250,89,82); }
td.TdClassName
{
border-color: #FA5952;
}
.TagClassName
{
border-color: #FA5952;
}
</style>