COLOR #F86EB5

HEX: #F86EB5 RGB: (248,110,181)

Color info

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

RGB color model

#F86EB5 color RGB value is (248,110,181).

RGB: (248,110,181) (97%, 43%, 71%)

RGB channels and saturation

R 248 of 255 = 97%
G 110 of 255 = 43%
B 181 of 255 = 71%

248
110
181

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

Portions of RGB colors in percentages

R + G + B = 248 + 110 + 181 = 539 (100%)
R 248 of 539 ~ 46.01%
G 110 of 539 ~ 20.41%
B 181 of 539 ~ 33.58'%

%46.01
%20.41
%33.58

CMYK color model

#F86EB5 color CMYK value is (0,56,27,3).

  • cyan value is 0.00%
  • magenta value is 55.65%
  • yellow value is 27.02%
  • key color value is 2.75%

CMYK: (0,56,27,3)
C0M56Y27K3 (0%, 56%, 27%, 3%)
(0.00 / 0.56 / 0.27 / 0.03)

CMYK percentages

%0
%55.65
%27.02
%2.75

Codes

Color #F86EB5 in popluar color models

F8 6E B5
RGB 248 110 181
HSL 329° 90.79% 70.20%
HSB/HSV 329° 55.65% 97.25%
CMYK 0.00% 55.65% 27.02%
2.75%

Color #F86EB5 in popluar number systems.

HEX F8 6E B5
Decimal 248 110 181
Binary 11111000 1101110 10110101
Octal 370 156 265

Shades and tints

Shades of #F86EB5

#F86EB5
(248,110,181)
#E264A5
(226,100,165)
#CC5A95
(204,90,149)
#B65085
(182,80,133)
#A04675
(160,70,117)
#8A3C65
(138,60,101)
#743255
(116,50,85)
#5E2845
(94,40,69)
#481E35
(72,30,53)
#321425
(50,20,37)
#1C0A15
(28,10,21)
#000000
(0,0,0)

Tints of #F86EB5

#F86EB5
(248,110,181)
#F87BBB
(248,123,187)
#F888C1
(248,136,193)
#F895C7
(248,149,199)
#F8A2CD
(248,162,205)
#F8AFD3
(248,175,211)
#F8BCD9
(248,188,217)
#F8C9DF
(248,201,223)
#F8D6E5
(248,214,229)
#F8E3EB
(248,227,235)
#F8F0F1
(248,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F86EB5 color. Also use rgb(248,110,181) instead hex code.

Text Font Color

.myTextColor { color: #F86EB5; }

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

This text font color is #F86EB5.

Background Color

.myBgColor { background-color: #F86EB5; }

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

This div background color is #F86EB5.

Border color

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

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

This div border color is #F86EB5.

Opacity

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

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

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

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

This text has shadow with #F86EB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F86EB5.

Preview

Color preview on black background

This text has color #F86EB5 on black background.


Color preview on white background

This text has color #F86EB5 on white background.


Black color preview on #F86EB5 background

This text has black color on #F86EB5 background.


White color preview on #F86EB5 background

This text has white color on #F86EB5 background.


Related colors

Complementary color

Complementary color for #hex is #07914A.


I love getcolorcode.com

Triadic colors

1 #B5F86E and #6EB5F8 with #F86EB5 are triadic colors.

2 #B56EF8 and #6EF8B5 with #F86EB5 are triadic colors.