COLOR #F190BD

HEX: #F190BD
RGB: (241,144,189)

Color info

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

RGB color model

#F190BD color RGB value is (241,144,189).

  • red value is 241;
  • green value is 144;
  • blue value is 189.
RGB:
(241,144,189)
(95%,56%,74%)

RGB channels and saturation

R 241 of 255 = 95%
G 144 of 255 = 56%
B 189 of 255 = 74%

241
144
189

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

Portions of RGB colors in percentages

R + G + B =
241 + 144 + 189 = 574 (100%)
R 241 of 574 ~ 41.99%
G 144 of 574 ~ 25.09%
B 189 of 574 ~ 32.93%

%41.99
%25.09
%32.93

CMYK color model

#F190BD color CMYK value is (0,40,22,5).

  • cyan value is 0.00%
  • magenta value is 40.25%
  • yellow value is 21.58%
  • key color value is 5.49%
CMYK:
(0,40,22,5)
C0M40Y22K5 
(0%,40%,22%,5%)
(0.00/0.40/0.22/0.05)	

CMYK percentages

%0
%40.25
%21.58
%5.49

Codes

Color #F190BD in popluar color models

F190BD
RGB241144189
HSL332°77.60%75.49%
HSB/HSV332°40.25%94.51%
CMYK0.00%40.25%21.58%
5.49%

Color #F190BD in popluar number systems.

HEXF190BD
Decimal241144189
Binary111100011001000010111101
Octal361220275

Shades and tints

Shades of #F190BD

#F190BD
(241,144,189)
#DC83AC
(220,131,172)
#C7769B
(199,118,155)
#B2698A
(178,105,138)
#9D5C79
(157,92,121)
#884F68
(136,79,104)
#734257
(115,66,87)
#5E3546
(94,53,70)
#492835
(73,40,53)
#341B24
(52,27,36)
#1F0E13
(31,14,19)
#000000
(0,0,0)

Tints of #F190BD

#F190BD
(241,144,189)
#F29AC3
(242,154,195)
#F3A4C9
(243,164,201)
#F4AECF
(244,174,207)
#F5B8D5
(245,184,213)
#F6C2DB
(246,194,219)
#F7CCE1
(247,204,225)
#F8D6E7
(248,214,231)
#F9E0ED
(249,224,237)
#FAEAF3
(250,234,243)
#FBF4F9
(251,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F190BD; }

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

This text font color is #F190BD.


Background Color

.myBgColor { background-color: #F190BD; }

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

This div background color is #F190BD.


Border color

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

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

This div border color is #F190BD.


Opacity

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

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

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

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

This text has shadow with #F190BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F190BD on black background.


Color preview on white background

This text has color #F190BD on white background.



Black color preview on #F190BD background

This text has black color on #F190BD background.


White color preview on #F190BD background

This text has white color on #F190BD background.