Shades of Tomato #FF6848
Tints of Tomato #FF6848
RGB
CMYK
RGB Variations
Color information
#FF6848 (or 0xFF6848) is known color: Tomato. HEX triplet: FF, 68 and 48. RGB value is (255,104,72). Sum of RGB (Red+Green+Blue) = 255+104+72=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 72 (28.52% from 255 or 16.71% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6848 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6848 is #0097B7. Grayscale: #919191. Windows color (decimal): -38840 or 4745471. OLE color: 4745471.
HSL color Cylindrical-coordinate representation of color #FF6848: hue angle of 10.49º 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 #FF6848 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 72 | - |
| CMYK | 0 | 0.59 | 0.72 | 0 |
| HSL | 10.49º | 1% | 0.64% | - |
| HSV(B) | 10.49º | 0.72% | 1% | - |
| XYZ | 47.36 | 31.63 | 9.74 | - |
| YUV | 145.5 | 86.53 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 72 | 0 | 0.59 | 0.72 | 0 | 10.49 | 1 | 0.64 |
| Hex | FF | 68 | 48 | 0 | 3B | 48 | 0 | A | 64 | 40 |
| Octal | 377 | 150 | 110 | 0 | 73 | 110 | 0 | 12 | 144 | 100 |
| Binary | 11111111 | 1101000 | 1001000 | 0 | 111011 | 1001000 | 0 | 1010 | 1100100 | 1000000 |
Color Harmonies of #FF6848
Complementary color
Monochromatic Colors of #FF6848
Black with #FF6848
Text Example
Text Example
White with #FF6848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6848; }
p { color: rgb(255,104,72); }
H1.HeaderClassName
{
color: #FF6848;
}
.AnyTagClassName
{
color: #FF6848;
}
</style>
background-color css
<style>
a { background-color: #FF6848; }
a { background-color: rgb(255,104,72); }
div.DivClassName
{
background-color: #FF6848;
}
.BgClassName
{
background-color: #FF6848;
}
</style>
border-color css
<style>
span { border-color: #FF6848; }
span { border-color: rgb(255,104,72); }
td.TdClassName
{
border-color: #FF6848;
}
.TagClassName
{
border-color: #FF6848;
}
</style>