Shades of Bittersweet #F76762
Tints of Bittersweet #F76762
RGB
CMYK
RGB Variations
Color information
#F76762 (or 0xF76762) is known color: Bittersweet. HEX triplet: F7, 67 and 62. RGB value is (247,103,98). Sum of RGB (Red+Green+Blue) = 247+103+98=448 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.13% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 247 - color contains mainly: red. Hex color #F76762 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76762 is #08989D. Grayscale: #919191. Windows color (decimal): -563358 or 6449143. OLE color: 6449143.
HSL color Cylindrical-coordinate representation of color #F76762: hue angle of 2.01º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F76762 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 103 | 98 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.03 |
| HSL | 2.01º | 0.9% | 0.68% | - |
| HSV(B) | 2.01º | 0.6% | 0.97% | - |
| XYZ | 45.41 | 30.36 | 15.02 | - |
| YUV | 145.49 | 101.21 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 103 | 98 | 0 | 0.58 | 0.60 | 0.03 | 2.01 | 0.9 | 0.68 |
| Hex | F7 | 67 | 62 | 0 | 3A | 3C | 3 | 2 | 5A | 44 |
| Octal | 367 | 147 | 142 | 0 | 72 | 74 | 3 | 2 | 132 | 104 |
| Binary | 11110111 | 1100111 | 1100010 | 0 | 111010 | 111100 | 11 | 10 | 1011010 | 1000100 |
Color Harmonies of #F76762
Complementary color
Monochromatic Colors of #F76762
Black with #F76762
Text Example
Text Example
White with #F76762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76762; }
p { color: rgb(247,103,98); }
H1.HeaderClassName
{
color: #F76762;
}
.AnyTagClassName
{
color: #F76762;
}
</style>
background-color css
<style>
a { background-color: #F76762; }
a { background-color: rgb(247,103,98); }
div.DivClassName
{
background-color: #F76762;
}
.BgClassName
{
background-color: #F76762;
}
</style>
border-color css
<style>
span { border-color: #F76762; }
span { border-color: rgb(247,103,98); }
td.TdClassName
{
border-color: #F76762;
}
.TagClassName
{
border-color: #F76762;
}
</style>