Shades of Bittersweet #F86F67
Tints of Bittersweet #F86F67
RGB
CMYK
RGB Variations
Color information
#F86F67 (or 0xF86F67) is known color: Bittersweet. HEX triplet: F8, 6F and 67. RGB value is (248,111,103). Sum of RGB (Red+Green+Blue) = 248+111+103=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86F67 is #079098. Grayscale: #979797. Windows color (decimal): -495769 or 6778872. OLE color: 6778872.
HSL color Cylindrical-coordinate representation of color #F86F67: hue angle of 3.31º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F86F67 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 111 | 103 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.03 |
| HSL | 3.31º | 0.91% | 0.69% | - |
| HSV(B) | 3.31º | 0.58% | 0.97% | - |
| XYZ | 46.84 | 32.3 | 16.6 | - |
| YUV | 151.05 | 100.89 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 111 | 103 | 0 | 0.55 | 0.58 | 0.03 | 3.31 | 0.91 | 0.69 |
| Hex | F8 | 6F | 67 | 0 | 37 | 3A | 3 | 3 | 5B | 45 |
| Octal | 370 | 157 | 147 | 0 | 67 | 72 | 3 | 3 | 133 | 105 |
| Binary | 11111000 | 1101111 | 1100111 | 0 | 110111 | 111010 | 11 | 11 | 1011011 | 1000101 |
Color Harmonies of #F86F67
Complementary color
Monochromatic Colors of #F86F67
Black with #F86F67
Text Example
Text Example
White with #F86F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86F67; }
p { color: rgb(248,111,103); }
H1.HeaderClassName
{
color: #F86F67;
}
.AnyTagClassName
{
color: #F86F67;
}
</style>
background-color css
<style>
a { background-color: #F86F67; }
a { background-color: rgb(248,111,103); }
div.DivClassName
{
background-color: #F86F67;
}
.BgClassName
{
background-color: #F86F67;
}
</style>
border-color css
<style>
span { border-color: #F86F67; }
span { border-color: rgb(248,111,103); }
td.TdClassName
{
border-color: #F86F67;
}
.TagClassName
{
border-color: #F86F67;
}
</style>