COLOR #FF71EB

HEX: #FF71EB RGB: (255,113,235)

Color info

#FF71EB contains mainly red and blue colors. Web safe color of #FF71EB is #FF66FF (or #F6F).

RGB color model

#FF71EB color RGB value is (255,113,235).

RGB: (255,113,235) (100%, 44%, 92%)

RGB channels and saturation

R 255 of 255 = 100%
G 113 of 255 = 44%
B 235 of 255 = 92%

255
113
235

R + G + B ~ 79%. #FF71EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 113 + 235 = 603 (100%)
R 255 of 603 ~ 42.29%
G 113 of 603 ~ 18.74%
B 235 of 603 ~ 38.97'%

%42.29
%18.74
%38.97

CMYK color model

#FF71EB color CMYK value is (0,56,8,0).

  • cyan value is 0.00%
  • magenta value is 55.69%
  • yellow value is 7.84%
  • key color value is 0.00%

CMYK: (0,56,8,0)
C0M56Y8K0 (0%, 56%, 8%, 0%)
(0.00 / 0.56 / 0.08 / 0.00)

CMYK percentages

%0
%55.69
%7.84
%0

Codes

Color #FF71EB in popluar color models

FF 71 EB
RGB 255 113 235
HSL 308° 100.00% 72.16%
HSB/HSV 308° 55.69% 100.00%
CMYK 0.00% 55.69% 7.84%
0.00%

Color #FF71EB in popluar number systems.

HEX FF 71 EB
Decimal 255 113 235
Binary 11111111 1110001 11101011
Octal 377 161 353

Shades and tints

Shades of #FF71EB

#FF71EB
(255,113,235)
#E867D6
(232,103,214)
#D15DC1
(209,93,193)
#BA53AC
(186,83,172)
#A34997
(163,73,151)
#8C3F82
(140,63,130)
#75356D
(117,53,109)
#5E2B58
(94,43,88)
#472143
(71,33,67)
#30172E
(48,23,46)
#190D19
(25,13,25)
#000000
(0,0,0)

Tints of #FF71EB

#FF71EB
(255,113,235)
#FF7DEC
(255,125,236)
#FF89ED
(255,137,237)
#FF95EE
(255,149,238)
#FFA1EF
(255,161,239)
#FFADF0
(255,173,240)
#FFB9F1
(255,185,241)
#FFC5F2
(255,197,242)
#FFD1F3
(255,209,243)
#FFDDF4
(255,221,244)
#FFE9F5
(255,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF71EB color. Also use rgb(255,113,235) instead hex code.

Text Font Color

.myTextColor { color: #FF71EB; }

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

This text font color is #FF71EB.

Background Color

.myBgColor { background-color: #FF71EB; }

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

This div background color is #FF71EB.

Border color

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

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

This div border color is #FF71EB.

Opacity

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

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

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

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

This text has shadow with #FF71EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FF71EB.

Preview

Color preview on black background

This text has color #FF71EB on black background.


Color preview on white background

This text has color #FF71EB on white background.


Black color preview on #FF71EB background

This text has black color on #FF71EB background.


White color preview on #FF71EB background

This text has white color on #FF71EB background.


Related colors

Complementary color

Complementary color for #hex is #008E14.


I love getcolorcode.com

Triadic colors

1 #EBFF71 and #71EBFF with #FF71EB are triadic colors.

2 #EB71FF and #71FFEB with #FF71EB are triadic colors.