#F86959

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

Shades of Bittersweet #F86959

Tints of Bittersweet #F86959

Color information

#F86959 (or 0xF86959) is unknown color: approx Bittersweet. HEX triplet: F8, 69 and 59. RGB value is (248,105,89). Sum of RGB (Red+Green+Blue) = 248+105+89=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 89 (35.16% from 255 or 20.14% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F86959 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86959 is #0796A6. Grayscale: #929292. Windows color (decimal): -497319 or 5859832. OLE color: 5859832.

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

Color convert

RGB24810589-
CMYK00.580.640.03
HSL6.04º91.91%66.08%-
HSV(B)6.04º64.11%97.25%-
XYZ45.5730.7812.99-
YUV145.9395.88200.8-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 56.11%
GREEN value IS 105 (41.41% from 255) = 23.76%
BLUE value IS 89 (35.16% from 255) = 20.14%
R=56.11%
G=23.76%
B=20.14%

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
Decimal2481058900.580.640.036.0491.9166.08
HexF8695903A40365c42
Octal37015113107210036134102
Binary1111100011010011011001011101010000001111010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86959; }

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

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

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

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

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

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

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

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