COLOR #FA72E6

HEX: #FA72E6
RGB: (250,114,230)

Color info

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

RGB color model

#FA72E6 color RGB value is (250,114,230).

  • red value is 250;
  • green value is 114;
  • blue value is 230.
RGB:
(250,114,230)
(98%,45%,90%)

RGB channels and saturation

R 250 of 255 = 98%
G 114 of 255 = 45%
B 230 of 255 = 90%

250
114
230

R + G + B ~ 78%. #FA72E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 114 + 230 = 594 (100%)
R 250 of 594 ~ 42.09%
G 114 of 594 ~ 19.19%
B 230 of 594 ~ 38.72%

%42.09
%19.19
%38.72

CMYK color model

#FA72E6 color CMYK value is (0,54,8,2).

  • cyan value is 0.00%
  • magenta value is 54.40%
  • yellow value is 8.00%
  • key color value is 1.96%
CMYK:
(0,54,8,2)
C0M54Y8K2 
(0%,54%,8%,2%)
(0.00/0.54/0.08/0.02)	

CMYK percentages

%0
%54.4
%8
%1.96

Codes

Color #FA72E6 in popluar color models

FA72E6
RGB250114230
HSL309°93.15%71.37%
HSB/HSV309°54.40%98.04%
CMYK0.00%54.40%8.00%
1.96%

Color #FA72E6 in popluar number systems.

HEXFA72E6
Decimal250114230
Binary11111010111001011100110
Octal372162346

Shades and tints

Shades of #FA72E6

#FA72E6
(250,114,230)
#E468D2
(228,104,210)
#CE5EBE
(206,94,190)
#B854AA
(184,84,170)
#A24A96
(162,74,150)
#8C4082
(140,64,130)
#76366E
(118,54,110)
#602C5A
(96,44,90)
#4A2246
(74,34,70)
#341832
(52,24,50)
#1E0E1E
(30,14,30)
#000000
(0,0,0)

Tints of #FA72E6

#FA72E6
(250,114,230)
#FA7EE8
(250,126,232)
#FA8AEA
(250,138,234)
#FA96EC
(250,150,236)
#FAA2EE
(250,162,238)
#FAAEF0
(250,174,240)
#FABAF2
(250,186,242)
#FAC6F4
(250,198,244)
#FAD2F6
(250,210,246)
#FADEF8
(250,222,248)
#FAEAFA
(250,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA72E6 color. Also use rgb(250,114,230) instead hex code.

Text Font Color

.myTextColor { color: #FA72E6; }

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

This text font color is #FA72E6.


Background Color

.myBgColor { background-color: #FA72E6; }

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

This div background color is #FA72E6.


Border color

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

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

This div border color is #FA72E6.


Opacity

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

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

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

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

This text has shadow with #FA72E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA72E6 on black background.


Color preview on white background

This text has color #FA72E6 on white background.



Black color preview on #FA72E6 background

This text has black color on #FA72E6 background.


White color preview on #FA72E6 background

This text has white color on #FA72E6 background.