COLOR #F87BC5

HEX: #F87BC5 RGB: (248,123,197)

Color info

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

RGB color model

#F87BC5 color RGB value is (248,123,197).

RGB: (248,123,197) (97%, 48%, 77%)

RGB channels and saturation

R 248 of 255 = 97%
G 123 of 255 = 48%
B 197 of 255 = 77%

248
123
197

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

Portions of RGB colors in percentages

R + G + B = 248 + 123 + 197 = 568 (100%)
R 248 of 568 ~ 43.66%
G 123 of 568 ~ 21.65%
B 197 of 568 ~ 34.68'%

%43.66
%21.65
%34.68

CMYK color model

#F87BC5 color CMYK value is (0,50,21,3).

  • cyan value is 0.00%
  • magenta value is 50.40%
  • yellow value is 20.56%
  • key color value is 2.75%

CMYK: (0,50,21,3)
C0M50Y21K3 (0%, 50%, 21%, 3%)
(0.00 / 0.50 / 0.21 / 0.03)

CMYK percentages

%0
%50.4
%20.56
%2.75

Codes

Color #F87BC5 in popluar color models

F8 7B C5
RGB 248 123 197
HSL 324° 89.93% 72.75%
HSB/HSV 324° 50.40% 97.25%
CMYK 0.00% 50.40% 20.56%
2.75%

Color #F87BC5 in popluar number systems.

HEX F8 7B C5
Decimal 248 123 197
Binary 11111000 1111011 11000101
Octal 370 173 305

Shades and tints

Shades of #F87BC5

#F87BC5
(248,123,197)
#E270B4
(226,112,180)
#CC65A3
(204,101,163)
#B65A92
(182,90,146)
#A04F81
(160,79,129)
#8A4470
(138,68,112)
#74395F
(116,57,95)
#5E2E4E
(94,46,78)
#48233D
(72,35,61)
#32182C
(50,24,44)
#1C0D1B
(28,13,27)
#000000
(0,0,0)

Tints of #F87BC5

#F87BC5
(248,123,197)
#F887CA
(248,135,202)
#F893CF
(248,147,207)
#F89FD4
(248,159,212)
#F8ABD9
(248,171,217)
#F8B7DE
(248,183,222)
#F8C3E3
(248,195,227)
#F8CFE8
(248,207,232)
#F8DBED
(248,219,237)
#F8E7F2
(248,231,242)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F87BC5 color. Also use rgb(248,123,197) instead hex code.

Text Font Color

.myTextColor { color: #F87BC5; }

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

This text font color is #F87BC5.

Background Color

.myBgColor { background-color: #F87BC5; }

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

This div background color is #F87BC5.

Border color

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

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

This div border color is #F87BC5.

Opacity

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

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

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

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

This text has shadow with #F87BC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F87BC5.

Preview

Color preview on black background

This text has color #F87BC5 on black background.


Color preview on white background

This text has color #F87BC5 on white background.


Black color preview on #F87BC5 background

This text has black color on #F87BC5 background.


White color preview on #F87BC5 background

This text has white color on #F87BC5 background.


Related colors

Complementary color

Complementary color for #hex is #07843A.


I love getcolorcode.com

Triadic colors

1 #C5F87B and #7BC5F8 with #F87BC5 are triadic colors.

2 #C57BF8 and #7BF8C5 with #F87BC5 are triadic colors.