Shades of Bittersweet #F06B64
Tints of Bittersweet #F06B64
RGB
CMYK
RGB Variations
Color information
#F06B64 (or 0xF06B64) is known color: Bittersweet. HEX triplet: F0, 6B and 64. RGB value is (240,107,100). Sum of RGB (Red+Green+Blue) = 240+107+100=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 100 (39.45% from 255 or 22.37% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F06B64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06B64 is #0F949B. Grayscale: #929292. Windows color (decimal): -1021084 or 6581232. OLE color: 6581232.
HSL color Cylindrical-coordinate representation of color #F06B64: hue angle of 3º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F06B64 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 107 | 100 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.06 |
| HSL | 3º | 0.82% | 0.67% | - |
| HSV(B) | 3º | 0.58% | 0.94% | - |
| XYZ | 43.49 | 29.96 | 15.55 | - |
| YUV | 145.97 | 102.06 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 107 | 100 | 0 | 0.55 | 0.58 | 0.06 | 3 | 0.82 | 0.67 |
| Hex | F0 | 6B | 64 | 0 | 37 | 3A | 6 | 3 | 52 | 43 |
| Octal | 360 | 153 | 144 | 0 | 67 | 72 | 6 | 3 | 122 | 103 |
| Binary | 11110000 | 1101011 | 1100100 | 0 | 110111 | 111010 | 110 | 11 | 1010010 | 1000011 |
Color Harmonies of #F06B64
Complementary color
Monochromatic Colors of #F06B64
Black with #F06B64
Text Example
Text Example
White with #F06B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06B64; }
p { color: rgb(240,107,100); }
H1.HeaderClassName
{
color: #F06B64;
}
.AnyTagClassName
{
color: #F06B64;
}
</style>
background-color css
<style>
a { background-color: #F06B64; }
a { background-color: rgb(240,107,100); }
div.DivClassName
{
background-color: #F06B64;
}
.BgClassName
{
background-color: #F06B64;
}
</style>
border-color css
<style>
span { border-color: #F06B64; }
span { border-color: rgb(240,107,100); }
td.TdClassName
{
border-color: #F06B64;
}
.TagClassName
{
border-color: #F06B64;
}
</style>