Shades of Bittersweet #F86A66
Tints of Bittersweet #F86A66
RGB
CMYK
RGB Variations
Color information
#F86A66 (or 0xF86A66) is known color: Bittersweet. HEX triplet: F8, 6A and 66. RGB value is (248,106,102). Sum of RGB (Red+Green+Blue) = 248+106+102=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86A66 is #079599. Grayscale: #949494. Windows color (decimal): -497050 or 6712056. OLE color: 6712056.
HSL color Cylindrical-coordinate representation of color #F86A66: hue angle of 1.64º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F86A66 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 106 | 102 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.03 |
| HSL | 1.64º | 0.91% | 0.69% | - |
| HSV(B) | 1.64º | 0.59% | 0.97% | - |
| XYZ | 46.26 | 31.22 | 16.16 | - |
| YUV | 148 | 102.04 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 106 | 102 | 0 | 0.57 | 0.59 | 0.03 | 1.64 | 0.91 | 0.69 |
| Hex | F8 | 6A | 66 | 0 | 39 | 3B | 3 | 2 | 5B | 45 |
| Octal | 370 | 152 | 146 | 0 | 71 | 73 | 3 | 2 | 133 | 105 |
| Binary | 11111000 | 1101010 | 1100110 | 0 | 111001 | 111011 | 11 | 10 | 1011011 | 1000101 |
Color Harmonies of #F86A66
Complementary color
Monochromatic Colors of #F86A66
Black with #F86A66
Text Example
Text Example
White with #F86A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86A66; }
p { color: rgb(248,106,102); }
H1.HeaderClassName
{
color: #F86A66;
}
.AnyTagClassName
{
color: #F86A66;
}
</style>
background-color css
<style>
a { background-color: #F86A66; }
a { background-color: rgb(248,106,102); }
div.DivClassName
{
background-color: #F86A66;
}
.BgClassName
{
background-color: #F86A66;
}
</style>
border-color css
<style>
span { border-color: #F86A66; }
span { border-color: rgb(248,106,102); }
td.TdClassName
{
border-color: #F86A66;
}
.TagClassName
{
border-color: #F86A66;
}
</style>