Shades of Bittersweet #F6765D
Tints of Bittersweet #F6765D
RGB
CMYK
RGB Variations
Color information
#F6765D (or 0xF6765D) is known color: Bittersweet. HEX triplet: F6, 76 and 5D. RGB value is (246,118,93). Sum of RGB (Red+Green+Blue) = 246+118+93=457 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.83% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 246 - color contains mainly: red. Hex color #F6765D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6765D is #0989A2. Grayscale: #999999. Windows color (decimal): -625059 or 6125302. OLE color: 6125302.
HSL color Cylindrical-coordinate representation of color #F6765D: hue angle of 9.8º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F6765D is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 118 | 93 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.04 |
| HSL | 9.8º | 0.89% | 0.66% | - |
| HSV(B) | 9.8º | 0.62% | 0.96% | - |
| XYZ | 46.46 | 33.34 | 14.34 | - |
| YUV | 153.42 | 93.91 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 118 | 93 | 0 | 0.52 | 0.62 | 0.04 | 9.8 | 0.89 | 0.66 |
| Hex | F6 | 76 | 5D | 0 | 34 | 3E | 4 | A | 59 | 42 |
| Octal | 366 | 166 | 135 | 0 | 64 | 76 | 4 | 12 | 131 | 102 |
| Binary | 11110110 | 1110110 | 1011101 | 0 | 110100 | 111110 | 100 | 1010 | 1011001 | 1000010 |
Color Harmonies of #F6765D
Complementary color
Monochromatic Colors of #F6765D
Black with #F6765D
Text Example
Text Example
White with #F6765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6765D; }
p { color: rgb(246,118,93); }
H1.HeaderClassName
{
color: #F6765D;
}
.AnyTagClassName
{
color: #F6765D;
}
</style>
background-color css
<style>
a { background-color: #F6765D; }
a { background-color: rgb(246,118,93); }
div.DivClassName
{
background-color: #F6765D;
}
.BgClassName
{
background-color: #F6765D;
}
</style>
border-color css
<style>
span { border-color: #F6765D; }
span { border-color: rgb(246,118,93); }
td.TdClassName
{
border-color: #F6765D;
}
.TagClassName
{
border-color: #F6765D;
}
</style>