Shades of Bittersweet #F86558
Tints of Bittersweet #F86558
RGB
CMYK
RGB Variations
Color information
#F86558 (or 0xF86558) is known color: Bittersweet. HEX triplet: F8, 65 and 58. RGB value is (248,101,88). Sum of RGB (Red+Green+Blue) = 248+101+88=437 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.75% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 88 (34.77% from 255 or 20.14% from 437); Max value from RGB is 248 - color contains mainly: red. Hex color #F86558 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86558 is #079AA7. Grayscale: #8F8F8F. Windows color (decimal): -498344 or 5793272. OLE color: 5793272.
HSL color Cylindrical-coordinate representation of color #F86558: hue angle of 4.88º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F86558 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 101 | 88 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.03 |
| HSL | 4.88º | 0.92% | 0.66% | - |
| HSV(B) | 4.88º | 0.65% | 0.97% | - |
| XYZ | 45.13 | 29.97 | 12.64 | - |
| YUV | 143.47 | 96.7 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 101 | 88 | 0 | 0.59 | 0.65 | 0.03 | 4.88 | 0.92 | 0.66 |
| Hex | F8 | 65 | 58 | 0 | 3B | 41 | 3 | 5 | 5C | 42 |
| Octal | 370 | 145 | 130 | 0 | 73 | 101 | 3 | 5 | 134 | 102 |
| Binary | 11111000 | 1100101 | 1011000 | 0 | 111011 | 1000001 | 11 | 101 | 1011100 | 1000010 |
Color Harmonies of #F86558
Complementary color
Monochromatic Colors of #F86558
Black with #F86558
Text Example
Text Example
White with #F86558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86558; }
p { color: rgb(248,101,88); }
H1.HeaderClassName
{
color: #F86558;
}
.AnyTagClassName
{
color: #F86558;
}
</style>
background-color css
<style>
a { background-color: #F86558; }
a { background-color: rgb(248,101,88); }
div.DivClassName
{
background-color: #F86558;
}
.BgClassName
{
background-color: #F86558;
}
</style>
border-color css
<style>
span { border-color: #F86558; }
span { border-color: rgb(248,101,88); }
td.TdClassName
{
border-color: #F86558;
}
.TagClassName
{
border-color: #F86558;
}
</style>