COLOR #F95BEA

HEX: #F95BEA
RGB: (249,91,234)

Color info

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

RGB color model

#F95BEA color RGB value is (249,91,234).

  • red value is 249;
  • green value is 91;
  • blue value is 234.
RGB:
(249,91,234)
(98%,36%,92%)

RGB channels and saturation

R 249 of 255 = 98%
G 91 of 255 = 36%
B 234 of 255 = 92%

249
91
234

R + G + B ~ 75%. #F95BEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 91 + 234 = 574 (100%)
R 249 of 574 ~ 43.38%
G 91 of 574 ~ 15.85%
B 234 of 574 ~ 40.77%

%43.38
%15.85
%40.77

CMYK color model

#F95BEA color CMYK value is (0,63,6,2).

  • cyan value is 0.00%
  • magenta value is 63.45%
  • yellow value is 6.02%
  • key color value is 2.35%
CMYK:
(0,63,6,2)
C0M63Y6K2 
(0%,63%,6%,2%)
(0.00/0.63/0.06/0.02)	

CMYK percentages

%0
%63.45
%6.02
%2.35

Codes

Color #F95BEA in popluar color models

F95BEA
RGB24991234
HSL306°92.94%66.67%
HSB/HSV306°63.45%97.65%
CMYK0.00%63.45%6.02%
2.35%

Color #F95BEA in popluar number systems.

HEXF95BEA
Decimal24991234
Binary11111001101101111101010
Octal371133352

Shades and tints

Shades of #F95BEA

#F95BEA
(249,91,234)
#E353D5
(227,83,213)
#CD4BC0
(205,75,192)
#B743AB
(183,67,171)
#A13B96
(161,59,150)
#8B3381
(139,51,129)
#752B6C
(117,43,108)
#5F2357
(95,35,87)
#491B42
(73,27,66)
#33132D
(51,19,45)
#1D0B18
(29,11,24)
#000000
(0,0,0)

Tints of #F95BEA

#F95BEA
(249,91,234)
#F969EB
(249,105,235)
#F977EC
(249,119,236)
#F985ED
(249,133,237)
#F993EE
(249,147,238)
#F9A1EF
(249,161,239)
#F9AFF0
(249,175,240)
#F9BDF1
(249,189,241)
#F9CBF2
(249,203,242)
#F9D9F3
(249,217,243)
#F9E7F4
(249,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F95BEA color. Also use rgb(249,91,234) instead hex code.

Text Font Color

.myTextColor { color: #F95BEA; }

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

This text font color is #F95BEA.


Background Color

.myBgColor { background-color: #F95BEA; }

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

This div background color is #F95BEA.


Border color

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

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

This div border color is #F95BEA.


Opacity

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

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

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

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

This text has shadow with #F95BEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F95BEA on black background.


Color preview on white background

This text has color #F95BEA on white background.



Black color preview on #F95BEA background

This text has black color on #F95BEA background.


White color preview on #F95BEA background

This text has white color on #F95BEA background.