Shades of Bittersweet #F87266
Tints of Bittersweet #F87266
RGB
CMYK
RGB Variations
Color information
#F87266 (or 0xF87266) is known color: Bittersweet. HEX triplet: F8, 72 and 66. RGB value is (248,114,102). Sum of RGB (Red+Green+Blue) = 248+114+102=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F87266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87266 is #078D99. Grayscale: #989898. Windows color (decimal): -495002 or 6714104. OLE color: 6714104.
HSL color Cylindrical-coordinate representation of color #F87266: hue angle of 4.93º 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 #F87266 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 114 | 102 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.03 |
| HSL | 4.93º | 0.91% | 0.69% | - |
| HSV(B) | 4.93º | 0.59% | 0.97% | - |
| XYZ | 47.13 | 32.95 | 16.45 | - |
| YUV | 152.7 | 99.39 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 114 | 102 | 0 | 0.54 | 0.59 | 0.03 | 4.93 | 0.91 | 0.69 |
| Hex | F8 | 72 | 66 | 0 | 36 | 3B | 3 | 5 | 5B | 45 |
| Octal | 370 | 162 | 146 | 0 | 66 | 73 | 3 | 5 | 133 | 105 |
| Binary | 11111000 | 1110010 | 1100110 | 0 | 110110 | 111011 | 11 | 101 | 1011011 | 1000101 |
Color Harmonies of #F87266
Complementary color
Monochromatic Colors of #F87266
Black with #F87266
Text Example
Text Example
White with #F87266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87266; }
p { color: rgb(248,114,102); }
H1.HeaderClassName
{
color: #F87266;
}
.AnyTagClassName
{
color: #F87266;
}
</style>
background-color css
<style>
a { background-color: #F87266; }
a { background-color: rgb(248,114,102); }
div.DivClassName
{
background-color: #F87266;
}
.BgClassName
{
background-color: #F87266;
}
</style>
border-color css
<style>
span { border-color: #F87266; }
span { border-color: rgb(248,114,102); }
td.TdClassName
{
border-color: #F87266;
}
.TagClassName
{
border-color: #F87266;
}
</style>