Shades of Bittersweet #F86564
Tints of Bittersweet #F86564
RGB
CMYK
RGB Variations
Color information
#F86564 (or 0xF86564) is known color: Bittersweet. HEX triplet: F8, 65 and 64. RGB value is (248,101,100). Sum of RGB (Red+Green+Blue) = 248+101+100=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F86564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86564 is #079A9B. Grayscale: #909090. Windows color (decimal): -498332 or 6579704. OLE color: 6579704.
HSL color Cylindrical-coordinate representation of color #F86564: hue angle of 0.41º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F86564 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 101 | 100 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.03 |
| HSL | 0.41º | 0.91% | 0.68% | - |
| HSV(B) | 0.41º | 0.6% | 0.97% | - |
| XYZ | 45.67 | 30.18 | 15.48 | - |
| YUV | 144.84 | 102.7 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 101 | 100 | 0 | 0.59 | 0.60 | 0.03 | 0.41 | 0.91 | 0.68 |
| Hex | F8 | 65 | 64 | 0 | 3B | 3C | 3 | 0 | 5B | 44 |
| Octal | 370 | 145 | 144 | 0 | 73 | 74 | 3 | 0 | 133 | 104 |
| Binary | 11111000 | 1100101 | 1100100 | 0 | 111011 | 111100 | 11 | 0 | 1011011 | 1000100 |
Color Harmonies of #F86564
Complementary color
Monochromatic Colors of #F86564
Black with #F86564
Text Example
Text Example
White with #F86564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86564; }
p { color: rgb(248,101,100); }
H1.HeaderClassName
{
color: #F86564;
}
.AnyTagClassName
{
color: #F86564;
}
</style>
background-color css
<style>
a { background-color: #F86564; }
a { background-color: rgb(248,101,100); }
div.DivClassName
{
background-color: #F86564;
}
.BgClassName
{
background-color: #F86564;
}
</style>
border-color css
<style>
span { border-color: #F86564; }
span { border-color: rgb(248,101,100); }
td.TdClassName
{
border-color: #F86564;
}
.TagClassName
{
border-color: #F86564;
}
</style>