COLOR #FA88F1

HEX: #FA88F1 RGB: (250,136,241)

Color info

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

RGB color model

#FA88F1 color RGB value is (250,136,241).

RGB: (250,136,241) (98%, 53%, 95%)

RGB channels and saturation

R 250 of 255 = 98%
G 136 of 255 = 53%
B 241 of 255 = 95%

250
136
241

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

Portions of RGB colors in percentages

R + G + B = 250 + 136 + 241 = 627 (100%)
R 250 of 627 ~ 39.87%
G 136 of 627 ~ 21.69%
B 241 of 627 ~ 38.44'%

%39.87
%21.69
%38.44

CMYK color model

#FA88F1 color CMYK value is (0,46,4,2).

  • cyan value is 0.00%
  • magenta value is 45.60%
  • yellow value is 3.60%
  • key color value is 1.96%

CMYK: (0,46,4,2)
C0M46Y4K2 (0%, 46%, 4%, 2%)
(0.00 / 0.46 / 0.04 / 0.02)

CMYK percentages

%0
%45.6
%3.6
%1.96

Codes

Color #FA88F1 in popluar color models

FA 88 F1
RGB 250 136 241
HSL 305° 91.94% 75.69%
HSB/HSV 305° 45.60% 98.04%
CMYK 0.00% 45.60% 3.60%
1.96%

Color #FA88F1 in popluar number systems.

HEX FA 88 F1
Decimal 250 136 241
Binary 11111010 10001000 11110001
Octal 372 210 361

Shades and tints

Shades of #FA88F1

#FA88F1
(250,136,241)
#E47CDC
(228,124,220)
#CE70C7
(206,112,199)
#B864B2
(184,100,178)
#A2589D
(162,88,157)
#8C4C88
(140,76,136)
#764073
(118,64,115)
#60345E
(96,52,94)
#4A2849
(74,40,73)
#341C34
(52,28,52)
#1E101F
(30,16,31)
#000000
(0,0,0)

Tints of #FA88F1

#FA88F1
(250,136,241)
#FA92F2
(250,146,242)
#FA9CF3
(250,156,243)
#FAA6F4
(250,166,244)
#FAB0F5
(250,176,245)
#FABAF6
(250,186,246)
#FAC4F7
(250,196,247)
#FACEF8
(250,206,248)
#FAD8F9
(250,216,249)
#FAE2FA
(250,226,250)
#FAECFB
(250,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA88F1 color. Also use rgb(250,136,241) instead hex code.

Text Font Color

.myTextColor { color: #FA88F1; }

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

This text font color is #FA88F1.

Background Color

.myBgColor { background-color: #FA88F1; }

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

This div background color is #FA88F1.

Border color

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

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

This div border color is #FA88F1.

Opacity

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

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

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

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

This text has shadow with #FA88F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FA88F1.

Preview

Color preview on black background

This text has color #FA88F1 on black background.


Color preview on white background

This text has color #FA88F1 on white background.


Black color preview on #FA88F1 background

This text has black color on #FA88F1 background.


White color preview on #FA88F1 background

This text has white color on #FA88F1 background.


Related colors

Complementary color

Complementary color for #hex is #05770E.


I love getcolorcode.com

Triadic colors

1 #F1FA88 and #88F1FA with #FA88F1 are triadic colors.

2 #F188FA and #88FAF1 with #FA88F1 are triadic colors.