Shades of Tomato #F85B4F
Tints of Tomato #F85B4F
RGB
CMYK
RGB Variations
Color information
#F85B4F (or 0xF85B4F) is known color: Tomato. HEX triplet: F8, 5B and 4F. RGB value is (248,91,79). Sum of RGB (Red+Green+Blue) = 248+91+79=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 79 (31.25% from 255 or 18.90% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F85B4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85B4F is #07A4B0. Grayscale: #888888. Windows color (decimal): -500913 or 5200888. OLE color: 5200888.
HSL color Cylindrical-coordinate representation of color #F85B4F: hue angle of 4.26º 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 #F85B4F is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 91 | 79 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.03 |
| HSL | 4.26º | 0.92% | 0.64% | - |
| HSV(B) | 4.26º | 0.68% | 0.97% | - |
| XYZ | 43.86 | 28 | 10.49 | - |
| YUV | 136.58 | 95.51 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 91 | 79 | 0 | 0.63 | 0.68 | 0.03 | 4.26 | 0.92 | 0.64 |
| Hex | F8 | 5B | 4F | 0 | 3F | 44 | 3 | 4 | 5C | 40 |
| Octal | 370 | 133 | 117 | 0 | 77 | 104 | 3 | 4 | 134 | 100 |
| Binary | 11111000 | 1011011 | 1001111 | 0 | 111111 | 1000100 | 11 | 100 | 1011100 | 1000000 |
Color Harmonies of #F85B4F
Complementary color
Monochromatic Colors of #F85B4F
Black with #F85B4F
Text Example
Text Example
White with #F85B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85B4F; }
p { color: rgb(248,91,79); }
H1.HeaderClassName
{
color: #F85B4F;
}
.AnyTagClassName
{
color: #F85B4F;
}
</style>
background-color css
<style>
a { background-color: #F85B4F; }
a { background-color: rgb(248,91,79); }
div.DivClassName
{
background-color: #F85B4F;
}
.BgClassName
{
background-color: #F85B4F;
}
</style>
border-color css
<style>
span { border-color: #F85B4F; }
span { border-color: rgb(248,91,79); }
td.TdClassName
{
border-color: #F85B4F;
}
.TagClassName
{
border-color: #F85B4F;
}
</style>