COLOR #F86B98

HEX: #F86B98
RGB: (248,107,152)

Color info

#F86B98 contains mainly red color. Web safe color of #F86B98 is #FF6699 (or #F69).

RGB color model

#F86B98 color RGB value is (248,107,152).

  • red value is 248;
  • green value is 107;
  • blue value is 152.
RGB:
(248,107,152)
(97%,42%,60%)

RGB channels and saturation

R 248 of 255 = 97%
G 107 of 255 = 42%
B 152 of 255 = 60%

248
107
152

R + G + B ~ 66%. #F86B98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 107 + 152 = 507 (100%)
R 248 of 507 ~ 48.92%
G 107 of 507 ~ 21.1%
B 152 of 507 ~ 29.98%

%48.92
%21.1
%29.98

CMYK color model

#F86B98 color CMYK value is (0,57,39,3).

  • cyan value is 0.00%
  • magenta value is 56.85%
  • yellow value is 38.71%
  • key color value is 2.75%
CMYK:
(0,57,39,3)
C0M57Y39K3 
(0%,57%,39%,3%)
(0.00/0.57/0.39/0.03)	

CMYK percentages

%0
%56.85
%38.71
%2.75

Codes

Color #F86B98 in popluar color models

F86B98
RGB248107152
HSL341°90.97%69.61%
HSB/HSV341°56.85%97.25%
CMYK0.00%56.85%38.71%
2.75%

Color #F86B98 in popluar number systems.

HEXF86B98
Decimal248107152
Binary11111000110101110011000
Octal370153230

Shades and tints

Shades of #F86B98

#F86B98
(248,107,152)
#E2628B
(226,98,139)
#CC597E
(204,89,126)
#B65071
(182,80,113)
#A04764
(160,71,100)
#8A3E57
(138,62,87)
#74354A
(116,53,74)
#5E2C3D
(94,44,61)
#482330
(72,35,48)
#321A23
(50,26,35)
#1C1116
(28,17,22)
#000000
(0,0,0)

Tints of #F86B98

#F86B98
(248,107,152)
#F878A1
(248,120,161)
#F885AA
(248,133,170)
#F892B3
(248,146,179)
#F89FBC
(248,159,188)
#F8ACC5
(248,172,197)
#F8B9CE
(248,185,206)
#F8C6D7
(248,198,215)
#F8D3E0
(248,211,224)
#F8E0E9
(248,224,233)
#F8EDF2
(248,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F86B98 color. Also use rgb(248,107,152) instead hex code.

Text Font Color

.myTextColor { color: #F86B98; }

<p style="color:#F86B98">This sample text font color is #F86B98.</p>

This text font color is #F86B98.


Background Color

.myBgColor { background-color: #F86B98; }

<div style="background-color:#F86B98">Inner text</div>

This div background color is #F86B98.


Border color

.myBorderColor { border: 1px solid #F86B98; }

<div style="border:3px solid #F86B98">Div</div>

This div border color is #F86B98.


Opacity

.myOpacity80 { color: #F86B98; opacity: 0.8; }

<p style="color:#F86B98;opacity:0.8;">80%</p>

Text with #F86B98 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F86B98;}

<p style="text-shadow: 3px 3px 1px #F86B98">Text here.</p>

This text has shadow with #F86B98 color.

.textShadow {text-shadow: 3px 3px 1px #F86B98, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F86B98, 5px 5px 20px red">Text here.</p>

This text has shadow with #F86B98 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F86B98, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F86B98, Direction=45, Strength=4)">Text</p>

This text has shadow with #F86B98 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F86B98;
  -webkit-box-shadow:	1px 1px 3px 2px #F86B98;
  box-shadow:		1px 1px 3px 2px #F86B98;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F86B98;
-webkit-box-shadow: 1px 1px 3px 2px #F86B98;
box-shadow:1px 1px 3px 2px #F86B98;">
Div content here</div>
This div box has shadow with color #F86B98.

Preview

Color preview on black background

This text has color #F86B98 on black background.


Color preview on white background

This text has color #F86B98 on white background.



Black color preview on #F86B98 background

This text has black color on #F86B98 background.


White color preview on #F86B98 background

This text has white color on #F86B98 background.