Shades of Tomato #FF6948
Tints of Tomato #FF6948
RGB
CMYK
RGB Variations
Color information
#FF6948 (or 0xFF6948) is known color: Tomato. HEX triplet: FF, 69 and 48. RGB value is (255,105,72). Sum of RGB (Red+Green+Blue) = 255+105+72=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6948 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6948 is #0096B7. Grayscale: #929292. Windows color (decimal): -38584 or 4745727. OLE color: 4745727.
HSL color Cylindrical-coordinate representation of color #FF6948: hue angle of 10.82º 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 #FF6948 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 72 | - |
| CMYK | 0 | 0.59 | 0.72 | 0 |
| HSL | 10.82º | 1% | 0.64% | - |
| HSV(B) | 10.82º | 0.72% | 1% | - |
| XYZ | 47.46 | 31.83 | 9.77 | - |
| YUV | 146.09 | 86.2 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 72 | 0 | 0.59 | 0.72 | 0 | 10.82 | 1 | 0.64 |
| Hex | FF | 69 | 48 | 0 | 3B | 48 | 0 | B | 64 | 40 |
| Octal | 377 | 151 | 110 | 0 | 73 | 110 | 0 | 13 | 144 | 100 |
| Binary | 11111111 | 1101001 | 1001000 | 0 | 111011 | 1001000 | 0 | 1011 | 1100100 | 1000000 |
Color Harmonies of #FF6948
Complementary color
Monochromatic Colors of #FF6948
Black with #FF6948
Text Example
Text Example
White with #FF6948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6948; }
p { color: rgb(255,105,72); }
H1.HeaderClassName
{
color: #FF6948;
}
.AnyTagClassName
{
color: #FF6948;
}
</style>
background-color css
<style>
a { background-color: #FF6948; }
a { background-color: rgb(255,105,72); }
div.DivClassName
{
background-color: #FF6948;
}
.BgClassName
{
background-color: #FF6948;
}
</style>
border-color css
<style>
span { border-color: #FF6948; }
span { border-color: rgb(255,105,72); }
td.TdClassName
{
border-color: #FF6948;
}
.TagClassName
{
border-color: #FF6948;
}
</style>