Shades of Bittersweet #F87159
Tints of Bittersweet #F87159
RGB
CMYK
RGB Variations
Color information
#F87159 (or 0xF87159) is known color: Bittersweet. HEX triplet: F8, 71 and 59. RGB value is (248,113,89). Sum of RGB (Red+Green+Blue) = 248+113+89=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 89 (35.16% from 255 or 19.78% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F87159 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87159 is #078EA6. Grayscale: #969696. Windows color (decimal): -495271 or 5861880. OLE color: 5861880.
HSL color Cylindrical-coordinate representation of color #F87159: hue angle of 9.06º 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 #F87159 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 113 | 89 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.03 |
| HSL | 9.06º | 0.92% | 0.66% | - |
| HSV(B) | 9.06º | 0.64% | 0.97% | - |
| XYZ | 46.42 | 32.49 | 13.28 | - |
| YUV | 150.63 | 93.23 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 113 | 89 | 0 | 0.54 | 0.64 | 0.03 | 9.06 | 0.92 | 0.66 |
| Hex | F8 | 71 | 59 | 0 | 36 | 40 | 3 | 9 | 5C | 42 |
| Octal | 370 | 161 | 131 | 0 | 66 | 100 | 3 | 11 | 134 | 102 |
| Binary | 11111000 | 1110001 | 1011001 | 0 | 110110 | 1000000 | 11 | 1001 | 1011100 | 1000010 |
Color Harmonies of #F87159
Complementary color
Monochromatic Colors of #F87159
Black with #F87159
Text Example
Text Example
White with #F87159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87159; }
p { color: rgb(248,113,89); }
H1.HeaderClassName
{
color: #F87159;
}
.AnyTagClassName
{
color: #F87159;
}
</style>
background-color css
<style>
a { background-color: #F87159; }
a { background-color: rgb(248,113,89); }
div.DivClassName
{
background-color: #F87159;
}
.BgClassName
{
background-color: #F87159;
}
</style>
border-color css
<style>
span { border-color: #F87159; }
span { border-color: rgb(248,113,89); }
td.TdClassName
{
border-color: #F87159;
}
.TagClassName
{
border-color: #F87159;
}
</style>