Shades of Bittersweet #F76362
Tints of Bittersweet #F76362
RGB
CMYK
RGB Variations
Color information
#F76362 (or 0xF76362) is known color: Bittersweet. HEX triplet: F7, 63 and 62. RGB value is (247,99,98). Sum of RGB (Red+Green+Blue) = 247+99+98=444 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.63% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 98 (38.67% from 255 or 22.07% from 444); Max value from RGB is 247 - color contains mainly: red. Hex color #F76362 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76362 is #089C9D. Grayscale: #8F8F8F. Windows color (decimal): -564382 or 6448119. OLE color: 6448119.
HSL color Cylindrical-coordinate representation of color #F76362: hue angle of 0.4º 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 #F76362 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 99 | 98 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.03 |
| HSL | 0.4º | 0.9% | 0.68% | - |
| HSV(B) | 0.4º | 0.6% | 0.97% | - |
| XYZ | 45.02 | 29.58 | 14.89 | - |
| YUV | 143.14 | 102.53 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 99 | 98 | 0 | 0.60 | 0.60 | 0.03 | 0.4 | 0.9 | 0.68 |
| Hex | F7 | 63 | 62 | 0 | 3C | 3C | 3 | 0 | 5A | 44 |
| Octal | 367 | 143 | 142 | 0 | 74 | 74 | 3 | 0 | 132 | 104 |
| Binary | 11110111 | 1100011 | 1100010 | 0 | 111100 | 111100 | 11 | 0 | 1011010 | 1000100 |
Color Harmonies of #F76362
Complementary color
Monochromatic Colors of #F76362
Black with #F76362
Text Example
Text Example
White with #F76362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76362; }
p { color: rgb(247,99,98); }
H1.HeaderClassName
{
color: #F76362;
}
.AnyTagClassName
{
color: #F76362;
}
</style>
background-color css
<style>
a { background-color: #F76362; }
a { background-color: rgb(247,99,98); }
div.DivClassName
{
background-color: #F76362;
}
.BgClassName
{
background-color: #F76362;
}
</style>
border-color css
<style>
span { border-color: #F76362; }
span { border-color: rgb(247,99,98); }
td.TdClassName
{
border-color: #F76362;
}
.TagClassName
{
border-color: #F76362;
}
</style>