#F86E6B

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

Shades of Bittersweet #F86E6B

Tints of Bittersweet #F86E6B

Color information

#F86E6B (or 0xF86E6B) is unknown color: approx Bittersweet. HEX triplet: F8, 6E and 6B. RGB value is (248,110,107). Sum of RGB (Red+Green+Blue) = 248+110+107=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F86E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86E6B is #079194. Grayscale: #979797. Windows color (decimal): -496021 or 7040760. OLE color: 7040760.

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

Color convert

RGB248110107-
CMYK00.560.570.03
HSL1.28º90.97%69.61%-
HSV(B)1.28º56.85%97.25%-
XYZ46.9432.1717.65-
YUV150.92103.22197.24-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.33%
GREEN value IS 110 (43.36% from 255) = 23.66%
BLUE value IS 107 (42.19% from 255) = 23.01%
R=53.33%
G=23.66%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811010700.560.570.031.2890.9769.61
HexF86E6B03839315b46
Octal3701561530707131133106
Binary1111100011011101101011011100011100111110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86E6B; }

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

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

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

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

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

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

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

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