COLOR #F78CC3

HEX: #F78CC3
RGB: (247,140,195)

Color info

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

RGB color model

#F78CC3 color RGB value is (247,140,195).

  • red value is 247;
  • green value is 140;
  • blue value is 195.
RGB:
(247,140,195)
(97%,55%,76%)

RGB channels and saturation

R 247 of 255 = 97%
G 140 of 255 = 55%
B 195 of 255 = 76%

247
140
195

R + G + B ~ 76%. #F78CC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 140 + 195 = 582 (100%)
R 247 of 582 ~ 42.44%
G 140 of 582 ~ 24.05%
B 195 of 582 ~ 33.51%

%42.44
%24.05
%33.51

CMYK color model

#F78CC3 color CMYK value is (0,43,21,3).

  • cyan value is 0.00%
  • magenta value is 43.32%
  • yellow value is 21.05%
  • key color value is 3.14%
CMYK:
(0,43,21,3)
C0M43Y21K3 
(0%,43%,21%,3%)
(0.00/0.43/0.21/0.03)	

CMYK percentages

%0
%43.32
%21.05
%3.14

Codes

Color #F78CC3 in popluar color models

F78CC3
RGB247140195
HSL329°86.99%75.88%
HSB/HSV329°43.32%96.86%
CMYK0.00%43.32%21.05%
3.14%

Color #F78CC3 in popluar number systems.

HEXF78CC3
Decimal247140195
Binary111101111000110011000011
Octal367214303

Shades and tints

Shades of #F78CC3

#F78CC3
(247,140,195)
#E180B2
(225,128,178)
#CB74A1
(203,116,161)
#B56890
(181,104,144)
#9F5C7F
(159,92,127)
#89506E
(137,80,110)
#73445D
(115,68,93)
#5D384C
(93,56,76)
#472C3B
(71,44,59)
#31202A
(49,32,42)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #F78CC3

#F78CC3
(247,140,195)
#F796C8
(247,150,200)
#F7A0CD
(247,160,205)
#F7AAD2
(247,170,210)
#F7B4D7
(247,180,215)
#F7BEDC
(247,190,220)
#F7C8E1
(247,200,225)
#F7D2E6
(247,210,230)
#F7DCEB
(247,220,235)
#F7E6F0
(247,230,240)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F78CC3 color. Also use rgb(247,140,195) instead hex code.

Text Font Color

.myTextColor { color: #F78CC3; }

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

This text font color is #F78CC3.


Background Color

.myBgColor { background-color: #F78CC3; }

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

This div background color is #F78CC3.


Border color

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

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

This div border color is #F78CC3.


Opacity

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

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

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

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

This text has shadow with #F78CC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F78CC3 on black background.


Color preview on white background

This text has color #F78CC3 on white background.



Black color preview on #F78CC3 background

This text has black color on #F78CC3 background.


White color preview on #F78CC3 background

This text has white color on #F78CC3 background.