Shades of Bittersweet #F7775C
Tints of Bittersweet #F7775C
RGB
CMYK
RGB Variations
Color information
#F7775C (or 0xF7775C) is known color: Bittersweet. HEX triplet: F7, 77 and 5C. RGB value is (247,119,92). Sum of RGB (Red+Green+Blue) = 247+119+92=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F7775C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7775C is #0888A3. Grayscale: #9A9A9A. Windows color (decimal): -559268 or 6060023. OLE color: 6060023.
HSL color Cylindrical-coordinate representation of color #F7775C: hue angle of 10.45º 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 #F7775C is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 119 | 92 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.03 |
| HSL | 10.45º | 0.91% | 0.66% | - |
| HSV(B) | 10.45º | 0.63% | 0.97% | - |
| XYZ | 46.89 | 33.74 | 14.17 | - |
| YUV | 154.19 | 92.91 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 119 | 92 | 0 | 0.52 | 0.63 | 0.03 | 10.45 | 0.91 | 0.66 |
| Hex | F7 | 77 | 5C | 0 | 34 | 3F | 3 | A | 5B | 42 |
| Octal | 367 | 167 | 134 | 0 | 64 | 77 | 3 | 12 | 133 | 102 |
| Binary | 11110111 | 1110111 | 1011100 | 0 | 110100 | 111111 | 11 | 1010 | 1011011 | 1000010 |
Color Harmonies of #F7775C
Complementary color
Monochromatic Colors of #F7775C
Black with #F7775C
Text Example
Text Example
White with #F7775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7775C; }
p { color: rgb(247,119,92); }
H1.HeaderClassName
{
color: #F7775C;
}
.AnyTagClassName
{
color: #F7775C;
}
</style>
background-color css
<style>
a { background-color: #F7775C; }
a { background-color: rgb(247,119,92); }
div.DivClassName
{
background-color: #F7775C;
}
.BgClassName
{
background-color: #F7775C;
}
</style>
border-color css
<style>
span { border-color: #F7775C; }
span { border-color: rgb(247,119,92); }
td.TdClassName
{
border-color: #F7775C;
}
.TagClassName
{
border-color: #F7775C;
}
</style>