#F86F6D

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

Shades of Bittersweet #F86F6D

Tints of Bittersweet #F86F6D

Color information

#F86F6D (or 0xF86F6D) is unknown color: approx Bittersweet. HEX triplet: F8, 6F and 6D. RGB value is (248,111,109). Sum of RGB (Red+Green+Blue) = 248+111+109=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86F6D is #079092. Grayscale: #979797. Windows color (decimal): -495763 or 7172088. OLE color: 7172088.

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

Color convert

RGB248111109-
CMYK00.550.560.03
HSL0.86º90.85%70%-
HSV(B)0.86º56.05%97.25%-
XYZ47.1632.4318.24-
YUV151.73103.89196.66-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.99%
GREEN value IS 111 (43.75% from 255) = 23.72%
BLUE value IS 109 (42.97% from 255) = 23.29%
R=52.99%
G=23.72%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811110900.550.560.030.8690.8570
HexF86F6D03738315b46
Octal3701571550677031133106
Binary1111100011011111101101011011111100011110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86F6D; }

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

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

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

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

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

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

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

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