COLOR #F487DA

HEX: #F487DA
RGB: (244,135,218)

Color info

#F487DA contains mainly red and blue colors. Web safe color of #F487DA is #FF99CC (or #F9C).

RGB color model

#F487DA color RGB value is (244,135,218).

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

RGB channels and saturation

R 244 of 255 = 96%
G 135 of 255 = 53%
B 218 of 255 = 85%

244
135
218

R + G + B ~ 78%. #F487DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 135 + 218 = 597 (100%)
R 244 of 597 ~ 40.87%
G 135 of 597 ~ 22.61%
B 218 of 597 ~ 36.52%

%40.87
%22.61
%36.52

CMYK color model

#F487DA color CMYK value is (0,45,11,4).

  • cyan value is 0.00%
  • magenta value is 44.67%
  • yellow value is 10.66%
  • key color value is 4.31%
CMYK:
(0,45,11,4)
C0M45Y11K4 
(0%,45%,11%,4%)
(0.00/0.45/0.11/0.04)	

CMYK percentages

%0
%44.67
%10.66
%4.31

Codes

Color #F487DA in popluar color models

F487DA
RGB244135218
HSL314°83.21%74.31%
HSB/HSV314°44.67%95.69%
CMYK0.00%44.67%10.66%
4.31%

Color #F487DA in popluar number systems.

HEXF487DA
Decimal244135218
Binary111101001000011111011010
Octal364207332

Shades and tints

Shades of #F487DA

#F487DA
(244,135,218)
#DE7BC7
(222,123,199)
#C86FB4
(200,111,180)
#B263A1
(178,99,161)
#9C578E
(156,87,142)
#864B7B
(134,75,123)
#703F68
(112,63,104)
#5A3355
(90,51,85)
#442742
(68,39,66)
#2E1B2F
(46,27,47)
#180F1C
(24,15,28)
#000000
(0,0,0)

Tints of #F487DA

#F487DA
(244,135,218)
#F591DD
(245,145,221)
#F69BE0
(246,155,224)
#F7A5E3
(247,165,227)
#F8AFE6
(248,175,230)
#F9B9E9
(249,185,233)
#FAC3EC
(250,195,236)
#FBCDEF
(251,205,239)
#FCD7F2
(252,215,242)
#FDE1F5
(253,225,245)
#FEEBF8
(254,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F487DA; }

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

This text font color is #F487DA.


Background Color

.myBgColor { background-color: #F487DA; }

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

This div background color is #F487DA.


Border color

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

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

This div border color is #F487DA.


Opacity

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

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

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

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

This text has shadow with #F487DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F487DA on black background.


Color preview on white background

This text has color #F487DA on white background.



Black color preview on #F487DA background

This text has black color on #F487DA background.


White color preview on #F487DA background

This text has white color on #F487DA background.