Shades of Bittersweet #F86E62
Tints of Bittersweet #F86E62
RGB
CMYK
RGB Variations
Color information
#F86E62 (or 0xF86E62) is known color: Bittersweet. HEX triplet: F8, 6E and 62. RGB value is (248,110,98). Sum of RGB (Red+Green+Blue) = 248+110+98=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F86E62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86E62 is #07919D. Grayscale: #969696. Windows color (decimal): -496030 or 6450936. OLE color: 6450936.
HSL color Cylindrical-coordinate representation of color #F86E62: hue angle of 4.8º 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 #F86E62 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 110 | 98 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.03 |
| HSL | 4.8º | 0.91% | 0.68% | - |
| HSV(B) | 4.8º | 0.6% | 0.97% | - |
| XYZ | 46.49 | 31.99 | 15.28 | - |
| YUV | 149.89 | 98.72 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 110 | 98 | 0 | 0.56 | 0.60 | 0.03 | 4.8 | 0.91 | 0.68 |
| Hex | F8 | 6E | 62 | 0 | 38 | 3C | 3 | 5 | 5B | 44 |
| Octal | 370 | 156 | 142 | 0 | 70 | 74 | 3 | 5 | 133 | 104 |
| Binary | 11111000 | 1101110 | 1100010 | 0 | 111000 | 111100 | 11 | 101 | 1011011 | 1000100 |
Color Harmonies of #F86E62
Complementary color
Monochromatic Colors of #F86E62
Black with #F86E62
Text Example
Text Example
White with #F86E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86E62; }
p { color: rgb(248,110,98); }
H1.HeaderClassName
{
color: #F86E62;
}
.AnyTagClassName
{
color: #F86E62;
}
</style>
background-color css
<style>
a { background-color: #F86E62; }
a { background-color: rgb(248,110,98); }
div.DivClassName
{
background-color: #F86E62;
}
.BgClassName
{
background-color: #F86E62;
}
</style>
border-color css
<style>
span { border-color: #F86E62; }
span { border-color: rgb(248,110,98); }
td.TdClassName
{
border-color: #F86E62;
}
.TagClassName
{
border-color: #F86E62;
}
</style>