Shades of Tomato #F05D44
Tints of Tomato #F05D44
RGB
CMYK
RGB Variations
Color information
#F05D44 (or 0xF05D44) is known color: Tomato. HEX triplet: F0, 5D and 44. RGB value is (240,93,68). Sum of RGB (Red+Green+Blue) = 240+93+68=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D44 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05D44 is #0FA2BB. Grayscale: #868686. Windows color (decimal): -1024700 or 4480496. OLE color: 4480496.
HSL color Cylindrical-coordinate representation of color #F05D44: hue angle of 8.72º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F05D44 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 93 | 68 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.06 |
| HSL | 8.72º | 0.85% | 0.6% | - |
| HSV(B) | 8.72º | 0.72% | 0.94% | - |
| XYZ | 40.89 | 26.77 | 8.48 | - |
| YUV | 134.1 | 90.7 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 68 | 0 | 0.61 | 0.72 | 0.06 | 8.72 | 0.85 | 0.6 |
| Hex | F0 | 5D | 44 | 0 | 3D | 48 | 6 | 9 | 55 | 3C |
| Octal | 360 | 135 | 104 | 0 | 75 | 110 | 6 | 11 | 125 | 74 |
| Binary | 11110000 | 1011101 | 1000100 | 0 | 111101 | 1001000 | 110 | 1001 | 1010101 | 111100 |
Color Harmonies of #F05D44
Complementary color
Monochromatic Colors of #F05D44
Black with #F05D44
Text Example
Text Example
White with #F05D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05D44; }
p { color: rgb(240,93,68); }
H1.HeaderClassName
{
color: #F05D44;
}
.AnyTagClassName
{
color: #F05D44;
}
</style>
background-color css
<style>
a { background-color: #F05D44; }
a { background-color: rgb(240,93,68); }
div.DivClassName
{
background-color: #F05D44;
}
.BgClassName
{
background-color: #F05D44;
}
</style>
border-color css
<style>
span { border-color: #F05D44; }
span { border-color: rgb(240,93,68); }
td.TdClassName
{
border-color: #F05D44;
}
.TagClassName
{
border-color: #F05D44;
}
</style>