COLOR #FA6CC7

HEX: #FA6CC7
RGB: (250,108,199)

Color info

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

RGB color model

#FA6CC7 color RGB value is (250,108,199).

  • red value is 250;
  • green value is 108;
  • blue value is 199.
RGB:
(250,108,199)
(98%,42%,78%)

RGB channels and saturation

R 250 of 255 = 98%
G 108 of 255 = 42%
B 199 of 255 = 78%

250
108
199

R + G + B ~ 73%. #FA6CC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 108 + 199 = 557 (100%)
R 250 of 557 ~ 44.88%
G 108 of 557 ~ 19.39%
B 199 of 557 ~ 35.73%

%44.88
%19.39
%35.73

CMYK color model

#FA6CC7 color CMYK value is (0,57,20,2).

  • cyan value is 0.00%
  • magenta value is 56.80%
  • yellow value is 20.40%
  • key color value is 1.96%
CMYK:
(0,57,20,2)
C0M57Y20K2 
(0%,57%,20%,2%)
(0.00/0.57/0.20/0.02)	

CMYK percentages

%0
%56.8
%20.4
%1.96

Codes

Color #FA6CC7 in popluar color models

FA6CC7
RGB250108199
HSL322°93.42%70.20%
HSB/HSV322°56.80%98.04%
CMYK0.00%56.80%20.40%
1.96%

Color #FA6CC7 in popluar number systems.

HEXFA6CC7
Decimal250108199
Binary11111010110110011000111
Octal372154307

Shades and tints

Shades of #FA6CC7

#FA6CC7
(250,108,199)
#E463B5
(228,99,181)
#CE5AA3
(206,90,163)
#B85191
(184,81,145)
#A2487F
(162,72,127)
#8C3F6D
(140,63,109)
#76365B
(118,54,91)
#602D49
(96,45,73)
#4A2437
(74,36,55)
#341B25
(52,27,37)
#1E1213
(30,18,19)
#000000
(0,0,0)

Tints of #FA6CC7

#FA6CC7
(250,108,199)
#FA79CC
(250,121,204)
#FA86D1
(250,134,209)
#FA93D6
(250,147,214)
#FAA0DB
(250,160,219)
#FAADE0
(250,173,224)
#FABAE5
(250,186,229)
#FAC7EA
(250,199,234)
#FAD4EF
(250,212,239)
#FAE1F4
(250,225,244)
#FAEEF9
(250,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA6CC7 color. Also use rgb(250,108,199) instead hex code.

Text Font Color

.myTextColor { color: #FA6CC7; }

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

This text font color is #FA6CC7.


Background Color

.myBgColor { background-color: #FA6CC7; }

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

This div background color is #FA6CC7.


Border color

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

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

This div border color is #FA6CC7.


Opacity

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

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

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

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

This text has shadow with #FA6CC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA6CC7 on black background.


Color preview on white background

This text has color #FA6CC7 on white background.



Black color preview on #FA6CC7 background

This text has black color on #FA6CC7 background.


White color preview on #FA6CC7 background

This text has white color on #FA6CC7 background.