Shades of Tomato #F85752
Tints of Tomato #F85752
RGB
CMYK
RGB Variations
Color information
#F85752 (or 0xF85752) is known color: Tomato. HEX triplet: F8, 57 and 52. RGB value is (248,87,82). Sum of RGB (Red+Green+Blue) = 248+87+82=417 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.47% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 248 - color contains mainly: red. Hex color #F85752 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85752 is #07A8AD. Grayscale: #868686. Windows color (decimal): -501934 or 5396472. OLE color: 5396472.
HSL color Cylindrical-coordinate representation of color #F85752: hue angle of 1.81º 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 #F85752 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 87 | 82 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.03 |
| HSL | 1.81º | 0.92% | 0.65% | - |
| HSV(B) | 1.81º | 0.67% | 0.97% | - |
| XYZ | 43.64 | 27.38 | 10.97 | - |
| YUV | 134.57 | 98.34 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 87 | 82 | 0 | 0.65 | 0.67 | 0.03 | 1.81 | 0.92 | 0.65 |
| Hex | F8 | 57 | 52 | 0 | 41 | 43 | 3 | 2 | 5C | 41 |
| Octal | 370 | 127 | 122 | 0 | 101 | 103 | 3 | 2 | 134 | 101 |
| Binary | 11111000 | 1010111 | 1010010 | 0 | 1000001 | 1000011 | 11 | 10 | 1011100 | 1000001 |
Color Harmonies of #F85752
Complementary color
Monochromatic Colors of #F85752
Black with #F85752
Text Example
Text Example
White with #F85752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85752; }
p { color: rgb(248,87,82); }
H1.HeaderClassName
{
color: #F85752;
}
.AnyTagClassName
{
color: #F85752;
}
</style>
background-color css
<style>
a { background-color: #F85752; }
a { background-color: rgb(248,87,82); }
div.DivClassName
{
background-color: #F85752;
}
.BgClassName
{
background-color: #F85752;
}
</style>
border-color css
<style>
span { border-color: #F85752; }
span { border-color: rgb(248,87,82); }
td.TdClassName
{
border-color: #F85752;
}
.TagClassName
{
border-color: #F85752;
}
</style>