COLOR #FA85C5

HEX: #FA85C5
RGB: (250,133,197)

Color info

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

RGB color model

#FA85C5 color RGB value is (250,133,197).

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

RGB channels and saturation

R 250 of 255 = 98%
G 133 of 255 = 52%
B 197 of 255 = 77%

250
133
197

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

Portions of RGB colors in percentages

R + G + B =
250 + 133 + 197 = 580 (100%)
R 250 of 580 ~ 43.1%
G 133 of 580 ~ 22.93%
B 197 of 580 ~ 33.97%

%43.1
%22.93
%33.97

CMYK color model

#FA85C5 color CMYK value is (0,47,21,2).

  • cyan value is 0.00%
  • magenta value is 46.80%
  • yellow value is 21.20%
  • key color value is 1.96%
CMYK:
(0,47,21,2)
C0M47Y21K2 
(0%,47%,21%,2%)
(0.00/0.47/0.21/0.02)	

CMYK percentages

%0
%46.8
%21.2
%1.96

Codes

Color #FA85C5 in popluar color models

FA85C5
RGB250133197
HSL327°92.13%75.10%
HSB/HSV327°46.80%98.04%
CMYK0.00%46.80%21.20%
1.96%

Color #FA85C5 in popluar number systems.

HEXFA85C5
Decimal250133197
Binary111110101000010111000101
Octal372205305

Shades and tints

Shades of #FA85C5

#FA85C5
(250,133,197)
#E479B4
(228,121,180)
#CE6DA3
(206,109,163)
#B86192
(184,97,146)
#A25581
(162,85,129)
#8C4970
(140,73,112)
#763D5F
(118,61,95)
#60314E
(96,49,78)
#4A253D
(74,37,61)
#34192C
(52,25,44)
#1E0D1B
(30,13,27)
#000000
(0,0,0)

Tints of #FA85C5

#FA85C5
(250,133,197)
#FA90CA
(250,144,202)
#FA9BCF
(250,155,207)
#FAA6D4
(250,166,212)
#FAB1D9
(250,177,217)
#FABCDE
(250,188,222)
#FAC7E3
(250,199,227)
#FAD2E8
(250,210,232)
#FADDED
(250,221,237)
#FAE8F2
(250,232,242)
#FAF3F7
(250,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FA85C5; }

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

This text font color is #FA85C5.


Background Color

.myBgColor { background-color: #FA85C5; }

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

This div background color is #FA85C5.


Border color

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

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

This div border color is #FA85C5.


Opacity

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

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

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

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

This text has shadow with #FA85C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA85C5 on black background.


Color preview on white background

This text has color #FA85C5 on white background.



Black color preview on #FA85C5 background

This text has black color on #FA85C5 background.


White color preview on #FA85C5 background

This text has white color on #FA85C5 background.