#F86B5D

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

Shades of Bittersweet #F86B5D

Tints of Bittersweet #F86B5D

Color information

#F86B5D (or 0xF86B5D) is unknown color: approx Bittersweet. HEX triplet: F8, 6B and 5D. RGB value is (248,107,93). Sum of RGB (Red+Green+Blue) = 248+107+93=448 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.36% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 248 - color contains mainly: red. Hex color #F86B5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86B5D is #0794A2. Grayscale: #939393. Windows color (decimal): -496803 or 6122488. OLE color: 6122488.

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

Color convert

RGB24810793-
CMYK00.570.620.03
HSL5.42º91.72%66.86%-
HSV(B)5.42º62.5%97.25%-
XYZ45.9431.2613.97-
YUV147.5697.21199.64-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.36%
GREEN value IS 107 (42.19% from 255) = 23.88%
BLUE value IS 93 (36.72% from 255) = 20.76%
R=55.36%
G=23.88%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481079300.570.620.035.4291.7266.86
HexF86B5D0393E355c43
Octal3701531350717635134103
Binary111110001101011101110101110011111101110110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86B5D; }

 p { color: rgb(248,107,93); }

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

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

 a { background-color: rgb(248,107,93); }

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

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

 span { border-color: rgb(248,107,93); }

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