Shades of Tomato #F85D50
Tints of Tomato #F85D50
RGB
CMYK
RGB Variations
Color information
#F85D50 (or 0xF85D50) is known color: Tomato. HEX triplet: F8, 5D and 50. RGB value is (248,93,80). Sum of RGB (Red+Green+Blue) = 248+93+80=421 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.91% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85D50 is #07A2AF. Grayscale: #8A8A8A. Windows color (decimal): -500400 or 5266936. OLE color: 5266936.
HSL color Cylindrical-coordinate representation of color #F85D50: hue angle of 4.64º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F85D50 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 93 | 80 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.03 |
| HSL | 4.64º | 0.92% | 0.64% | - |
| HSV(B) | 4.64º | 0.68% | 0.97% | - |
| XYZ | 44.07 | 28.36 | 10.74 | - |
| YUV | 137.86 | 95.35 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 93 | 80 | 0 | 0.62 | 0.68 | 0.03 | 4.64 | 0.92 | 0.64 |
| Hex | F8 | 5D | 50 | 0 | 3E | 44 | 3 | 5 | 5C | 40 |
| Octal | 370 | 135 | 120 | 0 | 76 | 104 | 3 | 5 | 134 | 100 |
| Binary | 11111000 | 1011101 | 1010000 | 0 | 111110 | 1000100 | 11 | 101 | 1011100 | 1000000 |
Color Harmonies of #F85D50
Complementary color
Monochromatic Colors of #F85D50
Black with #F85D50
Text Example
Text Example
White with #F85D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85D50; }
p { color: rgb(248,93,80); }
H1.HeaderClassName
{
color: #F85D50;
}
.AnyTagClassName
{
color: #F85D50;
}
</style>
background-color css
<style>
a { background-color: #F85D50; }
a { background-color: rgb(248,93,80); }
div.DivClassName
{
background-color: #F85D50;
}
.BgClassName
{
background-color: #F85D50;
}
</style>
border-color css
<style>
span { border-color: #F85D50; }
span { border-color: rgb(248,93,80); }
td.TdClassName
{
border-color: #F85D50;
}
.TagClassName
{
border-color: #F85D50;
}
</style>