COLOR #FA94C1

HEX: #FA94C1
RGB: (250,148,193)

Color info

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

RGB color model

#FA94C1 color RGB value is (250,148,193).

  • red value is 250;
  • green value is 148;
  • blue value is 193.
RGB:
(250,148,193)
(98%,58%,76%)

RGB channels and saturation

R 250 of 255 = 98%
G 148 of 255 = 58%
B 193 of 255 = 76%

250
148
193

R + G + B ~ 77%. #FA94C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 148 + 193 = 591 (100%)
R 250 of 591 ~ 42.3%
G 148 of 591 ~ 25.04%
B 193 of 591 ~ 32.66%

%42.3
%25.04
%32.66

CMYK color model

#FA94C1 color CMYK value is (0,41,23,2).

  • cyan value is 0.00%
  • magenta value is 40.80%
  • yellow value is 22.80%
  • key color value is 1.96%
CMYK:
(0,41,23,2)
C0M41Y23K2 
(0%,41%,23%,2%)
(0.00/0.41/0.23/0.02)	

CMYK percentages

%0
%40.8
%22.8
%1.96

Codes

Color #FA94C1 in popluar color models

FA94C1
RGB250148193
HSL334°91.07%78.04%
HSB/HSV334°40.80%98.04%
CMYK0.00%40.80%22.80%
1.96%

Color #FA94C1 in popluar number systems.

HEXFA94C1
Decimal250148193
Binary111110101001010011000001
Octal372224301

Shades and tints

Shades of #FA94C1

#FA94C1
(250,148,193)
#E487B0
(228,135,176)
#CE7A9F
(206,122,159)
#B86D8E
(184,109,142)
#A2607D
(162,96,125)
#8C536C
(140,83,108)
#76465B
(118,70,91)
#60394A
(96,57,74)
#4A2C39
(74,44,57)
#341F28
(52,31,40)
#1E1217
(30,18,23)
#000000
(0,0,0)

Tints of #FA94C1

#FA94C1
(250,148,193)
#FA9DC6
(250,157,198)
#FAA6CB
(250,166,203)
#FAAFD0
(250,175,208)
#FAB8D5
(250,184,213)
#FAC1DA
(250,193,218)
#FACADF
(250,202,223)
#FAD3E4
(250,211,228)
#FADCE9
(250,220,233)
#FAE5EE
(250,229,238)
#FAEEF3
(250,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA94C1 color. Also use rgb(250,148,193) instead hex code.

Text Font Color

.myTextColor { color: #FA94C1; }

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

This text font color is #FA94C1.


Background Color

.myBgColor { background-color: #FA94C1; }

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

This div background color is #FA94C1.


Border color

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

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

This div border color is #FA94C1.


Opacity

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

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

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

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

This text has shadow with #FA94C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA94C1 on black background.


Color preview on white background

This text has color #FA94C1 on white background.



Black color preview on #FA94C1 background

This text has black color on #FA94C1 background.


White color preview on #FA94C1 background

This text has white color on #FA94C1 background.