COLOR #F87DD3

HEX: #F87DD3
RGB: (248,125,211)

Color info

#F87DD3 contains mainly red and blue colors. Web safe color of #F87DD3 is #FF66CC (or #F6C).

RGB color model

#F87DD3 color RGB value is (248,125,211).

  • red value is 248;
  • green value is 125;
  • blue value is 211.
RGB:
(248,125,211)
(97%,49%,83%)

RGB channels and saturation

R 248 of 255 = 97%
G 125 of 255 = 49%
B 211 of 255 = 83%

248
125
211

R + G + B ~ 76%. #F87DD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 125 + 211 = 584 (100%)
R 248 of 584 ~ 42.47%
G 125 of 584 ~ 21.4%
B 211 of 584 ~ 36.13%

%42.47
%21.4
%36.13

CMYK color model

#F87DD3 color CMYK value is (0,50,15,3).

  • cyan value is 0.00%
  • magenta value is 49.60%
  • yellow value is 14.92%
  • key color value is 2.75%
CMYK:
(0,50,15,3)
C0M50Y15K3 
(0%,50%,15%,3%)
(0.00/0.50/0.15/0.03)	

CMYK percentages

%0
%49.6
%14.92
%2.75

Codes

Color #F87DD3 in popluar color models

F87DD3
RGB248125211
HSL318°89.78%73.14%
HSB/HSV318°49.60%97.25%
CMYK0.00%49.60%14.92%
2.75%

Color #F87DD3 in popluar number systems.

HEXF87DD3
Decimal248125211
Binary11111000111110111010011
Octal370175323

Shades and tints

Shades of #F87DD3

#F87DD3
(248,125,211)
#E272C0
(226,114,192)
#CC67AD
(204,103,173)
#B65C9A
(182,92,154)
#A05187
(160,81,135)
#8A4674
(138,70,116)
#743B61
(116,59,97)
#5E304E
(94,48,78)
#48253B
(72,37,59)
#321A28
(50,26,40)
#1C0F15
(28,15,21)
#000000
(0,0,0)

Tints of #F87DD3

#F87DD3
(248,125,211)
#F888D7
(248,136,215)
#F893DB
(248,147,219)
#F89EDF
(248,158,223)
#F8A9E3
(248,169,227)
#F8B4E7
(248,180,231)
#F8BFEB
(248,191,235)
#F8CAEF
(248,202,239)
#F8D5F3
(248,213,243)
#F8E0F7
(248,224,247)
#F8EBFB
(248,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F87DD3 color. Also use rgb(248,125,211) instead hex code.

Text Font Color

.myTextColor { color: #F87DD3; }

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

This text font color is #F87DD3.


Background Color

.myBgColor { background-color: #F87DD3; }

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

This div background color is #F87DD3.


Border color

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

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

This div border color is #F87DD3.


Opacity

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

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

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

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

This text has shadow with #F87DD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F87DD3 on black background.


Color preview on white background

This text has color #F87DD3 on white background.



Black color preview on #F87DD3 background

This text has black color on #F87DD3 background.


White color preview on #F87DD3 background

This text has white color on #F87DD3 background.