Shades of Bittersweet #F76363
Tints of Bittersweet #F76363
RGB
CMYK
RGB Variations
Color information
#F76363 (or 0xF76363) is known color: Bittersweet. HEX triplet: F7, 63 and 63. RGB value is (247,99,99). Sum of RGB (Red+Green+Blue) = 247+99+99=445 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.51% from 445); Green value is 99 (39.06% from 255 or 22.25% from 445); Blue value is 99 (39.06% from 255 or 22.25% from 445); Max value from RGB is 247 - color contains mainly: red. Hex color #F76363 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76363 is #089C9C. Grayscale: #8F8F8F. Windows color (decimal): -564381 or 6513655. OLE color: 6513655.
HSL color Cylindrical-coordinate representation of color #F76363: hue angle of 0º 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 #F76363 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 99 | 99 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.03 |
| HSL | 0º | 0.9% | 0.68% | - |
| HSV(B) | 0º | 0.6% | 0.97% | - |
| XYZ | 45.07 | 29.6 | 15.14 | - |
| YUV | 143.25 | 103.03 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 99 | 99 | 0 | 0.60 | 0.60 | 0.03 | 0 | 0.9 | 0.68 |
| Hex | F7 | 63 | 63 | 0 | 3C | 3C | 3 | 0 | 5A | 44 |
| Octal | 367 | 143 | 143 | 0 | 74 | 74 | 3 | 0 | 132 | 104 |
| Binary | 11110111 | 1100011 | 1100011 | 0 | 111100 | 111100 | 11 | 0 | 1011010 | 1000100 |
Color Harmonies of #F76363
Complementary color
Monochromatic Colors of #F76363
Black with #F76363
Text Example
Text Example
White with #F76363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76363; }
p { color: rgb(247,99,99); }
H1.HeaderClassName
{
color: #F76363;
}
.AnyTagClassName
{
color: #F76363;
}
</style>
background-color css
<style>
a { background-color: #F76363; }
a { background-color: rgb(247,99,99); }
div.DivClassName
{
background-color: #F76363;
}
.BgClassName
{
background-color: #F76363;
}
</style>
border-color css
<style>
span { border-color: #F76363; }
span { border-color: rgb(247,99,99); }
td.TdClassName
{
border-color: #F76363;
}
.TagClassName
{
border-color: #F76363;
}
</style>