COLOR #F85786

HEX: #F85786
RGB: (248,87,134)

Color info

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

RGB color model

#F85786 color RGB value is (248,87,134).

  • red value is 248;
  • green value is 87;
  • blue value is 134.
RGB:
(248,87,134)
(97%,34%,53%)

RGB channels and saturation

R 248 of 255 = 97%
G 87 of 255 = 34%
B 134 of 255 = 53%

248
87
134

R + G + B ~ 61%. #F85786 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 87 + 134 = 469 (100%)
R 248 of 469 ~ 52.88%
G 87 of 469 ~ 18.55%
B 134 of 469 ~ 28.57%

%52.88
%18.55
%28.57

CMYK color model

#F85786 color CMYK value is (0,65,46,3).

  • cyan value is 0.00%
  • magenta value is 64.92%
  • yellow value is 45.97%
  • key color value is 2.75%
CMYK:
(0,65,46,3)
C0M65Y46K3 
(0%,65%,46%,3%)
(0.00/0.65/0.46/0.03)	

CMYK percentages

%0
%64.92
%45.97
%2.75

Codes

Color #F85786 in popluar color models

F85786
RGB24887134
HSL342°92.00%65.69%
HSB/HSV342°64.92%97.25%
CMYK0.00%64.92%45.97%
2.75%

Color #F85786 in popluar number systems.

HEXF85786
Decimal24887134
Binary11111000101011110000110
Octal370127206

Shades and tints

Shades of #F85786

#F85786
(248,87,134)
#E2507A
(226,80,122)
#CC496E
(204,73,110)
#B64262
(182,66,98)
#A03B56
(160,59,86)
#8A344A
(138,52,74)
#742D3E
(116,45,62)
#5E2632
(94,38,50)
#481F26
(72,31,38)
#32181A
(50,24,26)
#1C110E
(28,17,14)
#000000
(0,0,0)

Tints of #F85786

#F85786
(248,87,134)
#F86691
(248,102,145)
#F8759C
(248,117,156)
#F884A7
(248,132,167)
#F893B2
(248,147,178)
#F8A2BD
(248,162,189)
#F8B1C8
(248,177,200)
#F8C0D3
(248,192,211)
#F8CFDE
(248,207,222)
#F8DEE9
(248,222,233)
#F8EDF4
(248,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F85786 color. Also use rgb(248,87,134) instead hex code.

Text Font Color

.myTextColor { color: #F85786; }

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

This text font color is #F85786.


Background Color

.myBgColor { background-color: #F85786; }

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

This div background color is #F85786.


Border color

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

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

This div border color is #F85786.


Opacity

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

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

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

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

This text has shadow with #F85786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F85786 on black background.


Color preview on white background

This text has color #F85786 on white background.



Black color preview on #F85786 background

This text has black color on #F85786 background.


White color preview on #F85786 background

This text has white color on #F85786 background.