COLOR #F766EB

HEX: #F766EB
RGB: (247,102,235)

Color info

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

RGB color model

#F766EB color RGB value is (247,102,235).

  • red value is 247;
  • green value is 102;
  • blue value is 235.
RGB:
(247,102,235)
(97%,40%,92%)

RGB channels and saturation

R 247 of 255 = 97%
G 102 of 255 = 40%
B 235 of 255 = 92%

247
102
235

R + G + B ~ 76%. #F766EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 102 + 235 = 584 (100%)
R 247 of 584 ~ 42.29%
G 102 of 584 ~ 17.47%
B 235 of 584 ~ 40.24%

%42.29
%17.47
%40.24

CMYK color model

#F766EB color CMYK value is (0,59,5,3).

  • cyan value is 0.00%
  • magenta value is 58.70%
  • yellow value is 4.86%
  • key color value is 3.14%
CMYK:
(0,59,5,3)
C0M59Y5K3 
(0%,59%,5%,3%)
(0.00/0.59/0.05/0.03)	

CMYK percentages

%0
%58.7
%4.86
%3.14

Codes

Color #F766EB in popluar color models

F766EB
RGB247102235
HSL305°90.06%68.43%
HSB/HSV305°58.70%96.86%
CMYK0.00%58.70%4.86%
3.14%

Color #F766EB in popluar number systems.

HEXF766EB
Decimal247102235
Binary11110111110011011101011
Octal367146353

Shades and tints

Shades of #F766EB

#F766EB
(247,102,235)
#E15DD6
(225,93,214)
#CB54C1
(203,84,193)
#B54BAC
(181,75,172)
#9F4297
(159,66,151)
#893982
(137,57,130)
#73306D
(115,48,109)
#5D2758
(93,39,88)
#471E43
(71,30,67)
#31152E
(49,21,46)
#1B0C19
(27,12,25)
#000000
(0,0,0)

Tints of #F766EB

#F766EB
(247,102,235)
#F773EC
(247,115,236)
#F780ED
(247,128,237)
#F78DEE
(247,141,238)
#F79AEF
(247,154,239)
#F7A7F0
(247,167,240)
#F7B4F1
(247,180,241)
#F7C1F2
(247,193,242)
#F7CEF3
(247,206,243)
#F7DBF4
(247,219,244)
#F7E8F5
(247,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F766EB color. Also use rgb(247,102,235) instead hex code.

Text Font Color

.myTextColor { color: #F766EB; }

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

This text font color is #F766EB.


Background Color

.myBgColor { background-color: #F766EB; }

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

This div background color is #F766EB.


Border color

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

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

This div border color is #F766EB.


Opacity

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

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

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

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

This text has shadow with #F766EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F766EB on black background.


Color preview on white background

This text has color #F766EB on white background.



Black color preview on #F766EB background

This text has black color on #F766EB background.


White color preview on #F766EB background

This text has white color on #F766EB background.