Shades of Bittersweet #F06F68
Tints of Bittersweet #F06F68
RGB
CMYK
RGB Variations
Color information
#F06F68 (or 0xF06F68) is known color: Bittersweet. HEX triplet: F0, 6F and 68. RGB value is (240,111,104). Sum of RGB (Red+Green+Blue) = 240+111+104=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06F68 is #0F9097. Grayscale: #949494. Windows color (decimal): -1020056 or 6844400. OLE color: 6844400.
HSL color Cylindrical-coordinate representation of color #F06F68: hue angle of 3.09º 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 #F06F68 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 104 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.06 |
| HSL | 3.09º | 0.82% | 0.67% | - |
| HSV(B) | 3.09º | 0.57% | 0.94% | - |
| XYZ | 44.12 | 30.89 | 16.73 | - |
| YUV | 148.77 | 102.74 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 104 | 0 | 0.54 | 0.57 | 0.06 | 3.09 | 0.82 | 0.67 |
| Hex | F0 | 6F | 68 | 0 | 36 | 39 | 6 | 3 | 52 | 43 |
| Octal | 360 | 157 | 150 | 0 | 66 | 71 | 6 | 3 | 122 | 103 |
| Binary | 11110000 | 1101111 | 1101000 | 0 | 110110 | 111001 | 110 | 11 | 1010010 | 1000011 |
Color Harmonies of #F06F68
Complementary color
Monochromatic Colors of #F06F68
Black with #F06F68
Text Example
Text Example
White with #F06F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06F68; }
p { color: rgb(240,111,104); }
H1.HeaderClassName
{
color: #F06F68;
}
.AnyTagClassName
{
color: #F06F68;
}
</style>
background-color css
<style>
a { background-color: #F06F68; }
a { background-color: rgb(240,111,104); }
div.DivClassName
{
background-color: #F06F68;
}
.BgClassName
{
background-color: #F06F68;
}
</style>
border-color css
<style>
span { border-color: #F06F68; }
span { border-color: rgb(240,111,104); }
td.TdClassName
{
border-color: #F06F68;
}
.TagClassName
{
border-color: #F06F68;
}
</style>