Shades of Bittersweet #F6765C
Tints of Bittersweet #F6765C
RGB
CMYK
RGB Variations
Color information
#F6765C (or 0xF6765C) is known color: Bittersweet. HEX triplet: F6, 76 and 5C. RGB value is (246,118,92). Sum of RGB (Red+Green+Blue) = 246+118+92=456 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.95% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 246 - color contains mainly: red. Hex color #F6765C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6765C is #0989A3. Grayscale: #999999. Windows color (decimal): -625060 or 6059766. OLE color: 6059766.
HSL color Cylindrical-coordinate representation of color #F6765C: hue angle of 10.13º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F6765C is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 118 | 92 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.04 |
| HSL | 10.13º | 0.9% | 0.66% | - |
| HSV(B) | 10.13º | 0.63% | 0.96% | - |
| XYZ | 46.42 | 33.32 | 14.11 | - |
| YUV | 153.31 | 93.41 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 118 | 92 | 0 | 0.52 | 0.63 | 0.04 | 10.13 | 0.9 | 0.66 |
| Hex | F6 | 76 | 5C | 0 | 34 | 3F | 4 | A | 5A | 42 |
| Octal | 366 | 166 | 134 | 0 | 64 | 77 | 4 | 12 | 132 | 102 |
| Binary | 11110110 | 1110110 | 1011100 | 0 | 110100 | 111111 | 100 | 1010 | 1011010 | 1000010 |
Color Harmonies of #F6765C
Complementary color
Monochromatic Colors of #F6765C
Black with #F6765C
Text Example
Text Example
White with #F6765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6765C; }
p { color: rgb(246,118,92); }
H1.HeaderClassName
{
color: #F6765C;
}
.AnyTagClassName
{
color: #F6765C;
}
</style>
background-color css
<style>
a { background-color: #F6765C; }
a { background-color: rgb(246,118,92); }
div.DivClassName
{
background-color: #F6765C;
}
.BgClassName
{
background-color: #F6765C;
}
</style>
border-color css
<style>
span { border-color: #F6765C; }
span { border-color: rgb(246,118,92); }
td.TdClassName
{
border-color: #F6765C;
}
.TagClassName
{
border-color: #F6765C;
}
</style>