COLOR #F767CA

HEX: #F767CA
RGB: (247,103,202)

Color info

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

RGB color model

#F767CA color RGB value is (247,103,202).

  • red value is 247;
  • green value is 103;
  • blue value is 202.
RGB:
(247,103,202)
(97%,40%,79%)

RGB channels and saturation

R 247 of 255 = 97%
G 103 of 255 = 40%
B 202 of 255 = 79%

247
103
202

R + G + B ~ 72%. #F767CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 103 + 202 = 552 (100%)
R 247 of 552 ~ 44.75%
G 103 of 552 ~ 18.66%
B 202 of 552 ~ 36.59%

%44.75
%18.66
%36.59

CMYK color model

#F767CA color CMYK value is (0,58,18,3).

  • cyan value is 0.00%
  • magenta value is 58.30%
  • yellow value is 18.22%
  • key color value is 3.14%
CMYK:
(0,58,18,3)
C0M58Y18K3 
(0%,58%,18%,3%)
(0.00/0.58/0.18/0.03)	

CMYK percentages

%0
%58.3
%18.22
%3.14

Codes

Color #F767CA in popluar color models

F767CA
RGB247103202
HSL319°90.00%68.63%
HSB/HSV319°58.30%96.86%
CMYK0.00%58.30%18.22%
3.14%

Color #F767CA in popluar number systems.

HEXF767CA
Decimal247103202
Binary11110111110011111001010
Octal367147312

Shades and tints

Shades of #F767CA

#F767CA
(247,103,202)
#E15EB8
(225,94,184)
#CB55A6
(203,85,166)
#B54C94
(181,76,148)
#9F4382
(159,67,130)
#893A70
(137,58,112)
#73315E
(115,49,94)
#5D284C
(93,40,76)
#471F3A
(71,31,58)
#311628
(49,22,40)
#1B0D16
(27,13,22)
#000000
(0,0,0)

Tints of #F767CA

#F767CA
(247,103,202)
#F774CE
(247,116,206)
#F781D2
(247,129,210)
#F78ED6
(247,142,214)
#F79BDA
(247,155,218)
#F7A8DE
(247,168,222)
#F7B5E2
(247,181,226)
#F7C2E6
(247,194,230)
#F7CFEA
(247,207,234)
#F7DCEE
(247,220,238)
#F7E9F2
(247,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F767CA color. Also use rgb(247,103,202) instead hex code.

Text Font Color

.myTextColor { color: #F767CA; }

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

This text font color is #F767CA.


Background Color

.myBgColor { background-color: #F767CA; }

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

This div background color is #F767CA.


Border color

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

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

This div border color is #F767CA.


Opacity

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

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

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

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

This text has shadow with #F767CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F767CA on black background.


Color preview on white background

This text has color #F767CA on white background.



Black color preview on #F767CA background

This text has black color on #F767CA background.


White color preview on #F767CA background

This text has white color on #F767CA background.