COLOR #F86BB4

HEX: #F86BB4
RGB: (248,107,180)

Color info

#F86BB4 contains mainly red color. Web safe color of #F86BB4 is #FF66CC (or #F6C).

RGB color model

#F86BB4 color RGB value is (248,107,180).

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

RGB channels and saturation

R 248 of 255 = 97%
G 107 of 255 = 42%
B 180 of 255 = 71%

248
107
180

R + G + B ~ 70%. #F86BB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 107 + 180 = 535 (100%)
R 248 of 535 ~ 46.36%
G 107 of 535 ~ 20%
B 180 of 535 ~ 33.64%

%46.36
%20
%33.64

CMYK color model

#F86BB4 color CMYK value is (0,57,27,3).

  • cyan value is 0.00%
  • magenta value is 56.85%
  • yellow value is 27.42%
  • key color value is 2.75%
CMYK:
(0,57,27,3)
C0M57Y27K3 
(0%,57%,27%,3%)
(0.00/0.57/0.27/0.03)	

CMYK percentages

%0
%56.85
%27.42
%2.75

Codes

Color #F86BB4 in popluar color models

F86BB4
RGB248107180
HSL329°90.97%69.61%
HSB/HSV329°56.85%97.25%
CMYK0.00%56.85%27.42%
2.75%

Color #F86BB4 in popluar number systems.

HEXF86BB4
Decimal248107180
Binary11111000110101110110100
Octal370153264

Shades and tints

Shades of #F86BB4

#F86BB4
(248,107,180)
#E262A4
(226,98,164)
#CC5994
(204,89,148)
#B65084
(182,80,132)
#A04774
(160,71,116)
#8A3E64
(138,62,100)
#743554
(116,53,84)
#5E2C44
(94,44,68)
#482334
(72,35,52)
#321A24
(50,26,36)
#1C1114
(28,17,20)
#000000
(0,0,0)

Tints of #F86BB4

#F86BB4
(248,107,180)
#F878BA
(248,120,186)
#F885C0
(248,133,192)
#F892C6
(248,146,198)
#F89FCC
(248,159,204)
#F8ACD2
(248,172,210)
#F8B9D8
(248,185,216)
#F8C6DE
(248,198,222)
#F8D3E4
(248,211,228)
#F8E0EA
(248,224,234)
#F8EDF0
(248,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F86BB4; }

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

This text font color is #F86BB4.


Background Color

.myBgColor { background-color: #F86BB4; }

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

This div background color is #F86BB4.


Border color

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

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

This div border color is #F86BB4.


Opacity

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

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

Text with #F86BB4 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 #F86BB4;}

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

This text has shadow with #F86BB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F86BB4 on black background.


Color preview on white background

This text has color #F86BB4 on white background.



Black color preview on #F86BB4 background

This text has black color on #F86BB4 background.


White color preview on #F86BB4 background

This text has white color on #F86BB4 background.