COLOR #F199BD

HEX: #F199BD RGB: (241,153,189)

Color info

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

RGB color model

#F199BD color RGB value is (241,153,189).

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

RGB channels and saturation

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

241
153
189

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

Portions of RGB colors in percentages

R + G + B = 241 + 153 + 189 = 583 (100%)
R 241 of 583 ~ 41.34%
G 153 of 583 ~ 26.24%
B 189 of 583 ~ 32.42'%

%41.34
%26.24
%32.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.51%
  • 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.51
%21.58
%5.49

Codes

Color #F199BD in popluar color models

F1 99 BD
RGB 241 153 189
HSL 335° 75.86% 77.25%
HSB/HSV 335° 36.51% 94.51%
CMYK 0.00% 36.51% 21.58%
5.49%

Color #F199BD in popluar number systems.

HEX F1 99 BD
Decimal 241 153 189
Binary 11110001 10011001 10111101
Octal 361 231 275

Shades and tints

Shades of #F199BD

#F199BD
(241,153,189)
#DC8CAC
(220,140,172)
#C77F9B
(199,127,155)
#B2728A
(178,114,138)
#9D6579
(157,101,121)
#885868
(136,88,104)
#734B57
(115,75,87)
#5E3E46
(94,62,70)
#493135
(73,49,53)
#342424
(52,36,36)
#1F1713
(31,23,19)
#000000
(0,0,0)

Tints of #F199BD

#F199BD
(241,153,189)
#F2A2C3
(242,162,195)
#F3ABC9
(243,171,201)
#F4B4CF
(244,180,207)
#F5BDD5
(245,189,213)
#F6C6DB
(246,198,219)
#F7CFE1
(247,207,225)
#F8D8E7
(248,216,231)
#F9E1ED
(249,225,237)
#FAEAF3
(250,234,243)
#FBF3F9
(251,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F199BD; }

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

This text font color is #F199BD.

Background Color

.myBgColor { background-color: #F199BD; }

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

This div background color is #F199BD.

Border color

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

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

This div border color is #F199BD.

Opacity

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

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

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

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

This text has shadow with #F199BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F199BD.

Preview

Color preview on black background

This text has color #F199BD on black background.


Color preview on white background

This text has color #F199BD on white background.


Black color preview on #F199BD background

This text has black color on #F199BD background.


White color preview on #F199BD background

This text has white color on #F199BD background.


Related colors

Complementary color

Complementary color for #hex is #0E6642.


I love getcolorcode.com

Triadic colors

1 #BDF199 and #99BDF1 with #F199BD are triadic colors.

2 #BD99F1 and #99F1BD with #F199BD are triadic colors.