COLOR #F85EB1

HEX: #F85EB1
RGB: (248,94,177)

Color info

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

RGB color model

#F85EB1 color RGB value is (248,94,177).

  • red value is 248;
  • green value is 94;
  • blue value is 177.
RGB:
(248,94,177)
(97%,37%,69%)

RGB channels and saturation

R 248 of 255 = 97%
G 94 of 255 = 37%
B 177 of 255 = 69%

248
94
177

R + G + B ~ 68%. #F85EB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 94 + 177 = 519 (100%)
R 248 of 519 ~ 47.78%
G 94 of 519 ~ 18.11%
B 177 of 519 ~ 34.1%

%47.78
%18.11
%34.1

CMYK color model

#F85EB1 color CMYK value is (0,62,29,3).

  • cyan value is 0.00%
  • magenta value is 62.10%
  • yellow value is 28.63%
  • key color value is 2.75%
CMYK:
(0,62,29,3)
C0M62Y29K3 
(0%,62%,29%,3%)
(0.00/0.62/0.29/0.03)	

CMYK percentages

%0
%62.1
%28.63
%2.75

Codes

Color #F85EB1 in popluar color models

F85EB1
RGB24894177
HSL328°91.67%67.06%
HSB/HSV328°62.10%97.25%
CMYK0.00%62.10%28.63%
2.75%

Color #F85EB1 in popluar number systems.

HEXF85EB1
Decimal24894177
Binary11111000101111010110001
Octal370136261

Shades and tints

Shades of #F85EB1

#F85EB1
(248,94,177)
#E256A1
(226,86,161)
#CC4E91
(204,78,145)
#B64681
(182,70,129)
#A03E71
(160,62,113)
#8A3661
(138,54,97)
#742E51
(116,46,81)
#5E2641
(94,38,65)
#481E31
(72,30,49)
#321621
(50,22,33)
#1C0E11
(28,14,17)
#000000
(0,0,0)

Tints of #F85EB1

#F85EB1
(248,94,177)
#F86CB8
(248,108,184)
#F87ABF
(248,122,191)
#F888C6
(248,136,198)
#F896CD
(248,150,205)
#F8A4D4
(248,164,212)
#F8B2DB
(248,178,219)
#F8C0E2
(248,192,226)
#F8CEE9
(248,206,233)
#F8DCF0
(248,220,240)
#F8EAF7
(248,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F85EB1 color. Also use rgb(248,94,177) instead hex code.

Text Font Color

.myTextColor { color: #F85EB1; }

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

This text font color is #F85EB1.


Background Color

.myBgColor { background-color: #F85EB1; }

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

This div background color is #F85EB1.


Border color

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

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

This div border color is #F85EB1.


Opacity

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

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

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

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

This text has shadow with #F85EB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F85EB1 on black background.


Color preview on white background

This text has color #F85EB1 on white background.



Black color preview on #F85EB1 background

This text has black color on #F85EB1 background.


White color preview on #F85EB1 background

This text has white color on #F85EB1 background.