Shades of Bittersweet #F06D6A
Tints of Bittersweet #F06D6A
RGB
CMYK
RGB Variations
Color information
#F06D6A (or 0xF06D6A) is known color: Bittersweet. HEX triplet: F0, 6D and 6A. RGB value is (240,109,106). Sum of RGB (Red+Green+Blue) = 240+109+106=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 106 (41.80% from 255 or 23.30% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06D6A is #0F9295. Grayscale: #939393. Windows color (decimal): -1020566 or 6974960. OLE color: 6974960.
HSL color Cylindrical-coordinate representation of color #F06D6A: hue angle of 1.34º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F06D6A is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 106 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.06 |
| HSL | 1.34º | 0.82% | 0.68% | - |
| HSV(B) | 1.34º | 0.56% | 0.94% | - |
| XYZ | 44.01 | 30.5 | 17.2 | - |
| YUV | 147.83 | 104.4 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 106 | 0 | 0.55 | 0.56 | 0.06 | 1.34 | 0.82 | 0.68 |
| Hex | F0 | 6D | 6A | 0 | 37 | 38 | 6 | 1 | 52 | 44 |
| Octal | 360 | 155 | 152 | 0 | 67 | 70 | 6 | 1 | 122 | 104 |
| Binary | 11110000 | 1101101 | 1101010 | 0 | 110111 | 111000 | 110 | 1 | 1010010 | 1000100 |
Color Harmonies of #F06D6A
Complementary color
Monochromatic Colors of #F06D6A
Black with #F06D6A
Text Example
Text Example
White with #F06D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06D6A; }
p { color: rgb(240,109,106); }
H1.HeaderClassName
{
color: #F06D6A;
}
.AnyTagClassName
{
color: #F06D6A;
}
</style>
background-color css
<style>
a { background-color: #F06D6A; }
a { background-color: rgb(240,109,106); }
div.DivClassName
{
background-color: #F06D6A;
}
.BgClassName
{
background-color: #F06D6A;
}
</style>
border-color css
<style>
span { border-color: #F06D6A; }
span { border-color: rgb(240,109,106); }
td.TdClassName
{
border-color: #F06D6A;
}
.TagClassName
{
border-color: #F06D6A;
}
</style>