Shades of Bittersweet #F87062
Tints of Bittersweet #F87062
RGB
CMYK
RGB Variations
Color information
#F87062 (or 0xF87062) is known color: Bittersweet. HEX triplet: F8, 70 and 62. RGB value is (248,112,98). Sum of RGB (Red+Green+Blue) = 248+112+98=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 98 (38.67% from 255 or 21.40% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F87062 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87062 is #078F9D. Grayscale: #979797. Windows color (decimal): -495518 or 6451448. OLE color: 6451448.
HSL color Cylindrical-coordinate representation of color #F87062: hue angle of 5.6º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F87062 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 112 | 98 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.03 |
| HSL | 5.6º | 0.91% | 0.68% | - |
| HSV(B) | 5.6º | 0.6% | 0.97% | - |
| XYZ | 46.71 | 32.43 | 15.35 | - |
| YUV | 151.07 | 98.06 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 112 | 98 | 0 | 0.55 | 0.60 | 0.03 | 5.6 | 0.91 | 0.68 |
| Hex | F8 | 70 | 62 | 0 | 37 | 3C | 3 | 6 | 5B | 44 |
| Octal | 370 | 160 | 142 | 0 | 67 | 74 | 3 | 6 | 133 | 104 |
| Binary | 11111000 | 1110000 | 1100010 | 0 | 110111 | 111100 | 11 | 110 | 1011011 | 1000100 |
Color Harmonies of #F87062
Complementary color
Monochromatic Colors of #F87062
Black with #F87062
Text Example
Text Example
White with #F87062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87062; }
p { color: rgb(248,112,98); }
H1.HeaderClassName
{
color: #F87062;
}
.AnyTagClassName
{
color: #F87062;
}
</style>
background-color css
<style>
a { background-color: #F87062; }
a { background-color: rgb(248,112,98); }
div.DivClassName
{
background-color: #F87062;
}
.BgClassName
{
background-color: #F87062;
}
</style>
border-color css
<style>
span { border-color: #F87062; }
span { border-color: rgb(248,112,98); }
td.TdClassName
{
border-color: #F87062;
}
.TagClassName
{
border-color: #F87062;
}
</style>