Shades of Bittersweet #F87565
Tints of Bittersweet #F87565
RGB
CMYK
RGB Variations
Color information
#F87565 (or 0xF87565) is known color: Bittersweet. HEX triplet: F8, 75 and 65. RGB value is (248,117,101). Sum of RGB (Red+Green+Blue) = 248+117+101=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F87565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87565 is #078A9A. Grayscale: #9A9A9A. Windows color (decimal): -494235 or 6649336. OLE color: 6649336.
HSL color Cylindrical-coordinate representation of color #F87565: hue angle of 6.53º 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 #F87565 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 101 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.03 |
| HSL | 6.53º | 0.91% | 0.68% | - |
| HSV(B) | 6.53º | 0.59% | 0.97% | - |
| XYZ | 47.42 | 33.62 | 16.3 | - |
| YUV | 154.35 | 97.9 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 101 | 0 | 0.53 | 0.59 | 0.03 | 6.53 | 0.91 | 0.68 |
| Hex | F8 | 75 | 65 | 0 | 35 | 3B | 3 | 7 | 5B | 44 |
| Octal | 370 | 165 | 145 | 0 | 65 | 73 | 3 | 7 | 133 | 104 |
| Binary | 11111000 | 1110101 | 1100101 | 0 | 110101 | 111011 | 11 | 111 | 1011011 | 1000100 |
Color Harmonies of #F87565
Complementary color
Monochromatic Colors of #F87565
Black with #F87565
Text Example
Text Example
White with #F87565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87565; }
p { color: rgb(248,117,101); }
H1.HeaderClassName
{
color: #F87565;
}
.AnyTagClassName
{
color: #F87565;
}
</style>
background-color css
<style>
a { background-color: #F87565; }
a { background-color: rgb(248,117,101); }
div.DivClassName
{
background-color: #F87565;
}
.BgClassName
{
background-color: #F87565;
}
</style>
border-color css
<style>
span { border-color: #F87565; }
span { border-color: rgb(248,117,101); }
td.TdClassName
{
border-color: #F87565;
}
.TagClassName
{
border-color: #F87565;
}
</style>