COLOR #F717A5

HEX: #F717A5
RGB: (247,23,165)

Color info

#F717A5 contains mainly red color. Web safe color of #F717A5 is #FF0099 (or #F09).

RGB color model

#F717A5 color RGB value is (247,23,165).

  • red value is 247;
  • green value is 23;
  • blue value is 165.
RGB:
(247,23,165)
(97%,9%,65%)

RGB channels and saturation

R 247 of 255 = 97%
G 23 of 255 = 9%
B 165 of 255 = 65%

247
23
165

R + G + B ~ 57%. #F717A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
247 + 23 + 165 = 435 (100%)
R 247 of 435 ~ 56.78%
G 23 of 435 ~ 5.29%
B 165 of 435 ~ 37.93%

%56.78
%37.93

CMYK color model

#F717A5 color CMYK value is (0,91,33,3).

  • cyan value is 0.00%
  • magenta value is 90.69%
  • yellow value is 33.20%
  • key color value is 3.14%
CMYK:
(0,91,33,3)
C0M91Y33K3 
(0%,91%,33%,3%)
(0.00/0.91/0.33/0.03)	

CMYK percentages

%0
%90.69
%33.2
%3.14

Codes

Color #F717A5 in popluar color models

F717A5
RGB24723165
HSL322°93.33%52.94%
HSB/HSV322°90.69%96.86%
CMYK0.00%90.69%33.20%
3.14%

Color #F717A5 in popluar number systems.

HEXF717A5
Decimal24723165
Binary111101111011110100101
Octal36727245

Shades and tints

Shades of #F717A5

#F717A5
(247,23,165)
#E11596
(225,21,150)
#CB1387
(203,19,135)
#B51178
(181,17,120)
#9F0F69
(159,15,105)
#890D5A
(137,13,90)
#730B4B
(115,11,75)
#5D093C
(93,9,60)
#47072D
(71,7,45)
#31051E
(49,5,30)
#1B030F
(27,3,15)
#000000
(0,0,0)

Tints of #F717A5

#F717A5
(247,23,165)
#F72CAD
(247,44,173)
#F741B5
(247,65,181)
#F756BD
(247,86,189)
#F76BC5
(247,107,197)
#F780CD
(247,128,205)
#F795D5
(247,149,213)
#F7AADD
(247,170,221)
#F7BFE5
(247,191,229)
#F7D4ED
(247,212,237)
#F7E9F5
(247,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F717A5 color. Also use rgb(247,23,165) instead hex code.

Text Font Color

.myTextColor { color: #F717A5; }

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

This text font color is #F717A5.


Background Color

.myBgColor { background-color: #F717A5; }

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

This div background color is #F717A5.


Border color

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

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

This div border color is #F717A5.


Opacity

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

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

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

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

This text has shadow with #F717A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F717A5 on black background.


Color preview on white background

This text has color #F717A5 on white background.



Black color preview on #F717A5 background

This text has black color on #F717A5 background.


White color preview on #F717A5 background

This text has white color on #F717A5 background.