COLOR #F95EF3

HEX: #F95EF3
RGB: (249,94,243)

Color info

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

RGB color model

#F95EF3 color RGB value is (249,94,243).

  • red value is 249;
  • green value is 94;
  • blue value is 243.
RGB:
(249,94,243)
(98%,37%,95%)

RGB channels and saturation

R 249 of 255 = 98%
G 94 of 255 = 37%
B 243 of 255 = 95%

249
94
243

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

Portions of RGB colors in percentages

R + G + B =
249 + 94 + 243 = 586 (100%)
R 249 of 586 ~ 42.49%
G 94 of 586 ~ 16.04%
B 243 of 586 ~ 41.47%

%42.49
%16.04
%41.47

CMYK color model

#F95EF3 color CMYK value is (0,62,2,2).

  • cyan value is 0.00%
  • magenta value is 62.25%
  • yellow value is 2.41%
  • key color value is 2.35%
CMYK:
(0,62,2,2)
C0M62Y2K2 
(0%,62%,2%,2%)
(0.00/0.62/0.02/0.02)	

CMYK percentages

%0
%62.25
%2.41
%2.35

Codes

Color #F95EF3 in popluar color models

F95EF3
RGB24994243
HSL302°92.81%67.25%
HSB/HSV302°62.25%97.65%
CMYK0.00%62.25%2.41%
2.35%

Color #F95EF3 in popluar number systems.

HEXF95EF3
Decimal24994243
Binary11111001101111011110011
Octal371136363

Shades and tints

Shades of #F95EF3

#F95EF3
(249,94,243)
#E356DD
(227,86,221)
#CD4EC7
(205,78,199)
#B746B1
(183,70,177)
#A13E9B
(161,62,155)
#8B3685
(139,54,133)
#752E6F
(117,46,111)
#5F2659
(95,38,89)
#491E43
(73,30,67)
#33162D
(51,22,45)
#1D0E17
(29,14,23)
#000000
(0,0,0)

Tints of #F95EF3

#F95EF3
(249,94,243)
#F96CF4
(249,108,244)
#F97AF5
(249,122,245)
#F988F6
(249,136,246)
#F996F7
(249,150,247)
#F9A4F8
(249,164,248)
#F9B2F9
(249,178,249)
#F9C0FA
(249,192,250)
#F9CEFB
(249,206,251)
#F9DCFC
(249,220,252)
#F9EAFD
(249,234,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F95EF3 color. Also use rgb(249,94,243) instead hex code.

Text Font Color

.myTextColor { color: #F95EF3; }

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

This text font color is #F95EF3.


Background Color

.myBgColor { background-color: #F95EF3; }

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

This div background color is #F95EF3.


Border color

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

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

This div border color is #F95EF3.


Opacity

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

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

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

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

This text has shadow with #F95EF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F95EF3 on black background.


Color preview on white background

This text has color #F95EF3 on white background.



Black color preview on #F95EF3 background

This text has black color on #F95EF3 background.


White color preview on #F95EF3 background

This text has white color on #F95EF3 background.