Shades of Bittersweet #F87665
Tints of Bittersweet #F87665
RGB
CMYK
RGB Variations
Color information
#F87665 (or 0xF87665) is known color: Bittersweet. HEX triplet: F8, 76 and 65. RGB value is (248,118,101). Sum of RGB (Red+Green+Blue) = 248+118+101=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F87665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87665 is #07899A. Grayscale: #9B9B9B. Windows color (decimal): -493979 or 6649592. OLE color: 6649592.
HSL color Cylindrical-coordinate representation of color #F87665: hue angle of 6.94º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F87665 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 118 | 101 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.03 |
| HSL | 6.94º | 0.91% | 0.68% | - |
| HSV(B) | 6.94º | 0.59% | 0.97% | - |
| XYZ | 47.54 | 33.85 | 16.34 | - |
| YUV | 154.93 | 97.57 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 118 | 101 | 0 | 0.52 | 0.59 | 0.03 | 6.94 | 0.91 | 0.68 |
| Hex | F8 | 76 | 65 | 0 | 34 | 3B | 3 | 7 | 5B | 44 |
| Octal | 370 | 166 | 145 | 0 | 64 | 73 | 3 | 7 | 133 | 104 |
| Binary | 11111000 | 1110110 | 1100101 | 0 | 110100 | 111011 | 11 | 111 | 1011011 | 1000100 |
Color Harmonies of #F87665
Complementary color
Monochromatic Colors of #F87665
Black with #F87665
Text Example
Text Example
White with #F87665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87665; }
p { color: rgb(248,118,101); }
H1.HeaderClassName
{
color: #F87665;
}
.AnyTagClassName
{
color: #F87665;
}
</style>
background-color css
<style>
a { background-color: #F87665; }
a { background-color: rgb(248,118,101); }
div.DivClassName
{
background-color: #F87665;
}
.BgClassName
{
background-color: #F87665;
}
</style>
border-color css
<style>
span { border-color: #F87665; }
span { border-color: rgb(248,118,101); }
td.TdClassName
{
border-color: #F87665;
}
.TagClassName
{
border-color: #F87665;
}
</style>