#F86F68

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

Shades of Bittersweet #F86F68

Tints of Bittersweet #F86F68

Color information

#F86F68 (or 0xF86F68) is unknown color: approx Bittersweet. HEX triplet: F8, 6F and 68. RGB value is (248,111,104). Sum of RGB (Red+Green+Blue) = 248+111+104=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86F68 is #079097. Grayscale: #979797. Windows color (decimal): -495768 or 6844408. OLE color: 6844408.

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

Color convert

RGB248111104-
CMYK00.550.580.03
HSL2.92º91.14%69.02%-
HSV(B)2.92º58.06%97.25%-
XYZ46.8932.3216.86-
YUV151.16101.39197.07-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.56%
GREEN value IS 111 (43.75% from 255) = 23.97%
BLUE value IS 104 (41.02% from 255) = 22.46%
R=53.56%
G=23.97%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811110400.550.580.032.9291.1469.02
HexF86F680373A335b45
Octal3701571500677233133105
Binary11111000110111111010000110111111010111110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86F68; }

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

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

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

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

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

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

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

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