Shades of Tomato #F86053
Tints of Tomato #F86053
RGB
CMYK
RGB Variations
Color information
#F86053 (or 0xF86053) is known color: Tomato. HEX triplet: F8, 60 and 53. RGB value is (248,96,83). Sum of RGB (Red+Green+Blue) = 248+96+83=427 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.08% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 83 (32.81% from 255 or 19.44% from 427); Max value from RGB is 248 - color contains mainly: red. Hex color #F86053 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86053 is #079FAC. Grayscale: #8C8C8C. Windows color (decimal): -499629 or 5464312. OLE color: 5464312.
HSL color Cylindrical-coordinate representation of color #F86053: hue angle of 4.73º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F86053 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 96 | 83 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.03 |
| HSL | 4.73º | 0.92% | 0.65% | - |
| HSV(B) | 4.73º | 0.67% | 0.97% | - |
| XYZ | 44.46 | 28.95 | 11.43 | - |
| YUV | 139.97 | 95.86 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 96 | 83 | 0 | 0.61 | 0.67 | 0.03 | 4.73 | 0.92 | 0.65 |
| Hex | F8 | 60 | 53 | 0 | 3D | 43 | 3 | 5 | 5C | 41 |
| Octal | 370 | 140 | 123 | 0 | 75 | 103 | 3 | 5 | 134 | 101 |
| Binary | 11111000 | 1100000 | 1010011 | 0 | 111101 | 1000011 | 11 | 101 | 1011100 | 1000001 |
Color Harmonies of #F86053
Complementary color
Monochromatic Colors of #F86053
Black with #F86053
Text Example
Text Example
White with #F86053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86053; }
p { color: rgb(248,96,83); }
H1.HeaderClassName
{
color: #F86053;
}
.AnyTagClassName
{
color: #F86053;
}
</style>
background-color css
<style>
a { background-color: #F86053; }
a { background-color: rgb(248,96,83); }
div.DivClassName
{
background-color: #F86053;
}
.BgClassName
{
background-color: #F86053;
}
</style>
border-color css
<style>
span { border-color: #F86053; }
span { border-color: rgb(248,96,83); }
td.TdClassName
{
border-color: #F86053;
}
.TagClassName
{
border-color: #F86053;
}
</style>