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