COLOR #F195EB

HEX: #F195EB
RGB: (241,149,235)

Color info

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

RGB color model

#F195EB color RGB value is (241,149,235).

  • red value is 241;
  • green value is 149;
  • blue value is 235.
RGB:
(241,149,235)
(95%,58%,92%)

RGB channels and saturation

R 241 of 255 = 95%
G 149 of 255 = 58%
B 235 of 255 = 92%

241
149
235

R + G + B ~ 82%. #F195EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 149 + 235 = 625 (100%)
R 241 of 625 ~ 38.56%
G 149 of 625 ~ 23.84%
B 235 of 625 ~ 37.6%

%38.56
%23.84
%37.6

CMYK color model

#F195EB color CMYK value is (0,38,2,5).

  • cyan value is 0.00%
  • magenta value is 38.17%
  • yellow value is 2.49%
  • key color value is 5.49%
CMYK:
(0,38,2,5)
C0M38Y2K5 
(0%,38%,2%,5%)
(0.00/0.38/0.02/0.05)	

CMYK percentages

%0
%38.17
%2.49
%5.49

Codes

Color #F195EB in popluar color models

F195EB
RGB241149235
HSL304°76.67%76.47%
HSB/HSV304°38.17%94.51%
CMYK0.00%38.17%2.49%
5.49%

Color #F195EB in popluar number systems.

HEXF195EB
Decimal241149235
Binary111100011001010111101011
Octal361225353

Shades and tints

Shades of #F195EB

#F195EB
(241,149,235)
#DC88D6
(220,136,214)
#C77BC1
(199,123,193)
#B26EAC
(178,110,172)
#9D6197
(157,97,151)
#885482
(136,84,130)
#73476D
(115,71,109)
#5E3A58
(94,58,88)
#492D43
(73,45,67)
#34202E
(52,32,46)
#1F1319
(31,19,25)
#000000
(0,0,0)

Tints of #F195EB

#F195EB
(241,149,235)
#F29EEC
(242,158,236)
#F3A7ED
(243,167,237)
#F4B0EE
(244,176,238)
#F5B9EF
(245,185,239)
#F6C2F0
(246,194,240)
#F7CBF1
(247,203,241)
#F8D4F2
(248,212,242)
#F9DDF3
(249,221,243)
#FAE6F4
(250,230,244)
#FBEFF5
(251,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F195EB color. Also use rgb(241,149,235) instead hex code.

Text Font Color

.myTextColor { color: #F195EB; }

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

This text font color is #F195EB.


Background Color

.myBgColor { background-color: #F195EB; }

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

This div background color is #F195EB.


Border color

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

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

This div border color is #F195EB.


Opacity

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

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

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

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

This text has shadow with #F195EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F195EB on black background.


Color preview on white background

This text has color #F195EB on white background.



Black color preview on #F195EB background

This text has black color on #F195EB background.


White color preview on #F195EB background

This text has white color on #F195EB background.