Shades of Tomato #FF6148
Tints of Tomato #FF6148
RGB
CMYK
RGB Variations
Color information
#FF6148 (or 0xFF6148) is known color: Tomato. HEX triplet: FF, 61 and 48. RGB value is (255,97,72). Sum of RGB (Red+Green+Blue) = 255+97+72=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 72 (28.52% from 255 or 16.98% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6148 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6148 is #009EB7. Grayscale: #8D8D8D. Windows color (decimal): -40632 or 4743679. OLE color: 4743679.
HSL color Cylindrical-coordinate representation of color #FF6148: hue angle of 8.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 #FF6148 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 72 | - |
| CMYK | 0 | 0.62 | 0.72 | 0 |
| HSL | 8.2º | 1% | 0.64% | - |
| HSV(B) | 8.2º | 0.72% | 1% | - |
| XYZ | 46.68 | 30.28 | 9.51 | - |
| YUV | 141.39 | 88.85 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 72 | 0 | 0.62 | 0.72 | 0 | 8.2 | 1 | 0.64 |
| Hex | FF | 61 | 48 | 0 | 3E | 48 | 0 | 8 | 64 | 40 |
| Octal | 377 | 141 | 110 | 0 | 76 | 110 | 0 | 10 | 144 | 100 |
| Binary | 11111111 | 1100001 | 1001000 | 0 | 111110 | 1001000 | 0 | 1000 | 1100100 | 1000000 |
Color Harmonies of #FF6148
Complementary color
Monochromatic Colors of #FF6148
Black with #FF6148
Text Example
Text Example
White with #FF6148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6148; }
p { color: rgb(255,97,72); }
H1.HeaderClassName
{
color: #FF6148;
}
.AnyTagClassName
{
color: #FF6148;
}
</style>
background-color css
<style>
a { background-color: #FF6148; }
a { background-color: rgb(255,97,72); }
div.DivClassName
{
background-color: #FF6148;
}
.BgClassName
{
background-color: #FF6148;
}
</style>
border-color css
<style>
span { border-color: #FF6148; }
span { border-color: rgb(255,97,72); }
td.TdClassName
{
border-color: #FF6148;
}
.TagClassName
{
border-color: #FF6148;
}
</style>