Shades of Bittersweet #F86D63
Tints of Bittersweet #F86D63
RGB
CMYK
RGB Variations
Color information
#F86D63 (or 0xF86D63) is known color: Bittersweet. HEX triplet: F8, 6D and 63. RGB value is (248,109,99). Sum of RGB (Red+Green+Blue) = 248+109+99=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F86D63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86D63 is #07929C. Grayscale: #959595. Windows color (decimal): -496285 or 6516216. OLE color: 6516216.
HSL color Cylindrical-coordinate representation of color #F86D63: hue angle of 4.03º 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 #F86D63 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 109 | 99 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.03 |
| HSL | 4.03º | 0.91% | 0.68% | - |
| HSV(B) | 4.03º | 0.6% | 0.97% | - |
| XYZ | 46.43 | 31.79 | 15.49 | - |
| YUV | 149.42 | 99.55 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 109 | 99 | 0 | 0.56 | 0.60 | 0.03 | 4.03 | 0.91 | 0.68 |
| Hex | F8 | 6D | 63 | 0 | 38 | 3C | 3 | 4 | 5B | 44 |
| Octal | 370 | 155 | 143 | 0 | 70 | 74 | 3 | 4 | 133 | 104 |
| Binary | 11111000 | 1101101 | 1100011 | 0 | 111000 | 111100 | 11 | 100 | 1011011 | 1000100 |
Color Harmonies of #F86D63
Complementary color
Monochromatic Colors of #F86D63
Black with #F86D63
Text Example
Text Example
White with #F86D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86D63; }
p { color: rgb(248,109,99); }
H1.HeaderClassName
{
color: #F86D63;
}
.AnyTagClassName
{
color: #F86D63;
}
</style>
background-color css
<style>
a { background-color: #F86D63; }
a { background-color: rgb(248,109,99); }
div.DivClassName
{
background-color: #F86D63;
}
.BgClassName
{
background-color: #F86D63;
}
</style>
border-color css
<style>
span { border-color: #F86D63; }
span { border-color: rgb(248,109,99); }
td.TdClassName
{
border-color: #F86D63;
}
.TagClassName
{
border-color: #F86D63;
}
</style>