COLOR #F198BD

HEX: #F198BD RGB: (241,152,189)

Color info

#F198BD contains mainly red and blue colors. Web safe color of #F198BD is #FF99CC (or #F9C).

RGB color model

#F198BD color RGB value is (241,152,189).

RGB: (241,152,189) (95%, 60%, 74%)

RGB channels and saturation

R 241 of 255 = 95%
G 152 of 255 = 60%
B 189 of 255 = 74%

241
152
189

R + G + B ~ 76%. #F198BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 152 + 189 = 582 (100%)
R 241 of 582 ~ 41.41%
G 152 of 582 ~ 26.12%
B 189 of 582 ~ 32.47'%

%41.41
%26.12
%32.47

CMYK color model

#F198BD color CMYK value is (0,37,22,5).

  • cyan value is 0.00%
  • magenta value is 36.93%
  • yellow value is 21.58%
  • key color value is 5.49%

CMYK: (0,37,22,5)
C0M37Y22K5 (0%, 37%, 22%, 5%)
(0.00 / 0.37 / 0.22 / 0.05)

CMYK percentages

%0
%36.93
%21.58
%5.49

Codes

Color #F198BD in popluar color models

F1 98 BD
RGB 241 152 189
HSL 335° 76.07% 77.06%
HSB/HSV 335° 36.93% 94.51%
CMYK 0.00% 36.93% 21.58%
5.49%

Color #F198BD in popluar number systems.

HEX F1 98 BD
Decimal 241 152 189
Binary 11110001 10011000 10111101
Octal 361 230 275

Shades and tints

Shades of #F198BD

#F198BD
(241,152,189)
#DC8BAC
(220,139,172)
#C77E9B
(199,126,155)
#B2718A
(178,113,138)
#9D6479
(157,100,121)
#885768
(136,87,104)
#734A57
(115,74,87)
#5E3D46
(94,61,70)
#493035
(73,48,53)
#342324
(52,35,36)
#1F1613
(31,22,19)
#000000
(0,0,0)

Tints of #F198BD

#F198BD
(241,152,189)
#F2A1C3
(242,161,195)
#F3AAC9
(243,170,201)
#F4B3CF
(244,179,207)
#F5BCD5
(245,188,213)
#F6C5DB
(246,197,219)
#F7CEE1
(247,206,225)
#F8D7E7
(248,215,231)
#F9E0ED
(249,224,237)
#FAE9F3
(250,233,243)
#FBF2F9
(251,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F198BD color. Also use rgb(241,152,189) instead hex code.

Text Font Color

.myTextColor { color: #F198BD; }

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

This text font color is #F198BD.

Background Color

.myBgColor { background-color: #F198BD; }

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

This div background color is #F198BD.

Border color

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

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

This div border color is #F198BD.

Opacity

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

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

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

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

This text has shadow with #F198BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F198BD.

Preview

Color preview on black background

This text has color #F198BD on black background.


Color preview on white background

This text has color #F198BD on white background.


Black color preview on #F198BD background

This text has black color on #F198BD background.


White color preview on #F198BD background

This text has white color on #F198BD background.


Related colors

Complementary color

Complementary color for #hex is #0E6742.


I love getcolorcode.com

Triadic colors

1 #BDF198 and #98BDF1 with #F198BD are triadic colors.

2 #BD98F1 and #98F1BD with #F198BD are triadic colors.