COLOR #F197EB

HEX: #F197EB RGB: (241,151,235)

Color info

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

RGB color model

#F197EB color RGB value is (241,151,235).

RGB: (241,151,235) (95%, 59%, 92%)

RGB channels and saturation

R 241 of 255 = 95%
G 151 of 255 = 59%
B 235 of 255 = 92%

241
151
235

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

Portions of RGB colors in percentages

R + G + B = 241 + 151 + 235 = 627 (100%)
R 241 of 627 ~ 38.44%
G 151 of 627 ~ 24.08%
B 235 of 627 ~ 37.48'%

%38.44
%24.08
%37.48

CMYK color model

#F197EB color CMYK value is (0,37,2,5).

  • cyan value is 0.00%
  • magenta value is 37.34%
  • yellow value is 2.49%
  • key color value is 5.49%

CMYK: (0,37,2,5)
C0M37Y2K5 (0%, 37%, 2%, 5%)
(0.00 / 0.37 / 0.02 / 0.05)

CMYK percentages

%0
%37.34
%2.49
%5.49

Codes

Color #F197EB in popluar color models

F1 97 EB
RGB 241 151 235
HSL 304° 76.27% 76.86%
HSB/HSV 304° 37.34% 94.51%
CMYK 0.00% 37.34% 2.49%
5.49%

Color #F197EB in popluar number systems.

HEX F1 97 EB
Decimal 241 151 235
Binary 11110001 10010111 11101011
Octal 361 227 353

Shades and tints

Shades of #F197EB

#F197EB
(241,151,235)
#DC8AD6
(220,138,214)
#C77DC1
(199,125,193)
#B270AC
(178,112,172)
#9D6397
(157,99,151)
#885682
(136,86,130)
#73496D
(115,73,109)
#5E3C58
(94,60,88)
#492F43
(73,47,67)
#34222E
(52,34,46)
#1F1519
(31,21,25)
#000000
(0,0,0)

Tints of #F197EB

#F197EB
(241,151,235)
#F2A0EC
(242,160,236)
#F3A9ED
(243,169,237)
#F4B2EE
(244,178,238)
#F5BBEF
(245,187,239)
#F6C4F0
(246,196,240)
#F7CDF1
(247,205,241)
#F8D6F2
(248,214,242)
#F9DFF3
(249,223,243)
#FAE8F4
(250,232,244)
#FBF1F5
(251,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F197EB; }

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

This text font color is #F197EB.

Background Color

.myBgColor { background-color: #F197EB; }

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

This div background color is #F197EB.

Border color

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

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

This div border color is #F197EB.

Opacity

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

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

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

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

This text has shadow with #F197EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F197EB.

Preview

Color preview on black background

This text has color #F197EB on black background.


Color preview on white background

This text has color #F197EB on white background.


Black color preview on #F197EB background

This text has black color on #F197EB background.


White color preview on #F197EB background

This text has white color on #F197EB background.


Related colors

Complementary color

Complementary color for #hex is #0E6814.


I love getcolorcode.com

Triadic colors

1 #EBF197 and #97EBF1 with #F197EB are triadic colors.

2 #EB97F1 and #97F1EB with #F197EB are triadic colors.