COLOR #F78FA5

HEX: #F78FA5 RGB: (247,143,165)

Color info

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

RGB color model

#F78FA5 color RGB value is (247,143,165).

RGB: (247,143,165) (97%, 56%, 65%)

RGB channels and saturation

R 247 of 255 = 97%
G 143 of 255 = 56%
B 165 of 255 = 65%

247
143
165

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

Portions of RGB colors in percentages

R + G + B = 247 + 143 + 165 = 555 (100%)
R 247 of 555 ~ 44.5%
G 143 of 555 ~ 25.77%
B 165 of 555 ~ 29.73'%

%44.5
%25.77
%29.73

CMYK color model

#F78FA5 color CMYK value is (0,42,33,3).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 33.20%
  • key color value is 3.14%

CMYK: (0,42,33,3)
C0M42Y33K3 (0%, 42%, 33%, 3%)
(0.00 / 0.42 / 0.33 / 0.03)

CMYK percentages

%0
%42.11
%33.2
%3.14

Codes

Color #F78FA5 in popluar color models

F7 8F A5
RGB 247 143 165
HSL 347° 86.67% 76.47%
HSB/HSV 347° 42.11% 96.86%
CMYK 0.00% 42.11% 33.20%
3.14%

Color #F78FA5 in popluar number systems.

HEX F7 8F A5
Decimal 247 143 165
Binary 11110111 10001111 10100101
Octal 367 217 245

Shades and tints

Shades of #F78FA5

#F78FA5
(247,143,165)
#E18296
(225,130,150)
#CB7587
(203,117,135)
#B56878
(181,104,120)
#9F5B69
(159,91,105)
#894E5A
(137,78,90)
#73414B
(115,65,75)
#5D343C
(93,52,60)
#47272D
(71,39,45)
#311A1E
(49,26,30)
#1B0D0F
(27,13,15)
#000000
(0,0,0)

Tints of #F78FA5

#F78FA5
(247,143,165)
#F799AD
(247,153,173)
#F7A3B5
(247,163,181)
#F7ADBD
(247,173,189)
#F7B7C5
(247,183,197)
#F7C1CD
(247,193,205)
#F7CBD5
(247,203,213)
#F7D5DD
(247,213,221)
#F7DFE5
(247,223,229)
#F7E9ED
(247,233,237)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F78FA5 color. Also use rgb(247,143,165) instead hex code.

Text Font Color

.myTextColor { color: #F78FA5; }

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

This text font color is #F78FA5.

Background Color

.myBgColor { background-color: #F78FA5; }

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

This div background color is #F78FA5.

Border color

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

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

This div border color is #F78FA5.

Opacity

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

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

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

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

This text has shadow with #F78FA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F78FA5.

Preview

Color preview on black background

This text has color #F78FA5 on black background.


Color preview on white background

This text has color #F78FA5 on white background.


Black color preview on #F78FA5 background

This text has black color on #F78FA5 background.


White color preview on #F78FA5 background

This text has white color on #F78FA5 background.


Related colors

Complementary color

Complementary color for #hex is #08705A.


I love getcolorcode.com

Triadic colors

1 #A5F78F and #8FA5F7 with #F78FA5 are triadic colors.

2 #A58FF7 and #8FF7A5 with #F78FA5 are triadic colors.