Shades of Tomato #FF5948
Tints of Tomato #FF5948
RGB
CMYK
RGB Variations
Color information
#FF5948 (or 0xFF5948) is known color: Tomato. HEX triplet: FF, 59 and 48. RGB value is (255,89,72). Sum of RGB (Red+Green+Blue) = 255+89+72=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 72 (28.52% from 255 or 17.31% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5948 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5948 is #00A6B7. Grayscale: #888888. Windows color (decimal): -42680 or 4741631. OLE color: 4741631.
HSL color Cylindrical-coordinate representation of color #FF5948: hue angle of 5.57º 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 #FF5948 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 72 | - |
| CMYK | 0 | 0.65 | 0.72 | 0 |
| HSL | 5.57º | 1% | 0.64% | - |
| HSV(B) | 5.57º | 0.72% | 1% | - |
| XYZ | 45.98 | 28.87 | 9.28 | - |
| YUV | 136.7 | 91.5 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 72 | 0 | 0.65 | 0.72 | 0 | 5.57 | 1 | 0.64 |
| Hex | FF | 59 | 48 | 0 | 41 | 48 | 0 | 6 | 64 | 40 |
| Octal | 377 | 131 | 110 | 0 | 101 | 110 | 0 | 6 | 144 | 100 |
| Binary | 11111111 | 1011001 | 1001000 | 0 | 1000001 | 1001000 | 0 | 110 | 1100100 | 1000000 |
Color Harmonies of #FF5948
Complementary color
Monochromatic Colors of #FF5948
Black with #FF5948
Text Example
Text Example
White with #FF5948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5948; }
p { color: rgb(255,89,72); }
H1.HeaderClassName
{
color: #FF5948;
}
.AnyTagClassName
{
color: #FF5948;
}
</style>
background-color css
<style>
a { background-color: #FF5948; }
a { background-color: rgb(255,89,72); }
div.DivClassName
{
background-color: #FF5948;
}
.BgClassName
{
background-color: #FF5948;
}
</style>
border-color css
<style>
span { border-color: #FF5948; }
span { border-color: rgb(255,89,72); }
td.TdClassName
{
border-color: #FF5948;
}
.TagClassName
{
border-color: #FF5948;
}
</style>