Shades of Bittersweet #F86658
Tints of Bittersweet #F86658
RGB
CMYK
RGB Variations
Color information
#F86658 (or 0xF86658) is known color: Bittersweet. HEX triplet: F8, 66 and 58. RGB value is (248,102,88). Sum of RGB (Red+Green+Blue) = 248+102+88=438 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.62% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 88 (34.77% from 255 or 20.09% from 438); Max value from RGB is 248 - color contains mainly: red. Hex color #F86658 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86658 is #0799A7. Grayscale: #909090. Windows color (decimal): -498088 or 5793528. OLE color: 5793528.
HSL color Cylindrical-coordinate representation of color #F86658: hue angle of 5.25º 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 #F86658 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 102 | 88 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.03 |
| HSL | 5.25º | 0.92% | 0.66% | - |
| HSV(B) | 5.25º | 0.65% | 0.97% | - |
| XYZ | 45.22 | 30.16 | 12.67 | - |
| YUV | 144.06 | 96.37 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 102 | 88 | 0 | 0.59 | 0.65 | 0.03 | 5.25 | 0.92 | 0.66 |
| Hex | F8 | 66 | 58 | 0 | 3B | 41 | 3 | 5 | 5C | 42 |
| Octal | 370 | 146 | 130 | 0 | 73 | 101 | 3 | 5 | 134 | 102 |
| Binary | 11111000 | 1100110 | 1011000 | 0 | 111011 | 1000001 | 11 | 101 | 1011100 | 1000010 |
Color Harmonies of #F86658
Complementary color
Monochromatic Colors of #F86658
Black with #F86658
Text Example
Text Example
White with #F86658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86658; }
p { color: rgb(248,102,88); }
H1.HeaderClassName
{
color: #F86658;
}
.AnyTagClassName
{
color: #F86658;
}
</style>
background-color css
<style>
a { background-color: #F86658; }
a { background-color: rgb(248,102,88); }
div.DivClassName
{
background-color: #F86658;
}
.BgClassName
{
background-color: #F86658;
}
</style>
border-color css
<style>
span { border-color: #F86658; }
span { border-color: rgb(248,102,88); }
td.TdClassName
{
border-color: #F86658;
}
.TagClassName
{
border-color: #F86658;
}
</style>