COLOR #F787BE

HEX: #F787BE
RGB: (247,135,190)

Color info

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

RGB color model

#F787BE color RGB value is (247,135,190).

  • red value is 247;
  • green value is 135;
  • blue value is 190.
RGB:
(247,135,190)
(97%,53%,75%)

RGB channels and saturation

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

247
135
190

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

Portions of RGB colors in percentages

R + G + B =
247 + 135 + 190 = 572 (100%)
R 247 of 572 ~ 43.18%
G 135 of 572 ~ 23.6%
B 190 of 572 ~ 33.22%

%43.18
%23.6
%33.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.34%
  • yellow value is 23.08%
  • 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
%23.08
%3.14

Codes

Color #F787BE in popluar color models

F787BE
RGB247135190
HSL331°87.50%74.90%
HSB/HSV331°45.34%96.86%
CMYK0.00%45.34%23.08%
3.14%

Color #F787BE in popluar number systems.

HEXF787BE
Decimal247135190
Binary111101111000011110111110
Octal367207276

Shades and tints

Shades of #F787BE

#F787BE
(247,135,190)
#E17BAD
(225,123,173)
#CB6F9C
(203,111,156)
#B5638B
(181,99,139)
#9F577A
(159,87,122)
#894B69
(137,75,105)
#733F58
(115,63,88)
#5D3347
(93,51,71)
#472736
(71,39,54)
#311B25
(49,27,37)
#1B0F14
(27,15,20)
#000000
(0,0,0)

Tints of #F787BE

#F787BE
(247,135,190)
#F791C3
(247,145,195)
#F79BC8
(247,155,200)
#F7A5CD
(247,165,205)
#F7AFD2
(247,175,210)
#F7B9D7
(247,185,215)
#F7C3DC
(247,195,220)
#F7CDE1
(247,205,225)
#F7D7E6
(247,215,230)
#F7E1EB
(247,225,235)
#F7EBF0
(247,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F787BE; }

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

This text font color is #F787BE.


Background Color

.myBgColor { background-color: #F787BE; }

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

This div background color is #F787BE.


Border color

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

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

This div border color is #F787BE.


Opacity

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

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

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

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

This text has shadow with #F787BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F787BE on black background.


Color preview on white background

This text has color #F787BE on white background.



Black color preview on #F787BE background

This text has black color on #F787BE background.


White color preview on #F787BE background

This text has white color on #F787BE background.