Shades of Bittersweet #F7635E
Tints of Bittersweet #F7635E
RGB
CMYK
RGB Variations
Color information
#F7635E (or 0xF7635E) is known color: Bittersweet. HEX triplet: F7, 63 and 5E. RGB value is (247,99,94). Sum of RGB (Red+Green+Blue) = 247+99+94=440 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.14% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 247 - color contains mainly: red. Hex color #F7635E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7635E is #089CA1. Grayscale: #8E8E8E. Windows color (decimal): -564386 or 6185975. OLE color: 6185975.
HSL color Cylindrical-coordinate representation of color #F7635E: hue angle of 1.96º degrees, saturation: 0.91, 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 #F7635E is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 99 | 94 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.03 |
| HSL | 1.96º | 0.91% | 0.67% | - |
| HSV(B) | 1.96º | 0.62% | 0.97% | - |
| XYZ | 44.84 | 29.51 | 13.92 | - |
| YUV | 142.68 | 100.53 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 99 | 94 | 0 | 0.60 | 0.62 | 0.03 | 1.96 | 0.91 | 0.67 |
| Hex | F7 | 63 | 5E | 0 | 3C | 3E | 3 | 2 | 5B | 43 |
| Octal | 367 | 143 | 136 | 0 | 74 | 76 | 3 | 2 | 133 | 103 |
| Binary | 11110111 | 1100011 | 1011110 | 0 | 111100 | 111110 | 11 | 10 | 1011011 | 1000011 |
Color Harmonies of #F7635E
Complementary color
Monochromatic Colors of #F7635E
Black with #F7635E
Text Example
Text Example
White with #F7635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7635E; }
p { color: rgb(247,99,94); }
H1.HeaderClassName
{
color: #F7635E;
}
.AnyTagClassName
{
color: #F7635E;
}
</style>
background-color css
<style>
a { background-color: #F7635E; }
a { background-color: rgb(247,99,94); }
div.DivClassName
{
background-color: #F7635E;
}
.BgClassName
{
background-color: #F7635E;
}
</style>
border-color css
<style>
span { border-color: #F7635E; }
span { border-color: rgb(247,99,94); }
td.TdClassName
{
border-color: #F7635E;
}
.TagClassName
{
border-color: #F7635E;
}
</style>