Shades of Bittersweet #F86D6D
Tints of Bittersweet #F86D6D
RGB
CMYK
RGB Variations
Color information
#F86D6D (or 0xF86D6D) is known color: Bittersweet. HEX triplet: F8, 6D and 6D. RGB value is (248,109,109). Sum of RGB (Red+Green+Blue) = 248+109+109=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F86D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86D6D is #079292. Grayscale: #969696. Windows color (decimal): -496275 or 7171576. OLE color: 7171576.
HSL color Cylindrical-coordinate representation of color #F86D6D: hue angle of 0º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F86D6D is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 109 | 109 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.03 |
| HSL | 0º | 0.91% | 0.7% | - |
| HSV(B) | 0º | 0.56% | 0.97% | - |
| XYZ | 46.94 | 32 | 18.17 | - |
| YUV | 150.56 | 104.55 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 109 | 109 | 0 | 0.56 | 0.56 | 0.03 | 0 | 0.91 | 0.7 |
| Hex | F8 | 6D | 6D | 0 | 38 | 38 | 3 | 0 | 5B | 46 |
| Octal | 370 | 155 | 155 | 0 | 70 | 70 | 3 | 0 | 133 | 106 |
| Binary | 11111000 | 1101101 | 1101101 | 0 | 111000 | 111000 | 11 | 0 | 1011011 | 1000110 |
Color Harmonies of #F86D6D
Complementary color
Monochromatic Colors of #F86D6D
Black with #F86D6D
Text Example
Text Example
White with #F86D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86D6D; }
p { color: rgb(248,109,109); }
H1.HeaderClassName
{
color: #F86D6D;
}
.AnyTagClassName
{
color: #F86D6D;
}
</style>
background-color css
<style>
a { background-color: #F86D6D; }
a { background-color: rgb(248,109,109); }
div.DivClassName
{
background-color: #F86D6D;
}
.BgClassName
{
background-color: #F86D6D;
}
</style>
border-color css
<style>
span { border-color: #F86D6D; }
span { border-color: rgb(248,109,109); }
td.TdClassName
{
border-color: #F86D6D;
}
.TagClassName
{
border-color: #F86D6D;
}
</style>