Shades of Bittersweet #F06C68
Tints of Bittersweet #F06C68
RGB
CMYK
RGB Variations
Color information
#F06C68 (or 0xF06C68) is known color: Bittersweet. HEX triplet: F0, 6C and 68. RGB value is (240,108,104). Sum of RGB (Red+Green+Blue) = 240+108+104=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06C68 is #0F9397. Grayscale: #939393. Windows color (decimal): -1020824 or 6843632. OLE color: 6843632.
HSL color Cylindrical-coordinate representation of color #F06C68: hue angle of 1.76º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F06C68 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 104 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.06 |
| HSL | 1.76º | 0.82% | 0.67% | - |
| HSV(B) | 1.76º | 0.57% | 0.94% | - |
| XYZ | 43.8 | 30.25 | 16.63 | - |
| YUV | 147.01 | 103.73 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 104 | 0 | 0.55 | 0.57 | 0.06 | 1.76 | 0.82 | 0.67 |
| Hex | F0 | 6C | 68 | 0 | 37 | 39 | 6 | 2 | 52 | 43 |
| Octal | 360 | 154 | 150 | 0 | 67 | 71 | 6 | 2 | 122 | 103 |
| Binary | 11110000 | 1101100 | 1101000 | 0 | 110111 | 111001 | 110 | 10 | 1010010 | 1000011 |
Color Harmonies of #F06C68
Complementary color
Monochromatic Colors of #F06C68
Black with #F06C68
Text Example
Text Example
White with #F06C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06C68; }
p { color: rgb(240,108,104); }
H1.HeaderClassName
{
color: #F06C68;
}
.AnyTagClassName
{
color: #F06C68;
}
</style>
background-color css
<style>
a { background-color: #F06C68; }
a { background-color: rgb(240,108,104); }
div.DivClassName
{
background-color: #F06C68;
}
.BgClassName
{
background-color: #F06C68;
}
</style>
border-color css
<style>
span { border-color: #F06C68; }
span { border-color: rgb(240,108,104); }
td.TdClassName
{
border-color: #F06C68;
}
.TagClassName
{
border-color: #F06C68;
}
</style>