Shades of Tomato #F55C48
Tints of Tomato #F55C48
RGB
CMYK
RGB Variations
Color information
#F55C48 (or 0xF55C48) is known color: Tomato. HEX triplet: F5, 5C and 48. RGB value is (245,92,72). Sum of RGB (Red+Green+Blue) = 245+92+72=409 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.90% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55C48 is #0AA3B7. Grayscale: #878787. Windows color (decimal): -697272 or 4742389. OLE color: 4742389.
HSL color Cylindrical-coordinate representation of color #F55C48: hue angle of 6.94º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F55C48 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 72 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.04 |
| HSL | 6.94º | 0.9% | 0.62% | - |
| HSV(B) | 6.94º | 0.71% | 0.96% | - |
| XYZ | 42.65 | 27.53 | 9.2 | - |
| YUV | 135.47 | 92.19 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 72 | 0 | 0.62 | 0.71 | 0.04 | 6.94 | 0.9 | 0.62 |
| Hex | F5 | 5C | 48 | 0 | 3E | 47 | 4 | 7 | 5A | 3E |
| Octal | 365 | 134 | 110 | 0 | 76 | 107 | 4 | 7 | 132 | 76 |
| Binary | 11110101 | 1011100 | 1001000 | 0 | 111110 | 1000111 | 100 | 111 | 1011010 | 111110 |
Color Harmonies of #F55C48
Complementary color
Monochromatic Colors of #F55C48
Black with #F55C48
Text Example
Text Example
White with #F55C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55C48; }
p { color: rgb(245,92,72); }
H1.HeaderClassName
{
color: #F55C48;
}
.AnyTagClassName
{
color: #F55C48;
}
</style>
background-color css
<style>
a { background-color: #F55C48; }
a { background-color: rgb(245,92,72); }
div.DivClassName
{
background-color: #F55C48;
}
.BgClassName
{
background-color: #F55C48;
}
</style>
border-color css
<style>
span { border-color: #F55C48; }
span { border-color: rgb(245,92,72); }
td.TdClassName
{
border-color: #F55C48;
}
.TagClassName
{
border-color: #F55C48;
}
</style>