COLOR #F873E1

HEX: #F873E1
RGB: (248,115,225)

Color info

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

RGB color model

#F873E1 color RGB value is (248,115,225).

  • red value is 248;
  • green value is 115;
  • blue value is 225.
RGB:
(248,115,225)
(97%,45%,88%)

RGB channels and saturation

R 248 of 255 = 97%
G 115 of 255 = 45%
B 225 of 255 = 88%

248
115
225

R + G + B ~ 77%. #F873E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 115 + 225 = 588 (100%)
R 248 of 588 ~ 42.18%
G 115 of 588 ~ 19.56%
B 225 of 588 ~ 38.27%

%42.18
%19.56
%38.27

CMYK color model

#F873E1 color CMYK value is (0,54,9,3).

  • cyan value is 0.00%
  • magenta value is 53.63%
  • yellow value is 9.27%
  • key color value is 2.75%
CMYK:
(0,54,9,3)
C0M54Y9K3 
(0%,54%,9%,3%)
(0.00/0.54/0.09/0.03)	

CMYK percentages

%0
%53.63
%9.27
%2.75

Codes

Color #F873E1 in popluar color models

F873E1
RGB248115225
HSL310°90.48%71.18%
HSB/HSV310°53.63%97.25%
CMYK0.00%53.63%9.27%
2.75%

Color #F873E1 in popluar number systems.

HEXF873E1
Decimal248115225
Binary11111000111001111100001
Octal370163341

Shades and tints

Shades of #F873E1

#F873E1
(248,115,225)
#E269CD
(226,105,205)
#CC5FB9
(204,95,185)
#B655A5
(182,85,165)
#A04B91
(160,75,145)
#8A417D
(138,65,125)
#743769
(116,55,105)
#5E2D55
(94,45,85)
#482341
(72,35,65)
#32192D
(50,25,45)
#1C0F19
(28,15,25)
#000000
(0,0,0)

Tints of #F873E1

#F873E1
(248,115,225)
#F87FE3
(248,127,227)
#F88BE5
(248,139,229)
#F897E7
(248,151,231)
#F8A3E9
(248,163,233)
#F8AFEB
(248,175,235)
#F8BBED
(248,187,237)
#F8C7EF
(248,199,239)
#F8D3F1
(248,211,241)
#F8DFF3
(248,223,243)
#F8EBF5
(248,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F873E1 color. Also use rgb(248,115,225) instead hex code.

Text Font Color

.myTextColor { color: #F873E1; }

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

This text font color is #F873E1.


Background Color

.myBgColor { background-color: #F873E1; }

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

This div background color is #F873E1.


Border color

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

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

This div border color is #F873E1.


Opacity

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

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

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

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

This text has shadow with #F873E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F873E1 on black background.


Color preview on white background

This text has color #F873E1 on white background.



Black color preview on #F873E1 background

This text has black color on #F873E1 background.


White color preview on #F873E1 background

This text has white color on #F873E1 background.