COLOR #F7A5F0

HEX: #F7A5F0 RGB: (247,165,240)

Color info

#F7A5F0 contains mainly red and blue colors. Web safe color of #F7A5F0 is #FF99FF (or #F9F).

RGB color model

#F7A5F0 color RGB value is (247,165,240).

RGB: (247,165,240) (97%, 65%, 94%)

RGB channels and saturation

R 247 of 255 = 97%
G 165 of 255 = 65%
B 240 of 255 = 94%

247
165
240

R + G + B ~ 85%. #F7A5F0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 165 + 240 = 652 (100%)
R 247 of 652 ~ 37.88%
G 165 of 652 ~ 25.31%
B 240 of 652 ~ 36.81'%

%37.88
%25.31
%36.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.20%
  • yellow value is 2.83%
  • key color value is 3.14%

CMYK: (0,33,3,3)
C0M33Y3K3 (0%, 33%, 3%, 3%)
(0.00 / 0.33 / 0.03 / 0.03)

CMYK percentages

%0
%33.2
%2.83
%3.14

Codes

Color #F7A5F0 in popluar color models

F7 A5 F0
RGB 247 165 240
HSL 305° 83.67% 80.78%
HSB/HSV 305° 33.20% 96.86%
CMYK 0.00% 33.20% 2.83%
3.14%

Color #F7A5F0 in popluar number systems.

HEX F7 A5 F0
Decimal 247 165 240
Binary 11110111 10100101 11110000
Octal 367 245 360

Shades and tints

Shades of #F7A5F0

#F7A5F0
(247,165,240)
#E196DB
(225,150,219)
#CB87C6
(203,135,198)
#B578B1
(181,120,177)
#9F699C
(159,105,156)
#895A87
(137,90,135)
#734B72
(115,75,114)
#5D3C5D
(93,60,93)
#472D48
(71,45,72)
#311E33
(49,30,51)
#1B0F1E
(27,15,30)
#000000
(0,0,0)

Tints of #F7A5F0

#F7A5F0
(247,165,240)
#F7ADF1
(247,173,241)
#F7B5F2
(247,181,242)
#F7BDF3
(247,189,243)
#F7C5F4
(247,197,244)
#F7CDF5
(247,205,245)
#F7D5F6
(247,213,246)
#F7DDF7
(247,221,247)
#F7E5F8
(247,229,248)
#F7EDF9
(247,237,249)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7A5F0; }

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

This text font color is #F7A5F0.

Background Color

.myBgColor { background-color: #F7A5F0; }

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

This div background color is #F7A5F0.

Border color

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

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

This div border color is #F7A5F0.

Opacity

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

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

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

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

This text has shadow with #F7A5F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7A5F0.

Preview

Color preview on black background

This text has color #F7A5F0 on black background.


Color preview on white background

This text has color #F7A5F0 on white background.


Black color preview on #F7A5F0 background

This text has black color on #F7A5F0 background.


White color preview on #F7A5F0 background

This text has white color on #F7A5F0 background.


Related colors

Complementary color

Complementary color for #hex is #085A0F.


I love getcolorcode.com

Triadic colors

1 #F0F7A5 and #A5F0F7 with #F7A5F0 are triadic colors.

2 #F0A5F7 and #A5F7F0 with #F7A5F0 are triadic colors.