COLOR #F87EC3

HEX: #F87EC3 RGB: (248,126,195)

Color info

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

RGB color model

#F87EC3 color RGB value is (248,126,195).

RGB: (248,126,195) (97%, 49%, 76%)

RGB channels and saturation

R 248 of 255 = 97%
G 126 of 255 = 49%
B 195 of 255 = 76%

248
126
195

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

Portions of RGB colors in percentages

R + G + B = 248 + 126 + 195 = 569 (100%)
R 248 of 569 ~ 43.59%
G 126 of 569 ~ 22.14%
B 195 of 569 ~ 34.27'%

%43.59
%22.14
%34.27

CMYK color model

#F87EC3 color CMYK value is (0,49,21,3).

  • cyan value is 0.00%
  • magenta value is 49.19%
  • yellow value is 21.37%
  • key color value is 2.75%

CMYK: (0,49,21,3)
C0M49Y21K3 (0%, 49%, 21%, 3%)
(0.00 / 0.49 / 0.21 / 0.03)

CMYK percentages

%0
%49.19
%21.37
%2.75

Codes

Color #F87EC3 in popluar color models

F8 7E C3
RGB 248 126 195
HSL 326° 89.71% 73.33%
HSB/HSV 326° 49.19% 97.25%
CMYK 0.00% 49.19% 21.37%
2.75%

Color #F87EC3 in popluar number systems.

HEX F8 7E C3
Decimal 248 126 195
Binary 11111000 1111110 11000011
Octal 370 176 303

Shades and tints

Shades of #F87EC3

#F87EC3
(248,126,195)
#E273B2
(226,115,178)
#CC68A1
(204,104,161)
#B65D90
(182,93,144)
#A0527F
(160,82,127)
#8A476E
(138,71,110)
#743C5D
(116,60,93)
#5E314C
(94,49,76)
#48263B
(72,38,59)
#321B2A
(50,27,42)
#1C1019
(28,16,25)
#000000
(0,0,0)

Tints of #F87EC3

#F87EC3
(248,126,195)
#F889C8
(248,137,200)
#F894CD
(248,148,205)
#F89FD2
(248,159,210)
#F8AAD7
(248,170,215)
#F8B5DC
(248,181,220)
#F8C0E1
(248,192,225)
#F8CBE6
(248,203,230)
#F8D6EB
(248,214,235)
#F8E1F0
(248,225,240)
#F8ECF5
(248,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F87EC3 color. Also use rgb(248,126,195) instead hex code.

Text Font Color

.myTextColor { color: #F87EC3; }

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

This text font color is #F87EC3.

Background Color

.myBgColor { background-color: #F87EC3; }

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

This div background color is #F87EC3.

Border color

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

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

This div border color is #F87EC3.

Opacity

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

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

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

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

This text has shadow with #F87EC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F87EC3.

Preview

Color preview on black background

This text has color #F87EC3 on black background.


Color preview on white background

This text has color #F87EC3 on white background.


Black color preview on #F87EC3 background

This text has black color on #F87EC3 background.


White color preview on #F87EC3 background

This text has white color on #F87EC3 background.


Related colors

Complementary color

Complementary color for #hex is #07813C.


I love getcolorcode.com

Triadic colors

1 #C3F87E and #7EC3F8 with #F87EC3 are triadic colors.

2 #C37EF8 and #7EF8C3 with #F87EC3 are triadic colors.