Shades of Bittersweet #F06863
Tints of Bittersweet #F06863
RGB
CMYK
RGB Variations
Color information
#F06863 (or 0xF06863) is known color: Bittersweet. HEX triplet: F0, 68 and 63. RGB value is (240,104,99). Sum of RGB (Red+Green+Blue) = 240+104+99=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 99 (39.06% from 255 or 22.35% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F06863 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06863 is #0F979C. Grayscale: #909090. Windows color (decimal): -1021853 or 6514928. OLE color: 6514928.
HSL color Cylindrical-coordinate representation of color #F06863: hue angle of 2.13º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F06863 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 99 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.06 |
| HSL | 2.13º | 0.82% | 0.66% | - |
| HSV(B) | 2.13º | 0.59% | 0.94% | - |
| XYZ | 43.14 | 29.33 | 15.19 | - |
| YUV | 144.09 | 102.56 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 99 | 0 | 0.57 | 0.59 | 0.06 | 2.13 | 0.82 | 0.66 |
| Hex | F0 | 68 | 63 | 0 | 39 | 3B | 6 | 2 | 52 | 42 |
| Octal | 360 | 150 | 143 | 0 | 71 | 73 | 6 | 2 | 122 | 102 |
| Binary | 11110000 | 1101000 | 1100011 | 0 | 111001 | 111011 | 110 | 10 | 1010010 | 1000010 |
Color Harmonies of #F06863
Complementary color
Monochromatic Colors of #F06863
Black with #F06863
Text Example
Text Example
White with #F06863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06863; }
p { color: rgb(240,104,99); }
H1.HeaderClassName
{
color: #F06863;
}
.AnyTagClassName
{
color: #F06863;
}
</style>
background-color css
<style>
a { background-color: #F06863; }
a { background-color: rgb(240,104,99); }
div.DivClassName
{
background-color: #F06863;
}
.BgClassName
{
background-color: #F06863;
}
</style>
border-color css
<style>
span { border-color: #F06863; }
span { border-color: rgb(240,104,99); }
td.TdClassName
{
border-color: #F06863;
}
.TagClassName
{
border-color: #F06863;
}
</style>