COLOR #FE7FE7

HEX: #FE7FE7 RGB: (254,127,231)

Color info

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

RGB color model

#FE7FE7 color RGB value is (254,127,231).

RGB: (254,127,231) (100%, 50%, 91%)

RGB channels and saturation

R 254 of 255 = 100%
G 127 of 255 = 50%
B 231 of 255 = 91%

254
127
231

R + G + B ~ 80%. #FE7FE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 127 + 231 = 612 (100%)
R 254 of 612 ~ 41.5%
G 127 of 612 ~ 20.75%
B 231 of 612 ~ 37.75'%

%41.5
%20.75
%37.75

CMYK color model

#FE7FE7 color CMYK value is (0,50,9,0).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 9.06%
  • key color value is 0.39%

CMYK: (0,50,9,0)
C0M50Y9K0 (0%, 50%, 9%, 0%)
(0.00 / 0.50 / 0.09 / 0.00)

CMYK percentages

%0
%50
%9.06
%0.39

Codes

Color #FE7FE7 in popluar color models

FE 7F E7
RGB 254 127 231
HSL 311° 98.45% 74.71%
HSB/HSV 311° 50.00% 99.61%
CMYK 0.00% 50.00% 9.06%
0.39%

Color #FE7FE7 in popluar number systems.

HEX FE 7F E7
Decimal 254 127 231
Binary 11111110 1111111 11100111
Octal 376 177 347

Shades and tints

Shades of #FE7FE7

#FE7FE7
(254,127,231)
#E774D2
(231,116,210)
#D069BD
(208,105,189)
#B95EA8
(185,94,168)
#A25393
(162,83,147)
#8B487E
(139,72,126)
#743D69
(116,61,105)
#5D3254
(93,50,84)
#46273F
(70,39,63)
#2F1C2A
(47,28,42)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #FE7FE7

#FE7FE7
(254,127,231)
#FE8AE9
(254,138,233)
#FE95EB
(254,149,235)
#FEA0ED
(254,160,237)
#FEABEF
(254,171,239)
#FEB6F1
(254,182,241)
#FEC1F3
(254,193,243)
#FECCF5
(254,204,245)
#FED7F7
(254,215,247)
#FEE2F9
(254,226,249)
#FEEDFB
(254,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE7FE7 color. Also use rgb(254,127,231) instead hex code.

Text Font Color

.myTextColor { color: #FE7FE7; }

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

This text font color is #FE7FE7.

Background Color

.myBgColor { background-color: #FE7FE7; }

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

This div background color is #FE7FE7.

Border color

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

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

This div border color is #FE7FE7.

Opacity

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

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

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

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

This text has shadow with #FE7FE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FE7FE7.

Preview

Color preview on black background

This text has color #FE7FE7 on black background.


Color preview on white background

This text has color #FE7FE7 on white background.


Black color preview on #FE7FE7 background

This text has black color on #FE7FE7 background.


White color preview on #FE7FE7 background

This text has white color on #FE7FE7 background.


Related colors

Complementary color

Complementary color for #hex is #018018.


I love getcolorcode.com

Triadic colors

1 #E7FE7F and #7FE7FE with #FE7FE7 are triadic colors.

2 #E77FFE and #7FFEE7 with #FE7FE7 are triadic colors.