COLOR #F77FEF

HEX: #F77FEF
RGB: (247,127,239)

Color info

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

RGB color model

#F77FEF color RGB value is (247,127,239).

  • red value is 247;
  • green value is 127;
  • blue value is 239.
RGB:
(247,127,239)
(97%,50%,94%)

RGB channels and saturation

R 247 of 255 = 97%
G 127 of 255 = 50%
B 239 of 255 = 94%

247
127
239

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

Portions of RGB colors in percentages

R + G + B =
247 + 127 + 239 = 613 (100%)
R 247 of 613 ~ 40.29%
G 127 of 613 ~ 20.72%
B 239 of 613 ~ 38.99%

%40.29
%20.72
%38.99

CMYK color model

#F77FEF color CMYK value is (0,49,3,3).

  • cyan value is 0.00%
  • magenta value is 48.58%
  • yellow value is 3.24%
  • key color value is 3.14%
CMYK:
(0,49,3,3)
C0M49Y3K3 
(0%,49%,3%,3%)
(0.00/0.49/0.03/0.03)	

CMYK percentages

%0
%48.58
%3.24
%3.14

Codes

Color #F77FEF in popluar color models

F77FEF
RGB247127239
HSL304°88.24%73.33%
HSB/HSV304°48.58%96.86%
CMYK0.00%48.58%3.24%
3.14%

Color #F77FEF in popluar number systems.

HEXF77FEF
Decimal247127239
Binary11110111111111111101111
Octal367177357

Shades and tints

Shades of #F77FEF

#F77FEF
(247,127,239)
#E174DA
(225,116,218)
#CB69C5
(203,105,197)
#B55EB0
(181,94,176)
#9F539B
(159,83,155)
#894886
(137,72,134)
#733D71
(115,61,113)
#5D325C
(93,50,92)
#472747
(71,39,71)
#311C32
(49,28,50)
#1B111D
(27,17,29)
#000000
(0,0,0)

Tints of #F77FEF

#F77FEF
(247,127,239)
#F78AF0
(247,138,240)
#F795F1
(247,149,241)
#F7A0F2
(247,160,242)
#F7ABF3
(247,171,243)
#F7B6F4
(247,182,244)
#F7C1F5
(247,193,245)
#F7CCF6
(247,204,246)
#F7D7F7
(247,215,247)
#F7E2F8
(247,226,248)
#F7EDF9
(247,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F77FEF color. Also use rgb(247,127,239) instead hex code.

Text Font Color

.myTextColor { color: #F77FEF; }

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

This text font color is #F77FEF.


Background Color

.myBgColor { background-color: #F77FEF; }

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

This div background color is #F77FEF.


Border color

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

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

This div border color is #F77FEF.


Opacity

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

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

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

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

This text has shadow with #F77FEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F77FEF on black background.


Color preview on white background

This text has color #F77FEF on white background.



Black color preview on #F77FEF background

This text has black color on #F77FEF background.


White color preview on #F77FEF background

This text has white color on #F77FEF background.