#F86F5B

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

Shades of Bittersweet #F86F5B

Tints of Bittersweet #F86F5B

Color information

#F86F5B (or 0xF86F5B) is unknown color: approx Bittersweet. HEX triplet: F8, 6F and 5B. RGB value is (248,111,91). Sum of RGB (Red+Green+Blue) = 248+111+91=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86F5B is #0790A4. Grayscale: #959595. Windows color (decimal): -495781 or 5992440. OLE color: 5992440.

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

Color convert

RGB24811191-
CMYK00.550.630.03
HSL7.64º91.81%66.47%-
HSV(B)7.64º63.31%97.25%-
XYZ46.2832.0813.65-
YUV149.6894.89198.13-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.11%
GREEN value IS 111 (43.75% from 255) = 24.67%
BLUE value IS 91 (35.94% from 255) = 20.22%
R=55.11%
G=24.67%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481119100.550.630.037.6491.8166.47
HexF86F5B0373F385c42
Octal37015713306777310134102
Binary1111100011011111011011011011111111111100010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86F5B; }

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

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

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

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

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

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

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

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