Shades of Tomato #F85A46
Tints of Tomato #F85A46
RGB
CMYK
RGB Variations
Color information
#F85A46 (or 0xF85A46) is known color: Tomato. HEX triplet: F8, 5A and 46. RGB value is (248,90,70). Sum of RGB (Red+Green+Blue) = 248+90+70=408 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.78% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 70 (27.73% from 255 or 17.16% from 408); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85A46 is #07A5B9. Grayscale: #878787. Windows color (decimal): -501178 or 4610808. OLE color: 4610808.
HSL color Cylindrical-coordinate representation of color #F85A46: hue angle of 6.74º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F85A46 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 90 | 70 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.03 |
| HSL | 6.74º | 0.93% | 0.62% | - |
| HSV(B) | 6.74º | 0.72% | 0.97% | - |
| XYZ | 43.47 | 27.71 | 8.85 | - |
| YUV | 134.96 | 91.35 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 70 | 0 | 0.64 | 0.72 | 0.03 | 6.74 | 0.93 | 0.62 |
| Hex | F8 | 5A | 46 | 0 | 40 | 48 | 3 | 7 | 5D | 3E |
| Octal | 370 | 132 | 106 | 0 | 100 | 110 | 3 | 7 | 135 | 76 |
| Binary | 11111000 | 1011010 | 1000110 | 0 | 1000000 | 1001000 | 11 | 111 | 1011101 | 111110 |
Color Harmonies of #F85A46
Complementary color
Monochromatic Colors of #F85A46
Black with #F85A46
Text Example
Text Example
White with #F85A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85A46; }
p { color: rgb(248,90,70); }
H1.HeaderClassName
{
color: #F85A46;
}
.AnyTagClassName
{
color: #F85A46;
}
</style>
background-color css
<style>
a { background-color: #F85A46; }
a { background-color: rgb(248,90,70); }
div.DivClassName
{
background-color: #F85A46;
}
.BgClassName
{
background-color: #F85A46;
}
</style>
border-color css
<style>
span { border-color: #F85A46; }
span { border-color: rgb(248,90,70); }
td.TdClassName
{
border-color: #F85A46;
}
.TagClassName
{
border-color: #F85A46;
}
</style>