Shades of Bittersweet #F86F66
Tints of Bittersweet #F86F66
RGB
CMYK
RGB Variations
Color information
#F86F66 (or 0xF86F66) is known color: Bittersweet. HEX triplet: F8, 6F and 66. RGB value is (248,111,102). Sum of RGB (Red+Green+Blue) = 248+111+102=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86F66 is #079099. Grayscale: #979797. Windows color (decimal): -495770 or 6713336. OLE color: 6713336.
HSL color Cylindrical-coordinate representation of color #F86F66: hue angle of 3.7º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F86F66 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 111 | 102 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.03 |
| HSL | 3.7º | 0.91% | 0.69% | - |
| HSV(B) | 3.7º | 0.59% | 0.97% | - |
| XYZ | 46.79 | 32.28 | 16.34 | - |
| YUV | 150.94 | 100.39 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 111 | 102 | 0 | 0.55 | 0.59 | 0.03 | 3.7 | 0.91 | 0.69 |
| Hex | F8 | 6F | 66 | 0 | 37 | 3B | 3 | 4 | 5B | 45 |
| Octal | 370 | 157 | 146 | 0 | 67 | 73 | 3 | 4 | 133 | 105 |
| Binary | 11111000 | 1101111 | 1100110 | 0 | 110111 | 111011 | 11 | 100 | 1011011 | 1000101 |
Color Harmonies of #F86F66
Complementary color
Monochromatic Colors of #F86F66
Black with #F86F66
Text Example
Text Example
White with #F86F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86F66; }
p { color: rgb(248,111,102); }
H1.HeaderClassName
{
color: #F86F66;
}
.AnyTagClassName
{
color: #F86F66;
}
</style>
background-color css
<style>
a { background-color: #F86F66; }
a { background-color: rgb(248,111,102); }
div.DivClassName
{
background-color: #F86F66;
}
.BgClassName
{
background-color: #F86F66;
}
</style>
border-color css
<style>
span { border-color: #F86F66; }
span { border-color: rgb(248,111,102); }
td.TdClassName
{
border-color: #F86F66;
}
.TagClassName
{
border-color: #F86F66;
}
</style>