COLOR #FC718A

HEX: #FC718A
RGB: (252,113,138)

Color info

#FC718A contains mainly red color. Web safe color of #FC718A is #FF6699 (or #F69).

RGB color model

#FC718A color RGB value is (252,113,138).

  • red value is 252;
  • green value is 113;
  • blue value is 138.
RGB:
(252,113,138)
(99%,44%,54%)

RGB channels and saturation

R 252 of 255 = 99%
G 113 of 255 = 44%
B 138 of 255 = 54%

252
113
138

R + G + B ~ 66%. #FC718A is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 113 + 138 = 503 (100%)
R 252 of 503 ~ 50.1%
G 113 of 503 ~ 22.47%
B 138 of 503 ~ 27.44%

%50.1
%22.47
%27.44

CMYK color model

#FC718A color CMYK value is (0,55,45,1).

  • cyan value is 0.00%
  • magenta value is 55.16%
  • yellow value is 45.24%
  • key color value is 1.18%
CMYK:
(0,55,45,1)
C0M55Y45K1 
(0%,55%,45%,1%)
(0.00/0.55/0.45/0.01)	

CMYK percentages

%0
%55.16
%45.24
%1.18

Codes

Color #FC718A in popluar color models

FC718A
RGB252113138
HSL349°95.86%71.57%
HSB/HSV349°55.16%98.82%
CMYK0.00%55.16%45.24%
1.18%

Color #FC718A in popluar number systems.

HEXFC718A
Decimal252113138
Binary11111100111000110001010
Octal374161212

Shades and tints

Shades of #FC718A

#FC718A
(252,113,138)
#E6677E
(230,103,126)
#D05D72
(208,93,114)
#BA5366
(186,83,102)
#A4495A
(164,73,90)
#8E3F4E
(142,63,78)
#783542
(120,53,66)
#622B36
(98,43,54)
#4C212A
(76,33,42)
#36171E
(54,23,30)
#200D12
(32,13,18)
#000000
(0,0,0)

Tints of #FC718A

#FC718A
(252,113,138)
#FC7D94
(252,125,148)
#FC899E
(252,137,158)
#FC95A8
(252,149,168)
#FCA1B2
(252,161,178)
#FCADBC
(252,173,188)
#FCB9C6
(252,185,198)
#FCC5D0
(252,197,208)
#FCD1DA
(252,209,218)
#FCDDE4
(252,221,228)
#FCE9EE
(252,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC718A color. Also use rgb(252,113,138) instead hex code.

Text Font Color

.myTextColor { color: #FC718A; }

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

This text font color is #FC718A.


Background Color

.myBgColor { background-color: #FC718A; }

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

This div background color is #FC718A.


Border color

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

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

This div border color is #FC718A.


Opacity

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

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

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

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

This text has shadow with #FC718A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC718A on black background.


Color preview on white background

This text has color #FC718A on white background.



Black color preview on #FC718A background

This text has black color on #FC718A background.


White color preview on #FC718A background

This text has white color on #FC718A background.