COLOR #F788B3

HEX: #F788B3
RGB: (247,136,179)

Color info

#F788B3 contains mainly red color. Web safe color of #F788B3 is #FF9999 (or #F99).

RGB color model

#F788B3 color RGB value is (247,136,179).

  • red value is 247;
  • green value is 136;
  • blue value is 179.
RGB:
(247,136,179)
(97%,53%,70%)

RGB channels and saturation

R 247 of 255 = 97%
G 136 of 255 = 53%
B 179 of 255 = 70%

247
136
179

R + G + B ~ 73%. #F788B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 136 + 179 = 562 (100%)
R 247 of 562 ~ 43.95%
G 136 of 562 ~ 24.2%
B 179 of 562 ~ 31.85%

%43.95
%24.2
%31.85

CMYK color model

#F788B3 color CMYK value is (0,45,28,3).

  • cyan value is 0.00%
  • magenta value is 44.94%
  • yellow value is 27.53%
  • key color value is 3.14%
CMYK:
(0,45,28,3)
C0M45Y28K3 
(0%,45%,28%,3%)
(0.00/0.45/0.28/0.03)	

CMYK percentages

%0
%44.94
%27.53
%3.14

Codes

Color #F788B3 in popluar color models

F788B3
RGB247136179
HSL337°87.40%75.10%
HSB/HSV337°44.94%96.86%
CMYK0.00%44.94%27.53%
3.14%

Color #F788B3 in popluar number systems.

HEXF788B3
Decimal247136179
Binary111101111000100010110011
Octal367210263

Shades and tints

Shades of #F788B3

#F788B3
(247,136,179)
#E17CA3
(225,124,163)
#CB7093
(203,112,147)
#B56483
(181,100,131)
#9F5873
(159,88,115)
#894C63
(137,76,99)
#734053
(115,64,83)
#5D3443
(93,52,67)
#472833
(71,40,51)
#311C23
(49,28,35)
#1B1013
(27,16,19)
#000000
(0,0,0)

Tints of #F788B3

#F788B3
(247,136,179)
#F792B9
(247,146,185)
#F79CBF
(247,156,191)
#F7A6C5
(247,166,197)
#F7B0CB
(247,176,203)
#F7BAD1
(247,186,209)
#F7C4D7
(247,196,215)
#F7CEDD
(247,206,221)
#F7D8E3
(247,216,227)
#F7E2E9
(247,226,233)
#F7ECEF
(247,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F788B3 color. Also use rgb(247,136,179) instead hex code.

Text Font Color

.myTextColor { color: #F788B3; }

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

This text font color is #F788B3.


Background Color

.myBgColor { background-color: #F788B3; }

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

This div background color is #F788B3.


Border color

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

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

This div border color is #F788B3.


Opacity

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

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

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

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

This text has shadow with #F788B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F788B3 on black background.


Color preview on white background

This text has color #F788B3 on white background.



Black color preview on #F788B3 background

This text has black color on #F788B3 background.


White color preview on #F788B3 background

This text has white color on #F788B3 background.