COLOR #FA85BF

HEX: #FA85BF RGB: (250,133,191)

Color info

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

RGB color model

#FA85BF color RGB value is (250,133,191).

RGB: (250,133,191) (98%, 52%, 75%)

RGB channels and saturation

R 250 of 255 = 98%
G 133 of 255 = 52%
B 191 of 255 = 75%

250
133
191

R + G + B ~ 75%. #FA85BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 133 + 191 = 574 (100%)
R 250 of 574 ~ 43.55%
G 133 of 574 ~ 23.17%
B 191 of 574 ~ 33.28'%

%43.55
%23.17
%33.28

CMYK color model

#FA85BF color CMYK value is (0,47,24,2).

  • cyan value is 0.00%
  • magenta value is 46.80%
  • yellow value is 23.60%
  • key color value is 1.96%
CMYK: (0,47,24,2) C0M47Y24K2 (0%,47%,24%,2%) (0.00/0.47/0.24/0.02) 

CMYK percentages

%0
%46.8
%23.6
%1.96

Codes

Color #FA85BF in popluar color models

FA 85 BF
RGB 250 133 191
HSL 330° 92.13% 75.10%
HSB/HSV 330° 46.80% 98.04%
CMYK 0.00% 46.80% 23.60%
1.96%

Color #FA85BF in popluar number systems.

HEX FA 85 BF
Decimal 250 133 191
Binary 11111010 10000101 10111111
Octal 372 205 277

Shades and tints

Shades of #FA85BF

#FA85BF
(250,133,191)
#E479AE
(228,121,174)
#CE6D9D
(206,109,157)
#B8618C
(184,97,140)
#A2557B
(162,85,123)
#8C496A
(140,73,106)
#763D59
(118,61,89)
#603148
(96,49,72)
#4A2537
(74,37,55)
#341926
(52,25,38)
#1E0D15
(30,13,21)
#000000
(0,0,0)

Tints of #FA85BF

#FA85BF
(250,133,191)
#FA90C4
(250,144,196)
#FA9BC9
(250,155,201)
#FAA6CE
(250,166,206)
#FAB1D3
(250,177,211)
#FABCD8
(250,188,216)
#FAC7DD
(250,199,221)
#FAD2E2
(250,210,226)
#FADDE7
(250,221,231)
#FAE8EC
(250,232,236)
#FAF3F1
(250,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FA85BF; }

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

This text font color is #FA85BF.

Background Color

.myBgColor { background-color: #FA85BF; }

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

This div background color is #FA85BF.

Border color

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

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

This div border color is #FA85BF.

Opacity

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

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

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

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

This text has shadow with #FA85BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FA85BF.

Preview

Color preview on black background

This text has color #FA85BF on black background.


Color preview on white background

This text has color #FA85BF on white background.


Black color preview on #FA85BF background

This text has black color on #FA85BF background.


White color preview on #FA85BF background

This text has white color on #FA85BF background.


Related colors

Complementary color

Complementary color for #hex is #057A40.


I love getcolorcode.com

Triadic colors

1 #BFFA85 and #85BFFA with #FA85BF are triadic colors.

2 #BF85FA and #85FABF with #FA85BF are triadic colors.