COLOR #FA83F4

HEX: #FA83F4 RGB: (250,131,244)

Color info

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

RGB color model

#FA83F4 color RGB value is (250,131,244).

RGB: (250,131,244) (98%, 51%, 96%)

RGB channels and saturation

R 250 of 255 = 98%
G 131 of 255 = 51%
B 244 of 255 = 96%

250
131
244

R + G + B ~ 82%. #FA83F4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 131 + 244 = 625 (100%)
R 250 of 625 ~ 40%
G 131 of 625 ~ 20.96%
B 244 of 625 ~ 39.04'%

%40
%20.96
%39.04

CMYK color model

#FA83F4 color CMYK value is (0,48,2,2).

  • cyan value is 0.00%
  • magenta value is 47.60%
  • yellow value is 2.40%
  • key color value is 1.96%

CMYK: (0,48,2,2)
C0M48Y2K2 (0%, 48%, 2%, 2%)
(0.00 / 0.48 / 0.02 / 0.02)

CMYK percentages

%0
%47.6
%2.4
%1.96

Codes

Color #FA83F4 in popluar color models

FA 83 F4
RGB 250 131 244
HSL 303° 92.25% 74.71%
HSB/HSV 303° 47.60% 98.04%
CMYK 0.00% 47.60% 2.40%
1.96%

Color #FA83F4 in popluar number systems.

HEX FA 83 F4
Decimal 250 131 244
Binary 11111010 10000011 11110100
Octal 372 203 364

Shades and tints

Shades of #FA83F4

#FA83F4
(250,131,244)
#E478DE
(228,120,222)
#CE6DC8
(206,109,200)
#B862B2
(184,98,178)
#A2579C
(162,87,156)
#8C4C86
(140,76,134)
#764170
(118,65,112)
#60365A
(96,54,90)
#4A2B44
(74,43,68)
#34202E
(52,32,46)
#1E1518
(30,21,24)
#000000
(0,0,0)

Tints of #FA83F4

#FA83F4
(250,131,244)
#FA8EF5
(250,142,245)
#FA99F6
(250,153,246)
#FAA4F7
(250,164,247)
#FAAFF8
(250,175,248)
#FABAF9
(250,186,249)
#FAC5FA
(250,197,250)
#FAD0FB
(250,208,251)
#FADBFC
(250,219,252)
#FAE6FD
(250,230,253)
#FAF1FE
(250,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA83F4 color. Also use rgb(250,131,244) instead hex code.

Text Font Color

.myTextColor { color: #FA83F4; }

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

This text font color is #FA83F4.

Background Color

.myBgColor { background-color: #FA83F4; }

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

This div background color is #FA83F4.

Border color

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

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

This div border color is #FA83F4.

Opacity

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

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

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

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

This text has shadow with #FA83F4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FA83F4.

Preview

Color preview on black background

This text has color #FA83F4 on black background.


Color preview on white background

This text has color #FA83F4 on white background.


Black color preview on #FA83F4 background

This text has black color on #FA83F4 background.


White color preview on #FA83F4 background

This text has white color on #FA83F4 background.


Related colors

Complementary color

Complementary color for #hex is #057C0B.


I love getcolorcode.com

Triadic colors

1 #F4FA83 and #83F4FA with #FA83F4 are triadic colors.

2 #F483FA and #83FAF4 with #FA83F4 are triadic colors.