Shades of Bittersweet #F06764
Tints of Bittersweet #F06764
RGB
CMYK
RGB Variations
Color information
#F06764 (or 0xF06764) is known color: Bittersweet. HEX triplet: F0, 67 and 64. RGB value is (240,103,100). Sum of RGB (Red+Green+Blue) = 240+103+100=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F06764 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06764 is #0F989B. Grayscale: #8F8F8F. Windows color (decimal): -1022108 or 6580208. OLE color: 6580208.
HSL color Cylindrical-coordinate representation of color #F06764: hue angle of 1.29º 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 #F06764 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 100 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.06 |
| HSL | 1.29º | 0.82% | 0.67% | - |
| HSV(B) | 1.29º | 0.58% | 0.94% | - |
| XYZ | 43.09 | 29.15 | 15.41 | - |
| YUV | 143.62 | 103.39 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 100 | 0 | 0.57 | 0.58 | 0.06 | 1.29 | 0.82 | 0.67 |
| Hex | F0 | 67 | 64 | 0 | 39 | 3A | 6 | 1 | 52 | 43 |
| Octal | 360 | 147 | 144 | 0 | 71 | 72 | 6 | 1 | 122 | 103 |
| Binary | 11110000 | 1100111 | 1100100 | 0 | 111001 | 111010 | 110 | 1 | 1010010 | 1000011 |
Color Harmonies of #F06764
Complementary color
Monochromatic Colors of #F06764
Black with #F06764
Text Example
Text Example
White with #F06764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06764; }
p { color: rgb(240,103,100); }
H1.HeaderClassName
{
color: #F06764;
}
.AnyTagClassName
{
color: #F06764;
}
</style>
background-color css
<style>
a { background-color: #F06764; }
a { background-color: rgb(240,103,100); }
div.DivClassName
{
background-color: #F06764;
}
.BgClassName
{
background-color: #F06764;
}
</style>
border-color css
<style>
span { border-color: #F06764; }
span { border-color: rgb(240,103,100); }
td.TdClassName
{
border-color: #F06764;
}
.TagClassName
{
border-color: #F06764;
}
</style>