COLOR #F857A8

HEX: #F857A8
RGB: (248,87,168)

Color info

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

RGB color model

#F857A8 color RGB value is (248,87,168).

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

RGB channels and saturation

R 248 of 255 = 97%
G 87 of 255 = 34%
B 168 of 255 = 66%

248
87
168

R + G + B ~ 66%. #F857A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 87 + 168 = 503 (100%)
R 248 of 503 ~ 49.3%
G 87 of 503 ~ 17.3%
B 168 of 503 ~ 33.4%

%49.3
%17.3
%33.4

CMYK color model

#F857A8 color CMYK value is (0,65,32,3).

  • cyan value is 0.00%
  • magenta value is 64.92%
  • yellow value is 32.26%
  • key color value is 2.75%
CMYK:
(0,65,32,3)
C0M65Y32K3 
(0%,65%,32%,3%)
(0.00/0.65/0.32/0.03)	

CMYK percentages

%0
%64.92
%32.26
%2.75

Codes

Color #F857A8 in popluar color models

F857A8
RGB24887168
HSL330°92.00%65.69%
HSB/HSV330°64.92%97.25%
CMYK0.00%64.92%32.26%
2.75%

Color #F857A8 in popluar number systems.

HEXF857A8
Decimal24887168
Binary11111000101011110101000
Octal370127250

Shades and tints

Shades of #F857A8

#F857A8
(248,87,168)
#E25099
(226,80,153)
#CC498A
(204,73,138)
#B6427B
(182,66,123)
#A03B6C
(160,59,108)
#8A345D
(138,52,93)
#742D4E
(116,45,78)
#5E263F
(94,38,63)
#481F30
(72,31,48)
#321821
(50,24,33)
#1C1112
(28,17,18)
#000000
(0,0,0)

Tints of #F857A8

#F857A8
(248,87,168)
#F866AF
(248,102,175)
#F875B6
(248,117,182)
#F884BD
(248,132,189)
#F893C4
(248,147,196)
#F8A2CB
(248,162,203)
#F8B1D2
(248,177,210)
#F8C0D9
(248,192,217)
#F8CFE0
(248,207,224)
#F8DEE7
(248,222,231)
#F8EDEE
(248,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F857A8; }

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

This text font color is #F857A8.


Background Color

.myBgColor { background-color: #F857A8; }

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

This div background color is #F857A8.


Border color

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

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

This div border color is #F857A8.


Opacity

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

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

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

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

This text has shadow with #F857A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F857A8 on black background.


Color preview on white background

This text has color #F857A8 on white background.



Black color preview on #F857A8 background

This text has black color on #F857A8 background.


White color preview on #F857A8 background

This text has white color on #F857A8 background.