Shades of Tomato #FF6047
Tints of Tomato #FF6047
RGB
CMYK
RGB Variations
Color information
#FF6047 (or 0xFF6047) is known color: Tomato. HEX triplet: FF, 60 and 47. RGB value is (255,96,71). Sum of RGB (Red+Green+Blue) = 255+96+71=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 71 (28.12% from 255 or 16.82% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6047 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6047 is #009FB8. Grayscale: #8C8C8C. Windows color (decimal): -40889 or 4677887. OLE color: 4677887.
HSL color Cylindrical-coordinate representation of color #FF6047: hue angle of 8.15º 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 #FF6047 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 71 | - |
| CMYK | 0 | 0.62 | 0.72 | 0 |
| HSL | 8.15º | 1% | 0.64% | - |
| HSV(B) | 8.15º | 0.72% | 1% | - |
| XYZ | 46.56 | 30.08 | 9.31 | - |
| YUV | 140.69 | 88.68 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 71 | 0 | 0.62 | 0.72 | 0 | 8.15 | 1 | 0.64 |
| Hex | FF | 60 | 47 | 0 | 3E | 48 | 0 | 8 | 64 | 40 |
| Octal | 377 | 140 | 107 | 0 | 76 | 110 | 0 | 10 | 144 | 100 |
| Binary | 11111111 | 1100000 | 1000111 | 0 | 111110 | 1001000 | 0 | 1000 | 1100100 | 1000000 |
Color Harmonies of #FF6047
Complementary color
Monochromatic Colors of #FF6047
Black with #FF6047
Text Example
Text Example
White with #FF6047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6047; }
p { color: rgb(255,96,71); }
H1.HeaderClassName
{
color: #FF6047;
}
.AnyTagClassName
{
color: #FF6047;
}
</style>
background-color css
<style>
a { background-color: #FF6047; }
a { background-color: rgb(255,96,71); }
div.DivClassName
{
background-color: #FF6047;
}
.BgClassName
{
background-color: #FF6047;
}
</style>
border-color css
<style>
span { border-color: #FF6047; }
span { border-color: rgb(255,96,71); }
td.TdClassName
{
border-color: #FF6047;
}
.TagClassName
{
border-color: #FF6047;
}
</style>