COLOR #F487AC

HEX: #F487AC
RGB: (244,135,172)

Color info

#F487AC contains mainly red color. Web safe color of #F487AC is #FF9999 (or #F99).

RGB color model

#F487AC color RGB value is (244,135,172).

  • red value is 244;
  • green value is 135;
  • blue value is 172.
RGB:
(244,135,172)
(96%,53%,67%)

RGB channels and saturation

R 244 of 255 = 96%
G 135 of 255 = 53%
B 172 of 255 = 67%

244
135
172

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

Portions of RGB colors in percentages

R + G + B =
244 + 135 + 172 = 551 (100%)
R 244 of 551 ~ 44.28%
G 135 of 551 ~ 24.5%
B 172 of 551 ~ 31.22%

%44.28
%24.5
%31.22

CMYK color model

#F487AC color CMYK value is (0,45,30,4).

  • cyan value is 0.00%
  • magenta value is 44.67%
  • yellow value is 29.51%
  • key color value is 4.31%
CMYK:
(0,45,30,4)
C0M45Y30K4 
(0%,45%,30%,4%)
(0.00/0.45/0.30/0.04)	

CMYK percentages

%0
%44.67
%29.51
%4.31

Codes

Color #F487AC in popluar color models

F487AC
RGB244135172
HSL340°83.21%74.31%
HSB/HSV340°44.67%95.69%
CMYK0.00%44.67%29.51%
4.31%

Color #F487AC in popluar number systems.

HEXF487AC
Decimal244135172
Binary111101001000011110101100
Octal364207254

Shades and tints

Shades of #F487AC

#F487AC
(244,135,172)
#DE7B9D
(222,123,157)
#C86F8E
(200,111,142)
#B2637F
(178,99,127)
#9C5770
(156,87,112)
#864B61
(134,75,97)
#703F52
(112,63,82)
#5A3343
(90,51,67)
#442734
(68,39,52)
#2E1B25
(46,27,37)
#180F16
(24,15,22)
#000000
(0,0,0)

Tints of #F487AC

#F487AC
(244,135,172)
#F591B3
(245,145,179)
#F69BBA
(246,155,186)
#F7A5C1
(247,165,193)
#F8AFC8
(248,175,200)
#F9B9CF
(249,185,207)
#FAC3D6
(250,195,214)
#FBCDDD
(251,205,221)
#FCD7E4
(252,215,228)
#FDE1EB
(253,225,235)
#FEEBF2
(254,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F487AC color. Also use rgb(244,135,172) instead hex code.

Text Font Color

.myTextColor { color: #F487AC; }

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

This text font color is #F487AC.


Background Color

.myBgColor { background-color: #F487AC; }

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

This div background color is #F487AC.


Border color

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

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

This div border color is #F487AC.


Opacity

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

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

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

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

This text has shadow with #F487AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F487AC on black background.


Color preview on white background

This text has color #F487AC on white background.



Black color preview on #F487AC background

This text has black color on #F487AC background.


White color preview on #F487AC background

This text has white color on #F487AC background.