#F86159

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

Shades of Bittersweet #F86159

Tints of Bittersweet #F86159

Color information

#F86159 (or 0xF86159) is unknown color: approx Bittersweet. HEX triplet: F8, 61 and 59. RGB value is (248,97,89). Sum of RGB (Red+Green+Blue) = 248+97+89=434 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.14% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 89 (35.16% from 255 or 20.51% from 434); Max value from RGB is 248 - color contains mainly: red. Hex color #F86159 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86159 is #079EA6. Grayscale: #8D8D8D. Windows color (decimal): -499367 or 5857784. OLE color: 5857784.

HSL color Cylindrical-coordinate representation of color #F86159: hue angle of 3.02º 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 #F86159 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB2489789-
CMYK00.610.640.03
HSL3.02º91.91%66.08%-
HSV(B)3.02º64.11%97.25%-
XYZ44.7929.2312.73-
YUV141.2498.53204.15-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 57.14%
GREEN value IS 97 (38.28% from 255) = 22.35%
BLUE value IS 89 (35.16% from 255) = 20.51%
R=57.14%
G=22.35%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248978900.610.640.033.0291.9166.08
HexF8615903D40335c42
Octal37014113107510033134102
Binary111110001100001101100101111011000000111110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86159; }

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

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

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

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

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

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

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

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