Shades of Bittersweet #F7655F
Tints of Bittersweet #F7655F
RGB
CMYK
RGB Variations
Color information
#F7655F (or 0xF7655F) is known color: Bittersweet. HEX triplet: F7, 65 and 5F. RGB value is (247,101,95). Sum of RGB (Red+Green+Blue) = 247+101+95=443 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.76% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 247 - color contains mainly: red. Hex color #F7655F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7655F is #089AA0. Grayscale: #909090. Windows color (decimal): -563873 or 6252023. OLE color: 6252023.
HSL color Cylindrical-coordinate representation of color #F7655F: hue angle of 2.37º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F7655F is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 101 | 95 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.03 |
| HSL | 2.37º | 0.9% | 0.67% | - |
| HSV(B) | 2.37º | 0.62% | 0.97% | - |
| XYZ | 45.08 | 29.91 | 14.22 | - |
| YUV | 143.97 | 100.37 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 101 | 95 | 0 | 0.59 | 0.62 | 0.03 | 2.37 | 0.9 | 0.67 |
| Hex | F7 | 65 | 5F | 0 | 3B | 3E | 3 | 2 | 5A | 43 |
| Octal | 367 | 145 | 137 | 0 | 73 | 76 | 3 | 2 | 132 | 103 |
| Binary | 11110111 | 1100101 | 1011111 | 0 | 111011 | 111110 | 11 | 10 | 1011010 | 1000011 |
Color Harmonies of #F7655F
Complementary color
Monochromatic Colors of #F7655F
Black with #F7655F
Text Example
Text Example
White with #F7655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7655F; }
p { color: rgb(247,101,95); }
H1.HeaderClassName
{
color: #F7655F;
}
.AnyTagClassName
{
color: #F7655F;
}
</style>
background-color css
<style>
a { background-color: #F7655F; }
a { background-color: rgb(247,101,95); }
div.DivClassName
{
background-color: #F7655F;
}
.BgClassName
{
background-color: #F7655F;
}
</style>
border-color css
<style>
span { border-color: #F7655F; }
span { border-color: rgb(247,101,95); }
td.TdClassName
{
border-color: #F7655F;
}
.TagClassName
{
border-color: #F7655F;
}
</style>