#F86565

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

Shades of Bittersweet #F86565

Tints of Bittersweet #F86565

Color information

#F86565 (or 0xF86565) is unknown color: approx Bittersweet. HEX triplet: F8, 65 and 65. RGB value is (248,101,101). Sum of RGB (Red+Green+Blue) = 248+101+101=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F86565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86565 is #079A9A. Grayscale: #919191. Windows color (decimal): -498331 or 6645240. OLE color: 6645240.

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

Color convert

RGB248101101-
CMYK00.590.590.03
HSL91.3%68.43%-
HSV(B)59.27%97.25%-
XYZ45.7130.215.73-
YUV144.95103.2201.5-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.11%
GREEN value IS 101 (39.84% from 255) = 22.44%
BLUE value IS 101 (39.84% from 255) = 22.44%
R=55.11%
G=22.44%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810110100.590.590.03091.368.43
HexF8656503B3B305b44
Octal3701451450737330133104
Binary1111100011001011100101011101111101111010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86565; }

 p { color: rgb(248,101,101); }

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

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

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

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

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

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

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