COLOR #FC46A5

HEX: #FC46A5
RGB: (252,70,165)

Color info

#FC46A5 contains mainly red color. Web safe color of #FC46A5 is #FF3399 (or #F39).

RGB color model

#FC46A5 color RGB value is (252,70,165).

  • red value is 252;
  • green value is 70;
  • blue value is 165.
RGB:
(252,70,165)
(99%,27%,65%)

RGB channels and saturation

R 252 of 255 = 99%
G 70 of 255 = 27%
B 165 of 255 = 65%

252
70
165

R + G + B ~ 64%. #FC46A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 70 + 165 = 487 (100%)
R 252 of 487 ~ 51.75%
G 70 of 487 ~ 14.37%
B 165 of 487 ~ 33.88%

%51.75
%14.37
%33.88

CMYK color model

#FC46A5 color CMYK value is (0,72,35,1).

  • cyan value is 0.00%
  • magenta value is 72.22%
  • yellow value is 34.52%
  • key color value is 1.18%
CMYK:
(0,72,35,1)
C0M72Y35K1 
(0%,72%,35%,1%)
(0.00/0.72/0.35/0.01)	

CMYK percentages

%0
%72.22
%34.52
%1.18

Codes

Color #FC46A5 in popluar color models

FC46A5
RGB25270165
HSL329°96.81%63.14%
HSB/HSV329°72.22%98.82%
CMYK0.00%72.22%34.52%
1.18%

Color #FC46A5 in popluar number systems.

HEXFC46A5
Decimal25270165
Binary11111100100011010100101
Octal374106245

Shades and tints

Shades of #FC46A5

#FC46A5
(252,70,165)
#E64096
(230,64,150)
#D03A87
(208,58,135)
#BA3478
(186,52,120)
#A42E69
(164,46,105)
#8E285A
(142,40,90)
#78224B
(120,34,75)
#621C3C
(98,28,60)
#4C162D
(76,22,45)
#36101E
(54,16,30)
#200A0F
(32,10,15)
#000000
(0,0,0)

Tints of #FC46A5

#FC46A5
(252,70,165)
#FC56AD
(252,86,173)
#FC66B5
(252,102,181)
#FC76BD
(252,118,189)
#FC86C5
(252,134,197)
#FC96CD
(252,150,205)
#FCA6D5
(252,166,213)
#FCB6DD
(252,182,221)
#FCC6E5
(252,198,229)
#FCD6ED
(252,214,237)
#FCE6F5
(252,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC46A5 color. Also use rgb(252,70,165) instead hex code.

Text Font Color

.myTextColor { color: #FC46A5; }

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

This text font color is #FC46A5.


Background Color

.myBgColor { background-color: #FC46A5; }

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

This div background color is #FC46A5.


Border color

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

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

This div border color is #FC46A5.


Opacity

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

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

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

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

This text has shadow with #FC46A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC46A5 on black background.


Color preview on white background

This text has color #FC46A5 on white background.



Black color preview on #FC46A5 background

This text has black color on #FC46A5 background.


White color preview on #FC46A5 background

This text has white color on #FC46A5 background.