COLOR #F87DE9

HEX: #F87DE9
RGB: (248,125,233)

Color info

#F87DE9 contains mainly red and blue colors. Web safe color of #F87DE9 is #FF66FF (or #F6F).

RGB color model

#F87DE9 color RGB value is (248,125,233).

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

RGB channels and saturation

R 248 of 255 = 97%
G 125 of 255 = 49%
B 233 of 255 = 91%

248
125
233

R + G + B ~ 79%. #F87DE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 125 + 233 = 606 (100%)
R 248 of 606 ~ 40.92%
G 125 of 606 ~ 20.63%
B 233 of 606 ~ 38.45%

%40.92
%20.63
%38.45

CMYK color model

#F87DE9 color CMYK value is (0,50,6,3).

  • cyan value is 0.00%
  • magenta value is 49.60%
  • yellow value is 6.05%
  • key color value is 2.75%
CMYK:
(0,50,6,3)
C0M50Y6K3 
(0%,50%,6%,3%)
(0.00/0.50/0.06/0.03)	

CMYK percentages

%0
%49.6
%6.05
%2.75

Codes

Color #F87DE9 in popluar color models

F87DE9
RGB248125233
HSL307°89.78%73.14%
HSB/HSV307°49.60%97.25%
CMYK0.00%49.60%6.05%
2.75%

Color #F87DE9 in popluar number systems.

HEXF87DE9
Decimal248125233
Binary11111000111110111101001
Octal370175351

Shades and tints

Shades of #F87DE9

#F87DE9
(248,125,233)
#E272D4
(226,114,212)
#CC67BF
(204,103,191)
#B65CAA
(182,92,170)
#A05195
(160,81,149)
#8A4680
(138,70,128)
#743B6B
(116,59,107)
#5E3056
(94,48,86)
#482541
(72,37,65)
#321A2C
(50,26,44)
#1C0F17
(28,15,23)
#000000
(0,0,0)

Tints of #F87DE9

#F87DE9
(248,125,233)
#F888EB
(248,136,235)
#F893ED
(248,147,237)
#F89EEF
(248,158,239)
#F8A9F1
(248,169,241)
#F8B4F3
(248,180,243)
#F8BFF5
(248,191,245)
#F8CAF7
(248,202,247)
#F8D5F9
(248,213,249)
#F8E0FB
(248,224,251)
#F8EBFD
(248,235,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F87DE9; }

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

This text font color is #F87DE9.


Background Color

.myBgColor { background-color: #F87DE9; }

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

This div background color is #F87DE9.


Border color

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

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

This div border color is #F87DE9.


Opacity

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

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

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

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

This text has shadow with #F87DE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F87DE9 on black background.


Color preview on white background

This text has color #F87DE9 on white background.



Black color preview on #F87DE9 background

This text has black color on #F87DE9 background.


White color preview on #F87DE9 background

This text has white color on #F87DE9 background.