Shades of Bittersweet #F76C5C
Tints of Bittersweet #F76C5C
RGB
CMYK
RGB Variations
Color information
#F76C5C (or 0xF76C5C) is known color: Bittersweet. HEX triplet: F7, 6C and 5C. RGB value is (247,108,92). Sum of RGB (Red+Green+Blue) = 247+108+92=447 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.26% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 247 - color contains mainly: red. Hex color #F76C5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76C5C is #0893A3. Grayscale: #939393. Windows color (decimal): -562084 or 6057207. OLE color: 6057207.
HSL color Cylindrical-coordinate representation of color #F76C5C: hue angle of 6.19º 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 #F76C5C is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 108 | 92 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.03 |
| HSL | 6.19º | 0.91% | 0.66% | - |
| HSV(B) | 6.19º | 0.63% | 0.97% | - |
| XYZ | 45.65 | 31.27 | 13.76 | - |
| YUV | 147.74 | 96.55 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 108 | 92 | 0 | 0.56 | 0.63 | 0.03 | 6.19 | 0.91 | 0.66 |
| Hex | F7 | 6C | 5C | 0 | 38 | 3F | 3 | 6 | 5B | 42 |
| Octal | 367 | 154 | 134 | 0 | 70 | 77 | 3 | 6 | 133 | 102 |
| Binary | 11110111 | 1101100 | 1011100 | 0 | 111000 | 111111 | 11 | 110 | 1011011 | 1000010 |
Color Harmonies of #F76C5C
Complementary color
Monochromatic Colors of #F76C5C
Black with #F76C5C
Text Example
Text Example
White with #F76C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76C5C; }
p { color: rgb(247,108,92); }
H1.HeaderClassName
{
color: #F76C5C;
}
.AnyTagClassName
{
color: #F76C5C;
}
</style>
background-color css
<style>
a { background-color: #F76C5C; }
a { background-color: rgb(247,108,92); }
div.DivClassName
{
background-color: #F76C5C;
}
.BgClassName
{
background-color: #F76C5C;
}
</style>
border-color css
<style>
span { border-color: #F76C5C; }
span { border-color: rgb(247,108,92); }
td.TdClassName
{
border-color: #F76C5C;
}
.TagClassName
{
border-color: #F76C5C;
}
</style>