COLOR #F084E1

HEX: #F084E1
RGB: (240,132,225)

Color info

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

RGB color model

#F084E1 color RGB value is (240,132,225).

  • red value is 240;
  • green value is 132;
  • blue value is 225.
RGB:
(240,132,225)
(94%,52%,88%)

RGB channels and saturation

R 240 of 255 = 94%
G 132 of 255 = 52%
B 225 of 255 = 88%

240
132
225

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

Portions of RGB colors in percentages

R + G + B =
240 + 132 + 225 = 597 (100%)
R 240 of 597 ~ 40.2%
G 132 of 597 ~ 22.11%
B 225 of 597 ~ 37.69%

%40.2
%22.11
%37.69

CMYK color model

#F084E1 color CMYK value is (0,45,6,6).

  • cyan value is 0.00%
  • magenta value is 45.00%
  • yellow value is 6.25%
  • key color value is 5.88%
CMYK:
(0,45,6,6)
C0M45Y6K6 
(0%,45%,6%,6%)
(0.00/0.45/0.06/0.06)	

CMYK percentages

%0
%45
%6.25
%5.88

Codes

Color #F084E1 in popluar color models

F084E1
RGB240132225
HSL308°78.26%72.94%
HSB/HSV308°45.00%94.12%
CMYK0.00%45.00%6.25%
5.88%

Color #F084E1 in popluar number systems.

HEXF084E1
Decimal240132225
Binary111100001000010011100001
Octal360204341

Shades and tints

Shades of #F084E1

#F084E1
(240,132,225)
#DB78CD
(219,120,205)
#C66CB9
(198,108,185)
#B160A5
(177,96,165)
#9C5491
(156,84,145)
#87487D
(135,72,125)
#723C69
(114,60,105)
#5D3055
(93,48,85)
#482441
(72,36,65)
#33182D
(51,24,45)
#1E0C19
(30,12,25)
#000000
(0,0,0)

Tints of #F084E1

#F084E1
(240,132,225)
#F18FE3
(241,143,227)
#F29AE5
(242,154,229)
#F3A5E7
(243,165,231)
#F4B0E9
(244,176,233)
#F5BBEB
(245,187,235)
#F6C6ED
(246,198,237)
#F7D1EF
(247,209,239)
#F8DCF1
(248,220,241)
#F9E7F3
(249,231,243)
#FAF2F5
(250,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F084E1 color. Also use rgb(240,132,225) instead hex code.

Text Font Color

.myTextColor { color: #F084E1; }

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

This text font color is #F084E1.


Background Color

.myBgColor { background-color: #F084E1; }

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

This div background color is #F084E1.


Border color

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

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

This div border color is #F084E1.


Opacity

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

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

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

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

This text has shadow with #F084E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F084E1 on black background.


Color preview on white background

This text has color #F084E1 on white background.



Black color preview on #F084E1 background

This text has black color on #F084E1 background.


White color preview on #F084E1 background

This text has white color on #F084E1 background.