#F86059

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

Shades of Bittersweet #F86059

Tints of Bittersweet #F86059

Color information

#F86059 (or 0xF86059) is unknown color: approx Bittersweet. HEX triplet: F8, 60 and 59. RGB value is (248,96,89). Sum of RGB (Red+Green+Blue) = 248+96+89=433 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.27% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 89 (35.16% from 255 or 20.55% from 433); Max value from RGB is 248 - color contains mainly: red. Hex color #F86059 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86059 is #079FA6. Grayscale: #8C8C8C. Windows color (decimal): -499623 or 5857528. OLE color: 5857528.

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

Color convert

RGB2489689-
CMYK00.610.640.03
HSL2.64º91.91%66.08%-
HSV(B)2.64º64.11%97.25%-
XYZ44.729.0412.7-
YUV140.6598.86204.57-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 57.27%
GREEN value IS 96 (37.89% from 255) = 22.17%
BLUE value IS 89 (35.16% from 255) = 20.55%
R=57.27%
G=22.17%
B=20.55%

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
Decimal248968900.610.640.032.6491.9166.08
HexF8605903D40335c42
Octal37014013107510033134102
Binary111110001100000101100101111011000000111110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86059; }

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

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

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

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

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

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

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

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