COLOR #F857CB

HEX: #F857CB RGB: (248,87,203)

Color info

#F857CB contains mainly red and blue colors. Web safe color of #F857CB is #FF66CC (or #F6C).

RGB color model

#F857CB color RGB value is (248,87,203).

RGB: (248,87,203) (97%, 34%, 80%)

RGB channels and saturation

R 248 of 255 = 97%
G 87 of 255 = 34%
B 203 of 255 = 80%

248
87
203

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

Portions of RGB colors in percentages

R + G + B = 248 + 87 + 203 = 538 (100%)
R 248 of 538 ~ 46.1%
G 87 of 538 ~ 16.17%
B 203 of 538 ~ 37.73'%

%46.1
%16.17
%37.73

CMYK color model

#F857CB color CMYK value is (0,65,18,3).

  • cyan value is 0.00%
  • magenta value is 64.92%
  • yellow value is 18.15%
  • key color value is 2.75%

CMYK: (0,65,18,3)
C0M65Y18K3 (0%, 65%, 18%, 3%)
(0.00 / 0.65 / 0.18 / 0.03)

CMYK percentages

%0
%64.92
%18.15
%2.75

Codes

Color #F857CB in popluar color models

F8 57 CB
RGB 248 87 203
HSL 317° 92.00% 65.69%
HSB/HSV 317° 64.92% 97.25%
CMYK 0.00% 64.92% 18.15%
2.75%

Color #F857CB in popluar number systems.

HEX F8 57 CB
Decimal 248 87 203
Binary 11111000 1010111 11001011
Octal 370 127 313

Shades and tints

Shades of #F857CB

#F857CB
(248,87,203)
#E250B9
(226,80,185)
#CC49A7
(204,73,167)
#B64295
(182,66,149)
#A03B83
(160,59,131)
#8A3471
(138,52,113)
#742D5F
(116,45,95)
#5E264D
(94,38,77)
#481F3B
(72,31,59)
#321829
(50,24,41)
#1C1117
(28,17,23)
#000000
(0,0,0)

Tints of #F857CB

#F857CB
(248,87,203)
#F866CF
(248,102,207)
#F875D3
(248,117,211)
#F884D7
(248,132,215)
#F893DB
(248,147,219)
#F8A2DF
(248,162,223)
#F8B1E3
(248,177,227)
#F8C0E7
(248,192,231)
#F8CFEB
(248,207,235)
#F8DEEF
(248,222,239)
#F8EDF3
(248,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F857CB; }

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

This text font color is #F857CB.

Background Color

.myBgColor { background-color: #F857CB; }

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

This div background color is #F857CB.

Border color

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

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

This div border color is #F857CB.

Opacity

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

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

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

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

This text has shadow with #F857CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F857CB.

Preview

Color preview on black background

This text has color #F857CB on black background.


Color preview on white background

This text has color #F857CB on white background.


Black color preview on #F857CB background

This text has black color on #F857CB background.


White color preview on #F857CB background

This text has white color on #F857CB background.


Related colors

Complementary color

Complementary color for #hex is #07A834.


I love getcolorcode.com

Triadic colors

1 #CBF857 and #57CBF8 with #F857CB are triadic colors.

2 #CB57F8 and #57F8CB with #F857CB are triadic colors.