COLOR #F199B3

HEX: #F199B3 RGB: (241,153,179)

Color info

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

RGB color model

#F199B3 color RGB value is (241,153,179).

RGB: (241,153,179) (95%, 60%, 70%)

RGB channels and saturation

R 241 of 255 = 95%
G 153 of 255 = 60%
B 179 of 255 = 70%

241
153
179

R + G + B ~ 75%. #F199B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 153 + 179 = 573 (100%)
R 241 of 573 ~ 42.06%
G 153 of 573 ~ 26.7%
B 179 of 573 ~ 31.24'%

%42.06
%26.7
%31.24

CMYK color model

#F199B3 color CMYK value is (0,37,26,5).

  • cyan value is 0.00%
  • magenta value is 36.51%
  • yellow value is 25.73%
  • key color value is 5.49%

CMYK: (0,37,26,5)
C0M37Y26K5 (0%, 37%, 26%, 5%)
(0.00 / 0.37 / 0.26 / 0.05)

CMYK percentages

%0
%36.51
%25.73
%5.49

Codes

Color #F199B3 in popluar color models

F1 99 B3
RGB 241 153 179
HSL 342° 75.86% 77.25%
HSB/HSV 342° 36.51% 94.51%
CMYK 0.00% 36.51% 25.73%
5.49%

Color #F199B3 in popluar number systems.

HEX F1 99 B3
Decimal 241 153 179
Binary 11110001 10011001 10110011
Octal 361 231 263

Shades and tints

Shades of #F199B3

#F199B3
(241,153,179)
#DC8CA3
(220,140,163)
#C77F93
(199,127,147)
#B27283
(178,114,131)
#9D6573
(157,101,115)
#885863
(136,88,99)
#734B53
(115,75,83)
#5E3E43
(94,62,67)
#493133
(73,49,51)
#342423
(52,36,35)
#1F1713
(31,23,19)
#000000
(0,0,0)

Tints of #F199B3

#F199B3
(241,153,179)
#F2A2B9
(242,162,185)
#F3ABBF
(243,171,191)
#F4B4C5
(244,180,197)
#F5BDCB
(245,189,203)
#F6C6D1
(246,198,209)
#F7CFD7
(247,207,215)
#F8D8DD
(248,216,221)
#F9E1E3
(249,225,227)
#FAEAE9
(250,234,233)
#FBF3EF
(251,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F199B3; }

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

This text font color is #F199B3.

Background Color

.myBgColor { background-color: #F199B3; }

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

This div background color is #F199B3.

Border color

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

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

This div border color is #F199B3.

Opacity

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

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

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

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

This text has shadow with #F199B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F199B3.

Preview

Color preview on black background

This text has color #F199B3 on black background.


Color preview on white background

This text has color #F199B3 on white background.


Black color preview on #F199B3 background

This text has black color on #F199B3 background.


White color preview on #F199B3 background

This text has white color on #F199B3 background.


Related colors

Complementary color

Complementary color for #hex is #0E664C.


I love getcolorcode.com

Triadic colors

1 #B3F199 and #99B3F1 with #F199B3 are triadic colors.

2 #B399F1 and #99F1B3 with #F199B3 are triadic colors.