COLOR #F787BF

HEX: #F787BF RGB: (247,135,191)

Color info

#F787BF contains mainly red and blue colors. Web safe color of #F787BF is #FF99CC (or #F9C).

RGB color model

#F787BF color RGB value is (247,135,191).

RGB: (247,135,191) (97%, 53%, 75%)

RGB channels and saturation

R 247 of 255 = 97%
G 135 of 255 = 53%
B 191 of 255 = 75%

247
135
191

R + G + B ~ 75%. #F787BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 135 + 191 = 573 (100%)
R 247 of 573 ~ 43.11%
G 135 of 573 ~ 23.56%
B 191 of 573 ~ 33.33'%

%43.11
%23.56
%33.33

CMYK color model

#F787BF color CMYK value is (0,45,23,3).

  • cyan value is 0.00%
  • magenta value is 45.34%
  • yellow value is 22.67%
  • key color value is 3.14%

CMYK: (0,45,23,3)
C0M45Y23K3 (0%, 45%, 23%, 3%)
(0.00 / 0.45 / 0.23 / 0.03)

CMYK percentages

%0
%45.34
%22.67
%3.14

Codes

Color #F787BF in popluar color models

F7 87 BF
RGB 247 135 191
HSL 330° 87.50% 74.90%
HSB/HSV 330° 45.34% 96.86%
CMYK 0.00% 45.34% 22.67%
3.14%

Color #F787BF in popluar number systems.

HEX F7 87 BF
Decimal 247 135 191
Binary 11110111 10000111 10111111
Octal 367 207 277

Shades and tints

Shades of #F787BF

#F787BF
(247,135,191)
#E17BAE
(225,123,174)
#CB6F9D
(203,111,157)
#B5638C
(181,99,140)
#9F577B
(159,87,123)
#894B6A
(137,75,106)
#733F59
(115,63,89)
#5D3348
(93,51,72)
#472737
(71,39,55)
#311B26
(49,27,38)
#1B0F15
(27,15,21)
#000000
(0,0,0)

Tints of #F787BF

#F787BF
(247,135,191)
#F791C4
(247,145,196)
#F79BC9
(247,155,201)
#F7A5CE
(247,165,206)
#F7AFD3
(247,175,211)
#F7B9D8
(247,185,216)
#F7C3DD
(247,195,221)
#F7CDE2
(247,205,226)
#F7D7E7
(247,215,231)
#F7E1EC
(247,225,236)
#F7EBF1
(247,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F787BF color. Also use rgb(247,135,191) instead hex code.

Text Font Color

.myTextColor { color: #F787BF; }

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

This text font color is #F787BF.

Background Color

.myBgColor { background-color: #F787BF; }

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

This div background color is #F787BF.

Border color

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

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

This div border color is #F787BF.

Opacity

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

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

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

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

This text has shadow with #F787BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F787BF.

Preview

Color preview on black background

This text has color #F787BF on black background.


Color preview on white background

This text has color #F787BF on white background.


Black color preview on #F787BF background

This text has black color on #F787BF background.


White color preview on #F787BF background

This text has white color on #F787BF background.


Related colors

Complementary color

Complementary color for #hex is #087840.


I love getcolorcode.com

Triadic colors

1 #BFF787 and #87BFF7 with #F787BF are triadic colors.

2 #BF87F7 and #87F7BF with #F787BF are triadic colors.