Shades of Bittersweet #F87566
Tints of Bittersweet #F87566
RGB
CMYK
RGB Variations
Color information
#F87566 (or 0xF87566) is known color: Bittersweet. HEX triplet: F8, 75 and 66. RGB value is (248,117,102). Sum of RGB (Red+Green+Blue) = 248+117+102=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F87566 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87566 is #078A99. Grayscale: #9A9A9A. Windows color (decimal): -494234 or 6714872. OLE color: 6714872.
HSL color Cylindrical-coordinate representation of color #F87566: hue angle of 6.16º 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 #F87566 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 102 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.03 |
| HSL | 6.16º | 0.91% | 0.69% | - |
| HSV(B) | 6.16º | 0.59% | 0.97% | - |
| XYZ | 47.47 | 33.64 | 16.56 | - |
| YUV | 154.46 | 98.4 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 102 | 0 | 0.53 | 0.59 | 0.03 | 6.16 | 0.91 | 0.69 |
| Hex | F8 | 75 | 66 | 0 | 35 | 3B | 3 | 6 | 5B | 45 |
| Octal | 370 | 165 | 146 | 0 | 65 | 73 | 3 | 6 | 133 | 105 |
| Binary | 11111000 | 1110101 | 1100110 | 0 | 110101 | 111011 | 11 | 110 | 1011011 | 1000101 |
Color Harmonies of #F87566
Complementary color
Monochromatic Colors of #F87566
Black with #F87566
Text Example
Text Example
White with #F87566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87566; }
p { color: rgb(248,117,102); }
H1.HeaderClassName
{
color: #F87566;
}
.AnyTagClassName
{
color: #F87566;
}
</style>
background-color css
<style>
a { background-color: #F87566; }
a { background-color: rgb(248,117,102); }
div.DivClassName
{
background-color: #F87566;
}
.BgClassName
{
background-color: #F87566;
}
</style>
border-color css
<style>
span { border-color: #F87566; }
span { border-color: rgb(248,117,102); }
td.TdClassName
{
border-color: #F87566;
}
.TagClassName
{
border-color: #F87566;
}
</style>