COLOR #F857EA

HEX: #F857EA
RGB: (248,87,234)

Color info

#F857EA contains mainly red and blue colors. Web safe color of #F857EA is #FF66FF (or #F6F).

RGB color model

#F857EA color RGB value is (248,87,234).

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

RGB channels and saturation

R 248 of 255 = 97%
G 87 of 255 = 34%
B 234 of 255 = 92%

248
87
234

R + G + B ~ 74%. #F857EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 87 + 234 = 569 (100%)
R 248 of 569 ~ 43.59%
G 87 of 569 ~ 15.29%
B 234 of 569 ~ 41.12%

%43.59
%15.29
%41.12

CMYK color model

#F857EA color CMYK value is (0,65,6,3).

  • cyan value is 0.00%
  • magenta value is 64.92%
  • yellow value is 5.65%
  • key color value is 2.75%
CMYK:
(0,65,6,3)
C0M65Y6K3 
(0%,65%,6%,3%)
(0.00/0.65/0.06/0.03)	

CMYK percentages

%0
%64.92
%5.65
%2.75

Codes

Color #F857EA in popluar color models

F857EA
RGB24887234
HSL305°92.00%65.69%
HSB/HSV305°64.92%97.25%
CMYK0.00%64.92%5.65%
2.75%

Color #F857EA in popluar number systems.

HEXF857EA
Decimal24887234
Binary11111000101011111101010
Octal370127352

Shades and tints

Shades of #F857EA

#F857EA
(248,87,234)
#E250D5
(226,80,213)
#CC49C0
(204,73,192)
#B642AB
(182,66,171)
#A03B96
(160,59,150)
#8A3481
(138,52,129)
#742D6C
(116,45,108)
#5E2657
(94,38,87)
#481F42
(72,31,66)
#32182D
(50,24,45)
#1C1118
(28,17,24)
#000000
(0,0,0)

Tints of #F857EA

#F857EA
(248,87,234)
#F866EB
(248,102,235)
#F875EC
(248,117,236)
#F884ED
(248,132,237)
#F893EE
(248,147,238)
#F8A2EF
(248,162,239)
#F8B1F0
(248,177,240)
#F8C0F1
(248,192,241)
#F8CFF2
(248,207,242)
#F8DEF3
(248,222,243)
#F8EDF4
(248,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F857EA; }

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

This text font color is #F857EA.


Background Color

.myBgColor { background-color: #F857EA; }

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

This div background color is #F857EA.


Border color

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

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

This div border color is #F857EA.


Opacity

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

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

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

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

This text has shadow with #F857EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F857EA on black background.


Color preview on white background

This text has color #F857EA on white background.



Black color preview on #F857EA background

This text has black color on #F857EA background.


White color preview on #F857EA background

This text has white color on #F857EA background.