Shades of Bittersweet #F76C5B
Tints of Bittersweet #F76C5B
RGB
CMYK
RGB Variations
Color information
#F76C5B (or 0xF76C5B) is known color: Bittersweet. HEX triplet: F7, 6C and 5B. RGB value is (247,108,91). Sum of RGB (Red+Green+Blue) = 247+108+91=446 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.38% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 247 - color contains mainly: red. Hex color #F76C5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76C5B is #0893A4. Grayscale: #939393. Windows color (decimal): -562085 or 5991671. OLE color: 5991671.
HSL color Cylindrical-coordinate representation of color #F76C5B: hue angle of 6.54º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F76C5B is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 108 | 91 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.03 |
| HSL | 6.54º | 0.91% | 0.66% | - |
| HSV(B) | 6.54º | 0.63% | 0.97% | - |
| XYZ | 45.61 | 31.25 | 13.53 | - |
| YUV | 147.62 | 96.05 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 108 | 91 | 0 | 0.56 | 0.63 | 0.03 | 6.54 | 0.91 | 0.66 |
| Hex | F7 | 6C | 5B | 0 | 38 | 3F | 3 | 7 | 5B | 42 |
| Octal | 367 | 154 | 133 | 0 | 70 | 77 | 3 | 7 | 133 | 102 |
| Binary | 11110111 | 1101100 | 1011011 | 0 | 111000 | 111111 | 11 | 111 | 1011011 | 1000010 |
Color Harmonies of #F76C5B
Complementary color
Monochromatic Colors of #F76C5B
Black with #F76C5B
Text Example
Text Example
White with #F76C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76C5B; }
p { color: rgb(247,108,91); }
H1.HeaderClassName
{
color: #F76C5B;
}
.AnyTagClassName
{
color: #F76C5B;
}
</style>
background-color css
<style>
a { background-color: #F76C5B; }
a { background-color: rgb(247,108,91); }
div.DivClassName
{
background-color: #F76C5B;
}
.BgClassName
{
background-color: #F76C5B;
}
</style>
border-color css
<style>
span { border-color: #F76C5B; }
span { border-color: rgb(247,108,91); }
td.TdClassName
{
border-color: #F76C5B;
}
.TagClassName
{
border-color: #F76C5B;
}
</style>