COLOR #FA69C6

HEX: #FA69C6
RGB: (250,105,198)

Color info

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

RGB color model

#FA69C6 color RGB value is (250,105,198).

  • red value is 250;
  • green value is 105;
  • blue value is 198.
RGB:
(250,105,198)
(98%,41%,78%)

RGB channels and saturation

R 250 of 255 = 98%
G 105 of 255 = 41%
B 198 of 255 = 78%

250
105
198

R + G + B ~ 72%. #FA69C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 105 + 198 = 553 (100%)
R 250 of 553 ~ 45.21%
G 105 of 553 ~ 18.99%
B 198 of 553 ~ 35.8%

%45.21
%18.99
%35.8

CMYK color model

#FA69C6 color CMYK value is (0,58,21,2).

  • cyan value is 0.00%
  • magenta value is 58.00%
  • yellow value is 20.80%
  • key color value is 1.96%
CMYK:
(0,58,21,2)
C0M58Y21K2 
(0%,58%,21%,2%)
(0.00/0.58/0.21/0.02)	

CMYK percentages

%0
%58
%20.8
%1.96

Codes

Color #FA69C6 in popluar color models

FA69C6
RGB250105198
HSL322°93.55%69.61%
HSB/HSV322°58.00%98.04%
CMYK0.00%58.00%20.80%
1.96%

Color #FA69C6 in popluar number systems.

HEXFA69C6
Decimal250105198
Binary11111010110100111000110
Octal372151306

Shades and tints

Shades of #FA69C6

#FA69C6
(250,105,198)
#E460B4
(228,96,180)
#CE57A2
(206,87,162)
#B84E90
(184,78,144)
#A2457E
(162,69,126)
#8C3C6C
(140,60,108)
#76335A
(118,51,90)
#602A48
(96,42,72)
#4A2136
(74,33,54)
#341824
(52,24,36)
#1E0F12
(30,15,18)
#000000
(0,0,0)

Tints of #FA69C6

#FA69C6
(250,105,198)
#FA76CB
(250,118,203)
#FA83D0
(250,131,208)
#FA90D5
(250,144,213)
#FA9DDA
(250,157,218)
#FAAADF
(250,170,223)
#FAB7E4
(250,183,228)
#FAC4E9
(250,196,233)
#FAD1EE
(250,209,238)
#FADEF3
(250,222,243)
#FAEBF8
(250,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA69C6 color. Also use rgb(250,105,198) instead hex code.

Text Font Color

.myTextColor { color: #FA69C6; }

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

This text font color is #FA69C6.


Background Color

.myBgColor { background-color: #FA69C6; }

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

This div background color is #FA69C6.


Border color

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

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

This div border color is #FA69C6.


Opacity

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

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

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

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

This text has shadow with #FA69C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA69C6 on black background.


Color preview on white background

This text has color #FA69C6 on white background.



Black color preview on #FA69C6 background

This text has black color on #FA69C6 background.


White color preview on #FA69C6 background

This text has white color on #FA69C6 background.