Shades of Bittersweet #F86259
Tints of Bittersweet #F86259
RGB
CMYK
RGB Variations
Color information
#F86259 (or 0xF86259) is known color: Bittersweet. HEX triplet: F8, 62 and 59. RGB value is (248,98,89). Sum of RGB (Red+Green+Blue) = 248+98+89=435 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.01% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 89 (35.16% from 255 or 20.46% from 435); Max value from RGB is 248 - color contains mainly: red. Hex color #F86259 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86259 is #079DA6. Grayscale: #8E8E8E. Windows color (decimal): -499111 or 5858040. OLE color: 5858040.
HSL color Cylindrical-coordinate representation of color #F86259: hue angle of 3.4º 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 #F86259 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 98 | 89 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.03 |
| HSL | 3.4º | 0.92% | 0.66% | - |
| HSV(B) | 3.4º | 0.64% | 0.97% | - |
| XYZ | 44.88 | 29.41 | 12.76 | - |
| YUV | 141.82 | 98.2 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 98 | 89 | 0 | 0.60 | 0.64 | 0.03 | 3.4 | 0.92 | 0.66 |
| Hex | F8 | 62 | 59 | 0 | 3C | 40 | 3 | 3 | 5C | 42 |
| Octal | 370 | 142 | 131 | 0 | 74 | 100 | 3 | 3 | 134 | 102 |
| Binary | 11111000 | 1100010 | 1011001 | 0 | 111100 | 1000000 | 11 | 11 | 1011100 | 1000010 |
Color Harmonies of #F86259
Complementary color
Monochromatic Colors of #F86259
Black with #F86259
Text Example
Text Example
White with #F86259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86259; }
p { color: rgb(248,98,89); }
H1.HeaderClassName
{
color: #F86259;
}
.AnyTagClassName
{
color: #F86259;
}
</style>
background-color css
<style>
a { background-color: #F86259; }
a { background-color: rgb(248,98,89); }
div.DivClassName
{
background-color: #F86259;
}
.BgClassName
{
background-color: #F86259;
}
</style>
border-color css
<style>
span { border-color: #F86259; }
span { border-color: rgb(248,98,89); }
td.TdClassName
{
border-color: #F86259;
}
.TagClassName
{
border-color: #F86259;
}
</style>