Shades of Bittersweet #F87162
Tints of Bittersweet #F87162
RGB
CMYK
RGB Variations
Color information
#F87162 (or 0xF87162) is known color: Bittersweet. HEX triplet: F8, 71 and 62. RGB value is (248,113,98). Sum of RGB (Red+Green+Blue) = 248+113+98=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 98 (38.67% from 255 or 21.35% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F87162 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87162 is #078E9D. Grayscale: #979797. Windows color (decimal): -495262 or 6451704. OLE color: 6451704.
HSL color Cylindrical-coordinate representation of color #F87162: hue angle of 6º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F87162 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 113 | 98 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.03 |
| HSL | 6º | 0.91% | 0.68% | - |
| HSV(B) | 6º | 0.6% | 0.97% | - |
| XYZ | 46.82 | 32.65 | 15.39 | - |
| YUV | 151.66 | 97.73 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 113 | 98 | 0 | 0.54 | 0.60 | 0.03 | 6 | 0.91 | 0.68 |
| Hex | F8 | 71 | 62 | 0 | 36 | 3C | 3 | 6 | 5B | 44 |
| Octal | 370 | 161 | 142 | 0 | 66 | 74 | 3 | 6 | 133 | 104 |
| Binary | 11111000 | 1110001 | 1100010 | 0 | 110110 | 111100 | 11 | 110 | 1011011 | 1000100 |
Color Harmonies of #F87162
Complementary color
Monochromatic Colors of #F87162
Black with #F87162
Text Example
Text Example
White with #F87162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87162; }
p { color: rgb(248,113,98); }
H1.HeaderClassName
{
color: #F87162;
}
.AnyTagClassName
{
color: #F87162;
}
</style>
background-color css
<style>
a { background-color: #F87162; }
a { background-color: rgb(248,113,98); }
div.DivClassName
{
background-color: #F87162;
}
.BgClassName
{
background-color: #F87162;
}
</style>
border-color css
<style>
span { border-color: #F87162; }
span { border-color: rgb(248,113,98); }
td.TdClassName
{
border-color: #F87162;
}
.TagClassName
{
border-color: #F87162;
}
</style>