Shades of Bittersweet #F8716A
Tints of Bittersweet #F8716A
RGB
CMYK
RGB Variations
Color information
#F8716A (or 0xF8716A) is known color: Bittersweet. HEX triplet: F8, 71 and 6A. RGB value is (248,113,106). Sum of RGB (Red+Green+Blue) = 248+113+106=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F8716A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8716A is #078E95. Grayscale: #989898. Windows color (decimal): -495254 or 6975992. OLE color: 6975992.
HSL color Cylindrical-coordinate representation of color #F8716A: hue angle of 2.96º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F8716A is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 113 | 106 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.03 |
| HSL | 2.96º | 0.91% | 0.69% | - |
| HSV(B) | 2.96º | 0.57% | 0.97% | - |
| XYZ | 47.22 | 32.81 | 17.48 | - |
| YUV | 152.57 | 101.73 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 113 | 106 | 0 | 0.54 | 0.57 | 0.03 | 2.96 | 0.91 | 0.69 |
| Hex | F8 | 71 | 6A | 0 | 36 | 39 | 3 | 3 | 5B | 45 |
| Octal | 370 | 161 | 152 | 0 | 66 | 71 | 3 | 3 | 133 | 105 |
| Binary | 11111000 | 1110001 | 1101010 | 0 | 110110 | 111001 | 11 | 11 | 1011011 | 1000101 |
Color Harmonies of #F8716A
Complementary color
Monochromatic Colors of #F8716A
Black with #F8716A
Text Example
Text Example
White with #F8716A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8716A; }
p { color: rgb(248,113,106); }
H1.HeaderClassName
{
color: #F8716A;
}
.AnyTagClassName
{
color: #F8716A;
}
</style>
background-color css
<style>
a { background-color: #F8716A; }
a { background-color: rgb(248,113,106); }
div.DivClassName
{
background-color: #F8716A;
}
.BgClassName
{
background-color: #F8716A;
}
</style>
border-color css
<style>
span { border-color: #F8716A; }
span { border-color: rgb(248,113,106); }
td.TdClassName
{
border-color: #F8716A;
}
.TagClassName
{
border-color: #F8716A;
}
</style>