Shades of Bittersweet #F77362
Tints of Bittersweet #F77362
RGB
CMYK
RGB Variations
Color information
#F77362 (or 0xF77362) is known color: Bittersweet. HEX triplet: F7, 73 and 62. RGB value is (247,115,98). Sum of RGB (Red+Green+Blue) = 247+115+98=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F77362 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77362 is #088C9D. Grayscale: #989898. Windows color (decimal): -560286 or 6452215. OLE color: 6452215.
HSL color Cylindrical-coordinate representation of color #F77362: hue angle of 6.85º degrees, saturation: 0.9, 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 #F77362 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 98 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.03 |
| HSL | 6.85º | 0.9% | 0.68% | - |
| HSV(B) | 6.85º | 0.6% | 0.97% | - |
| XYZ | 46.69 | 32.92 | 15.45 | - |
| YUV | 152.53 | 97.23 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 98 | 0 | 0.53 | 0.60 | 0.03 | 6.85 | 0.9 | 0.68 |
| Hex | F7 | 73 | 62 | 0 | 35 | 3C | 3 | 7 | 5A | 44 |
| Octal | 367 | 163 | 142 | 0 | 65 | 74 | 3 | 7 | 132 | 104 |
| Binary | 11110111 | 1110011 | 1100010 | 0 | 110101 | 111100 | 11 | 111 | 1011010 | 1000100 |
Color Harmonies of #F77362
Complementary color
Monochromatic Colors of #F77362
Black with #F77362
Text Example
Text Example
White with #F77362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77362; }
p { color: rgb(247,115,98); }
H1.HeaderClassName
{
color: #F77362;
}
.AnyTagClassName
{
color: #F77362;
}
</style>
background-color css
<style>
a { background-color: #F77362; }
a { background-color: rgb(247,115,98); }
div.DivClassName
{
background-color: #F77362;
}
.BgClassName
{
background-color: #F77362;
}
</style>
border-color css
<style>
span { border-color: #F77362; }
span { border-color: rgb(247,115,98); }
td.TdClassName
{
border-color: #F77362;
}
.TagClassName
{
border-color: #F77362;
}
</style>