#F86859

Color #F86859 Bittersweet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bittersweet #F86859

Tints of Bittersweet #F86859

Color information

#F86859 (or 0xF86859) is unknown color: approx Bittersweet. HEX triplet: F8, 68 and 59. RGB value is (248,104,89). Sum of RGB (Red+Green+Blue) = 248+104+89=441 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.24% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 89 (35.16% from 255 or 20.18% from 441); Max value from RGB is 248 - color contains mainly: red. Hex color #F86859 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86859 is #0797A6. Grayscale: #919191. Windows color (decimal): -497575 or 5859576. OLE color: 5859576.

HSL color Cylindrical-coordinate representation of color #F86859: hue angle of 5.66º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F86859 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB24810489-
CMYK00.580.640.03
HSL5.66º91.91%66.08%-
HSV(B)5.66º64.11%97.25%-
XYZ45.4630.5812.96-
YUV145.3596.21201.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 56.24%
GREEN value IS 104 (41.02% from 255) = 23.58%
BLUE value IS 89 (35.16% from 255) = 20.18%
R=56.24%
G=23.58%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481048900.580.640.035.6691.9166.08
HexF8685903A40365c42
Octal37015013107210036134102
Binary1111100011010001011001011101010000001111010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86859; }

 p { color: rgb(248,104,89); }

 H1.HeaderClassName
 {
   color: #F86859;
 }
 .AnyTagClassName
 {
   color: #F86859;
 }
</style>
background-color css

<style>
 a { background-color: #F86859; }

 a { background-color: rgb(248,104,89); }

 div.DivClassName
 {
   background-color: #F86859;
 }
 .BgClassName
 {
   background-color: #F86859;
 }
</style>
border-color css

<style>
 span { border-color: #F86859; }

 span { border-color: rgb(248,104,89); }

 td.TdClassName
 {
   border-color: #F86859;
 }
 .TagClassName
 {
   border-color: #F86859;
 }
</style>