COLOR #F785C5

HEX: #F785C5
RGB: (247,133,197)

Color info

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

RGB color model

#F785C5 color RGB value is (247,133,197).

  • red value is 247;
  • green value is 133;
  • blue value is 197.
RGB:
(247,133,197)
(97%,52%,77%)

RGB channels and saturation

R 247 of 255 = 97%
G 133 of 255 = 52%
B 197 of 255 = 77%

247
133
197

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

Portions of RGB colors in percentages

R + G + B =
247 + 133 + 197 = 577 (100%)
R 247 of 577 ~ 42.81%
G 133 of 577 ~ 23.05%
B 197 of 577 ~ 34.14%

%42.81
%23.05
%34.14

CMYK color model

#F785C5 color CMYK value is (0,46,20,3).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 20.24%
  • key color value is 3.14%
CMYK:
(0,46,20,3)
C0M46Y20K3 
(0%,46%,20%,3%)
(0.00/0.46/0.20/0.03)	

CMYK percentages

%0
%46.15
%20.24
%3.14

Codes

Color #F785C5 in popluar color models

F785C5
RGB247133197
HSL326°87.69%74.51%
HSB/HSV326°46.15%96.86%
CMYK0.00%46.15%20.24%
3.14%

Color #F785C5 in popluar number systems.

HEXF785C5
Decimal247133197
Binary111101111000010111000101
Octal367205305

Shades and tints

Shades of #F785C5

#F785C5
(247,133,197)
#E179B4
(225,121,180)
#CB6DA3
(203,109,163)
#B56192
(181,97,146)
#9F5581
(159,85,129)
#894970
(137,73,112)
#733D5F
(115,61,95)
#5D314E
(93,49,78)
#47253D
(71,37,61)
#31192C
(49,25,44)
#1B0D1B
(27,13,27)
#000000
(0,0,0)

Tints of #F785C5

#F785C5
(247,133,197)
#F790CA
(247,144,202)
#F79BCF
(247,155,207)
#F7A6D4
(247,166,212)
#F7B1D9
(247,177,217)
#F7BCDE
(247,188,222)
#F7C7E3
(247,199,227)
#F7D2E8
(247,210,232)
#F7DDED
(247,221,237)
#F7E8F2
(247,232,242)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F785C5 color. Also use rgb(247,133,197) instead hex code.

Text Font Color

.myTextColor { color: #F785C5; }

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

This text font color is #F785C5.


Background Color

.myBgColor { background-color: #F785C5; }

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

This div background color is #F785C5.


Border color

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

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

This div border color is #F785C5.


Opacity

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

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

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

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

This text has shadow with #F785C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F785C5 on black background.


Color preview on white background

This text has color #F785C5 on white background.



Black color preview on #F785C5 background

This text has black color on #F785C5 background.


White color preview on #F785C5 background

This text has white color on #F785C5 background.