COLOR #FA61C1

HEX: #FA61C1
RGB: (250,97,193)

Color info

#FA61C1 contains mainly red and blue colors. Web safe color of #FA61C1 is #FF66CC (or #F6C).

RGB color model

#FA61C1 color RGB value is (250,97,193).

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

RGB channels and saturation

R 250 of 255 = 98%
G 97 of 255 = 38%
B 193 of 255 = 76%

250
97
193

R + G + B ~ 71%. #FA61C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 97 + 193 = 540 (100%)
R 250 of 540 ~ 46.3%
G 97 of 540 ~ 17.96%
B 193 of 540 ~ 35.74%

%46.3
%17.96
%35.74

CMYK color model

#FA61C1 color CMYK value is (0,61,23,2).

  • cyan value is 0.00%
  • magenta value is 61.20%
  • yellow value is 22.80%
  • key color value is 1.96%
CMYK:
(0,61,23,2)
C0M61Y23K2 
(0%,61%,23%,2%)
(0.00/0.61/0.23/0.02)	

CMYK percentages

%0
%61.2
%22.8
%1.96

Codes

Color #FA61C1 in popluar color models

FA61C1
RGB25097193
HSL322°93.87%68.04%
HSB/HSV322°61.20%98.04%
CMYK0.00%61.20%22.80%
1.96%

Color #FA61C1 in popluar number systems.

HEXFA61C1
Decimal25097193
Binary11111010110000111000001
Octal372141301

Shades and tints

Shades of #FA61C1

#FA61C1
(250,97,193)
#E459B0
(228,89,176)
#CE519F
(206,81,159)
#B8498E
(184,73,142)
#A2417D
(162,65,125)
#8C396C
(140,57,108)
#76315B
(118,49,91)
#60294A
(96,41,74)
#4A2139
(74,33,57)
#341928
(52,25,40)
#1E1117
(30,17,23)
#000000
(0,0,0)

Tints of #FA61C1

#FA61C1
(250,97,193)
#FA6FC6
(250,111,198)
#FA7DCB
(250,125,203)
#FA8BD0
(250,139,208)
#FA99D5
(250,153,213)
#FAA7DA
(250,167,218)
#FAB5DF
(250,181,223)
#FAC3E4
(250,195,228)
#FAD1E9
(250,209,233)
#FADFEE
(250,223,238)
#FAEDF3
(250,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FA61C1; }

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

This text font color is #FA61C1.


Background Color

.myBgColor { background-color: #FA61C1; }

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

This div background color is #FA61C1.


Border color

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

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

This div border color is #FA61C1.


Opacity

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

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

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

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

This text has shadow with #FA61C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA61C1 on black background.


Color preview on white background

This text has color #FA61C1 on white background.



Black color preview on #FA61C1 background

This text has black color on #FA61C1 background.


White color preview on #FA61C1 background

This text has white color on #FA61C1 background.