COLOR #F77BF5

HEX: #F77BF5
RGB: (247,123,245)

Color info

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

RGB color model

#F77BF5 color RGB value is (247,123,245).

  • red value is 247;
  • green value is 123;
  • blue value is 245.
RGB:
(247,123,245)
(97%,48%,96%)

RGB channels and saturation

R 247 of 255 = 97%
G 123 of 255 = 48%
B 245 of 255 = 96%

247
123
245

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

Portions of RGB colors in percentages

R + G + B =
247 + 123 + 245 = 615 (100%)
R 247 of 615 ~ 40.16%
G 123 of 615 ~ 20%
B 245 of 615 ~ 39.84%

%40.16
%20
%39.84

CMYK color model

#F77BF5 color CMYK value is (0,50,1,3).

  • cyan value is 0.00%
  • magenta value is 50.20%
  • yellow value is 0.81%
  • key color value is 3.14%
CMYK:
(0,50,1,3)
C0M50Y1K3 
(0%,50%,1%,3%)
(0.00/0.50/0.01/0.03)	

CMYK percentages

%0
%50.2
%0.81
%3.14

Codes

Color #F77BF5 in popluar color models

F77BF5
RGB247123245
HSL301°88.57%72.55%
HSB/HSV301°50.20%96.86%
CMYK0.00%50.20%0.81%
3.14%

Color #F77BF5 in popluar number systems.

HEXF77BF5
Decimal247123245
Binary11110111111101111110101
Octal367173365

Shades and tints

Shades of #F77BF5

#F77BF5
(247,123,245)
#E170DF
(225,112,223)
#CB65C9
(203,101,201)
#B55AB3
(181,90,179)
#9F4F9D
(159,79,157)
#894487
(137,68,135)
#733971
(115,57,113)
#5D2E5B
(93,46,91)
#472345
(71,35,69)
#31182F
(49,24,47)
#1B0D19
(27,13,25)
#000000
(0,0,0)

Tints of #F77BF5

#F77BF5
(247,123,245)
#F787F5
(247,135,245)
#F793F5
(247,147,245)
#F79FF5
(247,159,245)
#F7ABF5
(247,171,245)
#F7B7F5
(247,183,245)
#F7C3F5
(247,195,245)
#F7CFF5
(247,207,245)
#F7DBF5
(247,219,245)
#F7E7F5
(247,231,245)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F77BF5 color. Also use rgb(247,123,245) instead hex code.

Text Font Color

.myTextColor { color: #F77BF5; }

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

This text font color is #F77BF5.


Background Color

.myBgColor { background-color: #F77BF5; }

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

This div background color is #F77BF5.


Border color

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

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

This div border color is #F77BF5.


Opacity

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

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

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

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

This text has shadow with #F77BF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F77BF5 on black background.


Color preview on white background

This text has color #F77BF5 on white background.



Black color preview on #F77BF5 background

This text has black color on #F77BF5 background.


White color preview on #F77BF5 background

This text has white color on #F77BF5 background.