Shades of Bittersweet #F87265
Tints of Bittersweet #F87265
RGB
CMYK
RGB Variations
Color information
#F87265 (or 0xF87265) is known color: Bittersweet. HEX triplet: F8, 72 and 65. RGB value is (248,114,101). Sum of RGB (Red+Green+Blue) = 248+114+101=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F87265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87265 is #078D9A. Grayscale: #989898. Windows color (decimal): -495003 or 6648568. OLE color: 6648568.
HSL color Cylindrical-coordinate representation of color #F87265: hue angle of 5.31º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F87265 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 114 | 101 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.03 |
| HSL | 5.31º | 0.91% | 0.68% | - |
| HSV(B) | 5.31º | 0.59% | 0.97% | - |
| XYZ | 47.08 | 32.93 | 16.19 | - |
| YUV | 152.58 | 98.89 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 114 | 101 | 0 | 0.54 | 0.59 | 0.03 | 5.31 | 0.91 | 0.68 |
| Hex | F8 | 72 | 65 | 0 | 36 | 3B | 3 | 5 | 5B | 44 |
| Octal | 370 | 162 | 145 | 0 | 66 | 73 | 3 | 5 | 133 | 104 |
| Binary | 11111000 | 1110010 | 1100101 | 0 | 110110 | 111011 | 11 | 101 | 1011011 | 1000100 |
Color Harmonies of #F87265
Complementary color
Monochromatic Colors of #F87265
Black with #F87265
Text Example
Text Example
White with #F87265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87265; }
p { color: rgb(248,114,101); }
H1.HeaderClassName
{
color: #F87265;
}
.AnyTagClassName
{
color: #F87265;
}
</style>
background-color css
<style>
a { background-color: #F87265; }
a { background-color: rgb(248,114,101); }
div.DivClassName
{
background-color: #F87265;
}
.BgClassName
{
background-color: #F87265;
}
</style>
border-color css
<style>
span { border-color: #F87265; }
span { border-color: rgb(248,114,101); }
td.TdClassName
{
border-color: #F87265;
}
.TagClassName
{
border-color: #F87265;
}
</style>