Shades of Tomato #F85B4D
Tints of Tomato #F85B4D
RGB
CMYK
RGB Variations
Color information
#F85B4D (or 0xF85B4D) is known color: Tomato. HEX triplet: F8, 5B and 4D. RGB value is (248,91,77). Sum of RGB (Red+Green+Blue) = 248+91+77=416 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.62% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 248 - color contains mainly: red. Hex color #F85B4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85B4D is #07A4B2. Grayscale: #888888. Windows color (decimal): -500915 or 5069816. OLE color: 5069816.
HSL color Cylindrical-coordinate representation of color #F85B4D: hue angle of 4.91º 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 #F85B4D is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 91 | 77 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.03 |
| HSL | 4.91º | 0.92% | 0.64% | - |
| HSV(B) | 4.91º | 0.69% | 0.97% | - |
| XYZ | 43.79 | 27.97 | 10.11 | - |
| YUV | 136.35 | 94.51 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 91 | 77 | 0 | 0.63 | 0.69 | 0.03 | 4.91 | 0.92 | 0.64 |
| Hex | F8 | 5B | 4D | 0 | 3F | 45 | 3 | 5 | 5C | 40 |
| Octal | 370 | 133 | 115 | 0 | 77 | 105 | 3 | 5 | 134 | 100 |
| Binary | 11111000 | 1011011 | 1001101 | 0 | 111111 | 1000101 | 11 | 101 | 1011100 | 1000000 |
Color Harmonies of #F85B4D
Complementary color
Monochromatic Colors of #F85B4D
Black with #F85B4D
Text Example
Text Example
White with #F85B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85B4D; }
p { color: rgb(248,91,77); }
H1.HeaderClassName
{
color: #F85B4D;
}
.AnyTagClassName
{
color: #F85B4D;
}
</style>
background-color css
<style>
a { background-color: #F85B4D; }
a { background-color: rgb(248,91,77); }
div.DivClassName
{
background-color: #F85B4D;
}
.BgClassName
{
background-color: #F85B4D;
}
</style>
border-color css
<style>
span { border-color: #F85B4D; }
span { border-color: rgb(248,91,77); }
td.TdClassName
{
border-color: #F85B4D;
}
.TagClassName
{
border-color: #F85B4D;
}
</style>