COLOR #F746AC

HEX: #F746AC
RGB: (247,70,172)

Color info

#F746AC contains mainly red color. Web safe color of #F746AC is #FF3399 (or #F39).

RGB color model

#F746AC color RGB value is (247,70,172).

  • red value is 247;
  • green value is 70;
  • blue value is 172.
RGB:
(247,70,172)
(97%,27%,67%)

RGB channels and saturation

R 247 of 255 = 97%
G 70 of 255 = 27%
B 172 of 255 = 67%

247
70
172

R + G + B ~ 64%. #F746AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 70 + 172 = 489 (100%)
R 247 of 489 ~ 50.51%
G 70 of 489 ~ 14.31%
B 172 of 489 ~ 35.17%

%50.51
%14.31
%35.17

CMYK color model

#F746AC color CMYK value is (0,72,30,3).

  • cyan value is 0.00%
  • magenta value is 71.66%
  • yellow value is 30.36%
  • key color value is 3.14%
CMYK:
(0,72,30,3)
C0M72Y30K3 
(0%,72%,30%,3%)
(0.00/0.72/0.30/0.03)	

CMYK percentages

%0
%71.66
%30.36
%3.14

Codes

Color #F746AC in popluar color models

F746AC
RGB24770172
HSL325°91.71%62.16%
HSB/HSV325°71.66%96.86%
CMYK0.00%71.66%30.36%
3.14%

Color #F746AC in popluar number systems.

HEXF746AC
Decimal24770172
Binary11110111100011010101100
Octal367106254

Shades and tints

Shades of #F746AC

#F746AC
(247,70,172)
#E1409D
(225,64,157)
#CB3A8E
(203,58,142)
#B5347F
(181,52,127)
#9F2E70
(159,46,112)
#892861
(137,40,97)
#732252
(115,34,82)
#5D1C43
(93,28,67)
#471634
(71,22,52)
#311025
(49,16,37)
#1B0A16
(27,10,22)
#000000
(0,0,0)

Tints of #F746AC

#F746AC
(247,70,172)
#F756B3
(247,86,179)
#F766BA
(247,102,186)
#F776C1
(247,118,193)
#F786C8
(247,134,200)
#F796CF
(247,150,207)
#F7A6D6
(247,166,214)
#F7B6DD
(247,182,221)
#F7C6E4
(247,198,228)
#F7D6EB
(247,214,235)
#F7E6F2
(247,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F746AC color. Also use rgb(247,70,172) instead hex code.

Text Font Color

.myTextColor { color: #F746AC; }

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

This text font color is #F746AC.


Background Color

.myBgColor { background-color: #F746AC; }

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

This div background color is #F746AC.


Border color

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

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

This div border color is #F746AC.


Opacity

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

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

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

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

This text has shadow with #F746AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F746AC on black background.


Color preview on white background

This text has color #F746AC on white background.



Black color preview on #F746AC background

This text has black color on #F746AC background.


White color preview on #F746AC background

This text has white color on #F746AC background.