Shades of Tomato #F85D4D
Tints of Tomato #F85D4D
RGB
CMYK
RGB Variations
Color information
#F85D4D (or 0xF85D4D) is known color: Tomato. HEX triplet: F8, 5D and 4D. RGB value is (248,93,77). Sum of RGB (Red+Green+Blue) = 248+93+77=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85D4D is #07A2B2. Grayscale: #898989. Windows color (decimal): -500403 or 5070328. OLE color: 5070328.
HSL color Cylindrical-coordinate representation of color #F85D4D: hue angle of 5.61º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F85D4D is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 93 | 77 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.03 |
| HSL | 5.61º | 0.92% | 0.64% | - |
| HSV(B) | 5.61º | 0.69% | 0.97% | - |
| XYZ | 43.97 | 28.32 | 10.17 | - |
| YUV | 137.52 | 93.85 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 93 | 77 | 0 | 0.62 | 0.69 | 0.03 | 5.61 | 0.92 | 0.64 |
| Hex | F8 | 5D | 4D | 0 | 3E | 45 | 3 | 6 | 5C | 40 |
| Octal | 370 | 135 | 115 | 0 | 76 | 105 | 3 | 6 | 134 | 100 |
| Binary | 11111000 | 1011101 | 1001101 | 0 | 111110 | 1000101 | 11 | 110 | 1011100 | 1000000 |
Color Harmonies of #F85D4D
Complementary color
Monochromatic Colors of #F85D4D
Black with #F85D4D
Text Example
Text Example
White with #F85D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85D4D; }
p { color: rgb(248,93,77); }
H1.HeaderClassName
{
color: #F85D4D;
}
.AnyTagClassName
{
color: #F85D4D;
}
</style>
background-color css
<style>
a { background-color: #F85D4D; }
a { background-color: rgb(248,93,77); }
div.DivClassName
{
background-color: #F85D4D;
}
.BgClassName
{
background-color: #F85D4D;
}
</style>
border-color css
<style>
span { border-color: #F85D4D; }
span { border-color: rgb(248,93,77); }
td.TdClassName
{
border-color: #F85D4D;
}
.TagClassName
{
border-color: #F85D4D;
}
</style>