COLOR #F28EFA

HEX: #F28EFA
RGB: (242,142,250)

Color info

#F28EFA contains mainly red and blue colors. Web safe color of #F28EFA is #FF99FF (or #F9F).

RGB color model

#F28EFA color RGB value is (242,142,250).

  • red value is 242;
  • green value is 142;
  • blue value is 250.
RGB:
(242,142,250)
(95%,56%,98%)

RGB channels and saturation

R 242 of 255 = 95%
G 142 of 255 = 56%
B 250 of 255 = 98%

242
142
250

R + G + B ~ 83%. #F28EFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 142 + 250 = 634 (100%)
R 242 of 634 ~ 38.17%
G 142 of 634 ~ 22.4%
B 250 of 634 ~ 39.43%

%38.17
%22.4
%39.43

CMYK color model

#F28EFA color CMYK value is (3,43,0,2).

  • cyan value is 3.20%
  • magenta value is 43.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(3,43,0,2)
C3M43Y0K2 
(3%,43%,0%,2%)
(0.03/0.43/0.00/0.02)	

CMYK percentages

%3.2
%43.2
%0
%1.96

Codes

Color #F28EFA in popluar color models

F28EFA
RGB242142250
HSL296°91.53%76.86%
HSB/HSV296°43.20%98.04%
CMYK3.20%43.20%0.00%
1.96%

Color #F28EFA in popluar number systems.

HEXF28EFA
Decimal242142250
Binary111100101000111011111010
Octal362216372

Shades and tints

Shades of #F28EFA

#F28EFA
(242,142,250)
#DC82E4
(220,130,228)
#C676CE
(198,118,206)
#B06AB8
(176,106,184)
#9A5EA2
(154,94,162)
#84528C
(132,82,140)
#6E4676
(110,70,118)
#583A60
(88,58,96)
#422E4A
(66,46,74)
#2C2234
(44,34,52)
#16161E
(22,22,30)
#000000
(0,0,0)

Tints of #F28EFA

#F28EFA
(242,142,250)
#F398FA
(243,152,250)
#F4A2FA
(244,162,250)
#F5ACFA
(245,172,250)
#F6B6FA
(246,182,250)
#F7C0FA
(247,192,250)
#F8CAFA
(248,202,250)
#F9D4FA
(249,212,250)
#FADEFA
(250,222,250)
#FBE8FA
(251,232,250)
#FCF2FA
(252,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F28EFA color. Also use rgb(242,142,250) instead hex code.

Text Font Color

.myTextColor { color: #F28EFA; }

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

This text font color is #F28EFA.


Background Color

.myBgColor { background-color: #F28EFA; }

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

This div background color is #F28EFA.


Border color

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

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

This div border color is #F28EFA.


Opacity

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

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

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

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

This text has shadow with #F28EFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F28EFA on black background.


Color preview on white background

This text has color #F28EFA on white background.



Black color preview on #F28EFA background

This text has black color on #F28EFA background.


White color preview on #F28EFA background

This text has white color on #F28EFA background.