Shades of Bittersweet #F86E6B
Tints of Bittersweet #F86E6B
RGB
CMYK
RGB Variations
Color information
#F86E6B (or 0xF86E6B) is known color: Bittersweet. HEX triplet: F8, 6E and 6B. RGB value is (248,110,107). Sum of RGB (Red+Green+Blue) = 248+110+107=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F86E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86E6B is #079194. Grayscale: #979797. Windows color (decimal): -496021 or 7040760. OLE color: 7040760.
HSL color Cylindrical-coordinate representation of color #F86E6B: hue angle of 1.28º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F86E6B is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 110 | 107 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.03 |
| HSL | 1.28º | 0.91% | 0.7% | - |
| HSV(B) | 1.28º | 0.57% | 0.97% | - |
| XYZ | 46.94 | 32.17 | 17.65 | - |
| YUV | 150.92 | 103.22 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 110 | 107 | 0 | 0.56 | 0.57 | 0.03 | 1.28 | 0.91 | 0.7 |
| Hex | F8 | 6E | 6B | 0 | 38 | 39 | 3 | 1 | 5B | 46 |
| Octal | 370 | 156 | 153 | 0 | 70 | 71 | 3 | 1 | 133 | 106 |
| Binary | 11111000 | 1101110 | 1101011 | 0 | 111000 | 111001 | 11 | 1 | 1011011 | 1000110 |
Color Harmonies of #F86E6B
Complementary color
Monochromatic Colors of #F86E6B
Black with #F86E6B
Text Example
Text Example
White with #F86E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86E6B; }
p { color: rgb(248,110,107); }
H1.HeaderClassName
{
color: #F86E6B;
}
.AnyTagClassName
{
color: #F86E6B;
}
</style>
background-color css
<style>
a { background-color: #F86E6B; }
a { background-color: rgb(248,110,107); }
div.DivClassName
{
background-color: #F86E6B;
}
.BgClassName
{
background-color: #F86E6B;
}
</style>
border-color css
<style>
span { border-color: #F86E6B; }
span { border-color: rgb(248,110,107); }
td.TdClassName
{
border-color: #F86E6B;
}
.TagClassName
{
border-color: #F86E6B;
}
</style>