COLOR #F195A7

HEX: #F195A7
RGB: (241,149,167)

Color info

#F195A7 contains mainly red color. Web safe color of #F195A7 is #FF9999 (or #F99).

RGB color model

#F195A7 color RGB value is (241,149,167).

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

RGB channels and saturation

R 241 of 255 = 95%
G 149 of 255 = 58%
B 167 of 255 = 65%

241
149
167

R + G + B ~ 73%. #F195A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 149 + 167 = 557 (100%)
R 241 of 557 ~ 43.27%
G 149 of 557 ~ 26.75%
B 167 of 557 ~ 29.98%

%43.27
%26.75
%29.98

CMYK color model

#F195A7 color CMYK value is (0,38,31,5).

  • cyan value is 0.00%
  • magenta value is 38.17%
  • yellow value is 30.71%
  • key color value is 5.49%
CMYK:
(0,38,31,5)
C0M38Y31K5 
(0%,38%,31%,5%)
(0.00/0.38/0.31/0.05)	

CMYK percentages

%0
%38.17
%30.71
%5.49

Codes

Color #F195A7 in popluar color models

F195A7
RGB241149167
HSL348°76.67%76.47%
HSB/HSV348°38.17%94.51%
CMYK0.00%38.17%30.71%
5.49%

Color #F195A7 in popluar number systems.

HEXF195A7
Decimal241149167
Binary111100011001010110100111
Octal361225247

Shades and tints

Shades of #F195A7

#F195A7
(241,149,167)
#DC8898
(220,136,152)
#C77B89
(199,123,137)
#B26E7A
(178,110,122)
#9D616B
(157,97,107)
#88545C
(136,84,92)
#73474D
(115,71,77)
#5E3A3E
(94,58,62)
#492D2F
(73,45,47)
#342020
(52,32,32)
#1F1311
(31,19,17)
#000000
(0,0,0)

Tints of #F195A7

#F195A7
(241,149,167)
#F29EAF
(242,158,175)
#F3A7B7
(243,167,183)
#F4B0BF
(244,176,191)
#F5B9C7
(245,185,199)
#F6C2CF
(246,194,207)
#F7CBD7
(247,203,215)
#F8D4DF
(248,212,223)
#F9DDE7
(249,221,231)
#FAE6EF
(250,230,239)
#FBEFF7
(251,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F195A7; }

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

This text font color is #F195A7.


Background Color

.myBgColor { background-color: #F195A7; }

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

This div background color is #F195A7.


Border color

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

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

This div border color is #F195A7.


Opacity

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

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

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

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

This text has shadow with #F195A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F195A7 on black background.


Color preview on white background

This text has color #F195A7 on white background.



Black color preview on #F195A7 background

This text has black color on #F195A7 background.


White color preview on #F195A7 background

This text has white color on #F195A7 background.