Shades of Tomato #F55D4B
Tints of Tomato #F55D4B
RGB
CMYK
RGB Variations
Color information
#F55D4B (or 0xF55D4B) is known color: Tomato. HEX triplet: F5, 5D and 4B. RGB value is (245,93,75). Sum of RGB (Red+Green+Blue) = 245+93+75=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55D4B is #0AA2B4. Grayscale: #888888. Windows color (decimal): -697013 or 4939253. OLE color: 4939253.
HSL color Cylindrical-coordinate representation of color #F55D4B: hue angle of 6.35º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F55D4B is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 75 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.04 |
| HSL | 6.35º | 0.89% | 0.63% | - |
| HSV(B) | 6.35º | 0.69% | 0.96% | - |
| XYZ | 42.84 | 27.75 | 9.75 | - |
| YUV | 136.4 | 93.36 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 75 | 0 | 0.62 | 0.69 | 0.04 | 6.35 | 0.89 | 0.63 |
| Hex | F5 | 5D | 4B | 0 | 3E | 45 | 4 | 6 | 59 | 3F |
| Octal | 365 | 135 | 113 | 0 | 76 | 105 | 4 | 6 | 131 | 77 |
| Binary | 11110101 | 1011101 | 1001011 | 0 | 111110 | 1000101 | 100 | 110 | 1011001 | 111111 |
Color Harmonies of #F55D4B
Complementary color
Monochromatic Colors of #F55D4B
Black with #F55D4B
Text Example
Text Example
White with #F55D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55D4B; }
p { color: rgb(245,93,75); }
H1.HeaderClassName
{
color: #F55D4B;
}
.AnyTagClassName
{
color: #F55D4B;
}
</style>
background-color css
<style>
a { background-color: #F55D4B; }
a { background-color: rgb(245,93,75); }
div.DivClassName
{
background-color: #F55D4B;
}
.BgClassName
{
background-color: #F55D4B;
}
</style>
border-color css
<style>
span { border-color: #F55D4B; }
span { border-color: rgb(245,93,75); }
td.TdClassName
{
border-color: #F55D4B;
}
.TagClassName
{
border-color: #F55D4B;
}
</style>