Shades of Tomato #FF5A47
Tints of Tomato #FF5A47
RGB
CMYK
RGB Variations
Color information
#FF5A47 (or 0xFF5A47) is known color: Tomato. HEX triplet: FF, 5A and 47. RGB value is (255,90,71). Sum of RGB (Red+Green+Blue) = 255+90+71=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 71 (28.12% from 255 or 17.07% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5A47 is #00A5B8. Grayscale: #898989. Windows color (decimal): -42425 or 4676351. OLE color: 4676351.
HSL color Cylindrical-coordinate representation of color #FF5A47: hue angle of 6.2º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF5A47 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 71 | - |
| CMYK | 0 | 0.65 | 0.72 | 0 |
| HSL | 6.2º | 1% | 0.64% | - |
| HSV(B) | 6.2º | 0.72% | 1% | - |
| XYZ | 46.03 | 29.03 | 9.14 | - |
| YUV | 137.17 | 90.66 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 71 | 0 | 0.65 | 0.72 | 0 | 6.2 | 1 | 0.64 |
| Hex | FF | 5A | 47 | 0 | 41 | 48 | 0 | 6 | 64 | 40 |
| Octal | 377 | 132 | 107 | 0 | 101 | 110 | 0 | 6 | 144 | 100 |
| Binary | 11111111 | 1011010 | 1000111 | 0 | 1000001 | 1001000 | 0 | 110 | 1100100 | 1000000 |
Color Harmonies of #FF5A47
Complementary color
Monochromatic Colors of #FF5A47
Black with #FF5A47
Text Example
Text Example
White with #FF5A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A47; }
p { color: rgb(255,90,71); }
H1.HeaderClassName
{
color: #FF5A47;
}
.AnyTagClassName
{
color: #FF5A47;
}
</style>
background-color css
<style>
a { background-color: #FF5A47; }
a { background-color: rgb(255,90,71); }
div.DivClassName
{
background-color: #FF5A47;
}
.BgClassName
{
background-color: #FF5A47;
}
</style>
border-color css
<style>
span { border-color: #FF5A47; }
span { border-color: rgb(255,90,71); }
td.TdClassName
{
border-color: #FF5A47;
}
.TagClassName
{
border-color: #FF5A47;
}
</style>