Shades of Tomato #FF5F47
Tints of Tomato #FF5F47
RGB
CMYK
RGB Variations
Color information
#FF5F47 (or 0xFF5F47) is known color: Tomato. HEX triplet: FF, 5F and 47. RGB value is (255,95,71). Sum of RGB (Red+Green+Blue) = 255+95+71=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 71 (28.12% from 255 or 16.86% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5F47 is #00A0B8. Grayscale: #8C8C8C. Windows color (decimal): -41145 or 4677631. OLE color: 4677631.
HSL color Cylindrical-coordinate representation of color #FF5F47: hue angle of 7.83º 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 #FF5F47 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 71 | - |
| CMYK | 0 | 0.63 | 0.72 | 0 |
| HSL | 7.83º | 1% | 0.64% | - |
| HSV(B) | 7.83º | 0.72% | 1% | - |
| XYZ | 46.47 | 29.9 | 9.28 | - |
| YUV | 140.1 | 89.01 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 71 | 0 | 0.63 | 0.72 | 0 | 7.83 | 1 | 0.64 |
| Hex | FF | 5F | 47 | 0 | 3F | 48 | 0 | 8 | 64 | 40 |
| Octal | 377 | 137 | 107 | 0 | 77 | 110 | 0 | 10 | 144 | 100 |
| Binary | 11111111 | 1011111 | 1000111 | 0 | 111111 | 1001000 | 0 | 1000 | 1100100 | 1000000 |
Color Harmonies of #FF5F47
Complementary color
Monochromatic Colors of #FF5F47
Black with #FF5F47
Text Example
Text Example
White with #FF5F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5F47; }
p { color: rgb(255,95,71); }
H1.HeaderClassName
{
color: #FF5F47;
}
.AnyTagClassName
{
color: #FF5F47;
}
</style>
background-color css
<style>
a { background-color: #FF5F47; }
a { background-color: rgb(255,95,71); }
div.DivClassName
{
background-color: #FF5F47;
}
.BgClassName
{
background-color: #FF5F47;
}
</style>
border-color css
<style>
span { border-color: #FF5F47; }
span { border-color: rgb(255,95,71); }
td.TdClassName
{
border-color: #FF5F47;
}
.TagClassName
{
border-color: #FF5F47;
}
</style>