COLOR #F77CDA

HEX: #F77CDA
RGB: (247,124,218)

Color info

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

RGB color model

#F77CDA color RGB value is (247,124,218).

  • red value is 247;
  • green value is 124;
  • blue value is 218.
RGB:
(247,124,218)
(97%,49%,85%)

RGB channels and saturation

R 247 of 255 = 97%
G 124 of 255 = 49%
B 218 of 255 = 85%

247
124
218

R + G + B ~ 77%. #F77CDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 124 + 218 = 589 (100%)
R 247 of 589 ~ 41.94%
G 124 of 589 ~ 21.05%
B 218 of 589 ~ 37.01%

%41.94
%21.05
%37.01

CMYK color model

#F77CDA color CMYK value is (0,50,12,3).

  • cyan value is 0.00%
  • magenta value is 49.80%
  • yellow value is 11.74%
  • key color value is 3.14%
CMYK:
(0,50,12,3)
C0M50Y12K3 
(0%,50%,12%,3%)
(0.00/0.50/0.12/0.03)	

CMYK percentages

%0
%49.8
%11.74
%3.14

Codes

Color #F77CDA in popluar color models

F77CDA
RGB247124218
HSL314°88.49%72.75%
HSB/HSV314°49.80%96.86%
CMYK0.00%49.80%11.74%
3.14%

Color #F77CDA in popluar number systems.

HEXF77CDA
Decimal247124218
Binary11110111111110011011010
Octal367174332

Shades and tints

Shades of #F77CDA

#F77CDA
(247,124,218)
#E171C7
(225,113,199)
#CB66B4
(203,102,180)
#B55BA1
(181,91,161)
#9F508E
(159,80,142)
#89457B
(137,69,123)
#733A68
(115,58,104)
#5D2F55
(93,47,85)
#472442
(71,36,66)
#31192F
(49,25,47)
#1B0E1C
(27,14,28)
#000000
(0,0,0)

Tints of #F77CDA

#F77CDA
(247,124,218)
#F787DD
(247,135,221)
#F792E0
(247,146,224)
#F79DE3
(247,157,227)
#F7A8E6
(247,168,230)
#F7B3E9
(247,179,233)
#F7BEEC
(247,190,236)
#F7C9EF
(247,201,239)
#F7D4F2
(247,212,242)
#F7DFF5
(247,223,245)
#F7EAF8
(247,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F77CDA color. Also use rgb(247,124,218) instead hex code.

Text Font Color

.myTextColor { color: #F77CDA; }

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

This text font color is #F77CDA.


Background Color

.myBgColor { background-color: #F77CDA; }

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

This div background color is #F77CDA.


Border color

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

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

This div border color is #F77CDA.


Opacity

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

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

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

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

This text has shadow with #F77CDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F77CDA on black background.


Color preview on white background

This text has color #F77CDA on white background.



Black color preview on #F77CDA background

This text has black color on #F77CDA background.


White color preview on #F77CDA background

This text has white color on #F77CDA background.