COLOR #F77AE1

HEX: #F77AE1
RGB: (247,122,225)

Color info

#F77AE1 contains mainly red and blue colors. Web safe color of #F77AE1 is #FF66CC (or #F6C).

RGB color model

#F77AE1 color RGB value is (247,122,225).

  • red value is 247;
  • green value is 122;
  • blue value is 225.
RGB:
(247,122,225)
(97%,48%,88%)

RGB channels and saturation

R 247 of 255 = 97%
G 122 of 255 = 48%
B 225 of 255 = 88%

247
122
225

R + G + B ~ 78%. #F77AE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 122 + 225 = 594 (100%)
R 247 of 594 ~ 41.58%
G 122 of 594 ~ 20.54%
B 225 of 594 ~ 37.88%

%41.58
%20.54
%37.88

CMYK color model

#F77AE1 color CMYK value is (0,51,9,3).

  • cyan value is 0.00%
  • magenta value is 50.61%
  • yellow value is 8.91%
  • key color value is 3.14%
CMYK:
(0,51,9,3)
C0M51Y9K3 
(0%,51%,9%,3%)
(0.00/0.51/0.09/0.03)	

CMYK percentages

%0
%50.61
%8.91
%3.14

Codes

Color #F77AE1 in popluar color models

F77AE1
RGB247122225
HSL311°88.65%72.35%
HSB/HSV311°50.61%96.86%
CMYK0.00%50.61%8.91%
3.14%

Color #F77AE1 in popluar number systems.

HEXF77AE1
Decimal247122225
Binary11110111111101011100001
Octal367172341

Shades and tints

Shades of #F77AE1

#F77AE1
(247,122,225)
#E16FCD
(225,111,205)
#CB64B9
(203,100,185)
#B559A5
(181,89,165)
#9F4E91
(159,78,145)
#89437D
(137,67,125)
#733869
(115,56,105)
#5D2D55
(93,45,85)
#472241
(71,34,65)
#31172D
(49,23,45)
#1B0C19
(27,12,25)
#000000
(0,0,0)

Tints of #F77AE1

#F77AE1
(247,122,225)
#F786E3
(247,134,227)
#F792E5
(247,146,229)
#F79EE7
(247,158,231)
#F7AAE9
(247,170,233)
#F7B6EB
(247,182,235)
#F7C2ED
(247,194,237)
#F7CEEF
(247,206,239)
#F7DAF1
(247,218,241)
#F7E6F3
(247,230,243)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F77AE1 color. Also use rgb(247,122,225) instead hex code.

Text Font Color

.myTextColor { color: #F77AE1; }

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

This text font color is #F77AE1.


Background Color

.myBgColor { background-color: #F77AE1; }

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

This div background color is #F77AE1.


Border color

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

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

This div border color is #F77AE1.


Opacity

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

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

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

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

This text has shadow with #F77AE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F77AE1 on black background.


Color preview on white background

This text has color #F77AE1 on white background.



Black color preview on #F77AE1 background

This text has black color on #F77AE1 background.


White color preview on #F77AE1 background

This text has white color on #F77AE1 background.