COLOR #FA85F9

HEX: #FA85F9 RGB: (250,133,249)

Color info

#FA85F9 contains mainly red and blue colors. Web safe color of #FA85F9 is #FF99FF (or #F9F).

RGB color model

#FA85F9 color RGB value is (250,133,249).

RGB: (250,133,249) (98%, 52%, 98%)

RGB channels and saturation

R 250 of 255 = 98%
G 133 of 255 = 52%
B 249 of 255 = 98%

250
133
249

R + G + B ~ 83%. #FA85F9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 133 + 249 = 632 (100%)
R 250 of 632 ~ 39.56%
G 133 of 632 ~ 21.04%
B 249 of 632 ~ 39.4'%

%39.56
%21.04
%39.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 46.80%
  • yellow value is 0.40%
  • key color value is 1.96%

CMYK: (0,47,0,2)
C0M47Y0K2 (0%, 47%, 0%, 2%)
(0.00 / 0.47 / 0.00 / 0.02)

CMYK percentages

%0
%46.8
%0.4
%1.96

Codes

Color #FA85F9 in popluar color models

FA 85 F9
RGB 250 133 249
HSL 301° 92.13% 75.10%
HSB/HSV 301° 46.80% 98.04%
CMYK 0.00% 46.80% 0.40%
1.96%

Color #FA85F9 in popluar number systems.

HEX FA 85 F9
Decimal 250 133 249
Binary 11111010 10000101 11111001
Octal 372 205 371

Shades and tints

Shades of #FA85F9

#FA85F9
(250,133,249)
#E479E3
(228,121,227)
#CE6DCD
(206,109,205)
#B861B7
(184,97,183)
#A255A1
(162,85,161)
#8C498B
(140,73,139)
#763D75
(118,61,117)
#60315F
(96,49,95)
#4A2549
(74,37,73)
#341933
(52,25,51)
#1E0D1D
(30,13,29)
#000000
(0,0,0)

Tints of #FA85F9

#FA85F9
(250,133,249)
#FA90F9
(250,144,249)
#FA9BF9
(250,155,249)
#FAA6F9
(250,166,249)
#FAB1F9
(250,177,249)
#FABCF9
(250,188,249)
#FAC7F9
(250,199,249)
#FAD2F9
(250,210,249)
#FADDF9
(250,221,249)
#FAE8F9
(250,232,249)
#FAF3F9
(250,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FA85F9; }

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

This text font color is #FA85F9.

Background Color

.myBgColor { background-color: #FA85F9; }

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

This div background color is #FA85F9.

Border color

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

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

This div border color is #FA85F9.

Opacity

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

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

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

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

This text has shadow with #FA85F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FA85F9.

Preview

Color preview on black background

This text has color #FA85F9 on black background.


Color preview on white background

This text has color #FA85F9 on white background.


Black color preview on #FA85F9 background

This text has black color on #FA85F9 background.


White color preview on #FA85F9 background

This text has white color on #FA85F9 background.


Related colors

Complementary color

Complementary color for #hex is #057A06.


I love getcolorcode.com

Triadic colors

1 #F9FA85 and #85F9FA with #FA85F9 are triadic colors.

2 #F985FA and #85FAF9 with #FA85F9 are triadic colors.