COLOR #FF6FA3

HEX: #FF6FA3
RGB: (255,111,163)

Color info

#FF6FA3 contains mainly red color. Web safe color of #FF6FA3 is #FF6699 (or #F69).

RGB color model

#FF6FA3 color RGB value is (255,111,163).

  • red value is 255;
  • green value is 111;
  • blue value is 163.
RGB:
(255,111,163)
(100%,44%,64%)

RGB channels and saturation

R 255 of 255 = 100%
G 111 of 255 = 44%
B 163 of 255 = 64%

255
111
163

R + G + B ~ 69%. #FF6FA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 111 + 163 = 529 (100%)
R 255 of 529 ~ 48.2%
G 111 of 529 ~ 20.98%
B 163 of 529 ~ 30.81%

%48.2
%20.98
%30.81

CMYK color model

#FF6FA3 color CMYK value is (0,56,36,0).

  • cyan value is 0.00%
  • magenta value is 56.47%
  • yellow value is 36.08%
  • key color value is 0.00%
CMYK:
(0,56,36,0)
C0M56Y36K0 
(0%,56%,36%,0%)
(0.00/0.56/0.36/0.00)	

CMYK percentages

%0
%56.47
%36.08
%0

Codes

Color #FF6FA3 in popluar color models

FF6FA3
RGB255111163
HSL338°100.00%71.76%
HSB/HSV338°56.47%100.00%
CMYK0.00%56.47%36.08%
0.00%

Color #FF6FA3 in popluar number systems.

HEXFF6FA3
Decimal255111163
Binary11111111110111110100011
Octal377157243

Shades and tints

Shades of #FF6FA3

#FF6FA3
(255,111,163)
#E86595
(232,101,149)
#D15B87
(209,91,135)
#BA5179
(186,81,121)
#A3476B
(163,71,107)
#8C3D5D
(140,61,93)
#75334F
(117,51,79)
#5E2941
(94,41,65)
#471F33
(71,31,51)
#301525
(48,21,37)
#190B17
(25,11,23)
#000000
(0,0,0)

Tints of #FF6FA3

#FF6FA3
(255,111,163)
#FF7CAB
(255,124,171)
#FF89B3
(255,137,179)
#FF96BB
(255,150,187)
#FFA3C3
(255,163,195)
#FFB0CB
(255,176,203)
#FFBDD3
(255,189,211)
#FFCADB
(255,202,219)
#FFD7E3
(255,215,227)
#FFE4EB
(255,228,235)
#FFF1F3
(255,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF6FA3 color. Also use rgb(255,111,163) instead hex code.

Text Font Color

.myTextColor { color: #FF6FA3; }

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

This text font color is #FF6FA3.


Background Color

.myBgColor { background-color: #FF6FA3; }

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

This div background color is #FF6FA3.


Border color

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

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

This div border color is #FF6FA3.


Opacity

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

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

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

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

This text has shadow with #FF6FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF6FA3 on black background.


Color preview on white background

This text has color #FF6FA3 on white background.



Black color preview on #FF6FA3 background

This text has black color on #FF6FA3 background.


White color preview on #FF6FA3 background

This text has white color on #FF6FA3 background.