Shades of Bittersweet #F06F64
Tints of Bittersweet #F06F64
RGB
CMYK
RGB Variations
Color information
#F06F64 (or 0xF06F64) is known color: Bittersweet. HEX triplet: F0, 6F and 64. RGB value is (240,111,100). Sum of RGB (Red+Green+Blue) = 240+111+100=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06F64 is #0F909B. Grayscale: #949494. Windows color (decimal): -1020060 or 6582256. OLE color: 6582256.
HSL color Cylindrical-coordinate representation of color #F06F64: hue angle of 4.71º 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 #F06F64 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 100 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.06 |
| HSL | 4.71º | 0.82% | 0.67% | - |
| HSV(B) | 4.71º | 0.58% | 0.94% | - |
| XYZ | 43.92 | 30.81 | 15.69 | - |
| YUV | 148.32 | 100.74 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 100 | 0 | 0.54 | 0.58 | 0.06 | 4.71 | 0.82 | 0.67 |
| Hex | F0 | 6F | 64 | 0 | 36 | 3A | 6 | 5 | 52 | 43 |
| Octal | 360 | 157 | 144 | 0 | 66 | 72 | 6 | 5 | 122 | 103 |
| Binary | 11110000 | 1101111 | 1100100 | 0 | 110110 | 111010 | 110 | 101 | 1010010 | 1000011 |
Color Harmonies of #F06F64
Complementary color
Monochromatic Colors of #F06F64
Black with #F06F64
Text Example
Text Example
White with #F06F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06F64; }
p { color: rgb(240,111,100); }
H1.HeaderClassName
{
color: #F06F64;
}
.AnyTagClassName
{
color: #F06F64;
}
</style>
background-color css
<style>
a { background-color: #F06F64; }
a { background-color: rgb(240,111,100); }
div.DivClassName
{
background-color: #F06F64;
}
.BgClassName
{
background-color: #F06F64;
}
</style>
border-color css
<style>
span { border-color: #F06F64; }
span { border-color: rgb(240,111,100); }
td.TdClassName
{
border-color: #F06F64;
}
.TagClassName
{
border-color: #F06F64;
}
</style>