Shades of Bittersweet #F86359
Tints of Bittersweet #F86359
RGB
CMYK
RGB Variations
Color information
#F86359 (or 0xF86359) is known color: Bittersweet. HEX triplet: F8, 63 and 59. RGB value is (248,99,89). Sum of RGB (Red+Green+Blue) = 248+99+89=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 89 (35.16% from 255 or 20.41% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F86359 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86359 is #079CA6. Grayscale: #8E8E8E. Windows color (decimal): -498855 or 5858296. OLE color: 5858296.
HSL color Cylindrical-coordinate representation of color #F86359: hue angle of 3.77º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F86359 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 99 | 89 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.03 |
| HSL | 3.77º | 0.92% | 0.66% | - |
| HSV(B) | 3.77º | 0.64% | 0.97% | - |
| XYZ | 44.98 | 29.6 | 12.79 | - |
| YUV | 142.41 | 97.86 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 89 | 0 | 0.60 | 0.64 | 0.03 | 3.77 | 0.92 | 0.66 |
| Hex | F8 | 63 | 59 | 0 | 3C | 40 | 3 | 4 | 5C | 42 |
| Octal | 370 | 143 | 131 | 0 | 74 | 100 | 3 | 4 | 134 | 102 |
| Binary | 11111000 | 1100011 | 1011001 | 0 | 111100 | 1000000 | 11 | 100 | 1011100 | 1000010 |
Color Harmonies of #F86359
Complementary color
Monochromatic Colors of #F86359
Black with #F86359
Text Example
Text Example
White with #F86359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86359; }
p { color: rgb(248,99,89); }
H1.HeaderClassName
{
color: #F86359;
}
.AnyTagClassName
{
color: #F86359;
}
</style>
background-color css
<style>
a { background-color: #F86359; }
a { background-color: rgb(248,99,89); }
div.DivClassName
{
background-color: #F86359;
}
.BgClassName
{
background-color: #F86359;
}
</style>
border-color css
<style>
span { border-color: #F86359; }
span { border-color: rgb(248,99,89); }
td.TdClassName
{
border-color: #F86359;
}
.TagClassName
{
border-color: #F86359;
}
</style>