COLOR #F490B8

HEX: #F490B8
RGB: (244,144,184)

Color info

#F490B8 contains mainly red color. Web safe color of #F490B8 is #FF99CC (or #F9C).

RGB color model

#F490B8 color RGB value is (244,144,184).

  • red value is 244;
  • green value is 144;
  • blue value is 184.
RGB:
(244,144,184)
(96%,56%,72%)

RGB channels and saturation

R 244 of 255 = 96%
G 144 of 255 = 56%
B 184 of 255 = 72%

244
144
184

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

Portions of RGB colors in percentages

R + G + B =
244 + 144 + 184 = 572 (100%)
R 244 of 572 ~ 42.66%
G 144 of 572 ~ 25.17%
B 184 of 572 ~ 32.17%

%42.66
%25.17
%32.17

CMYK color model

#F490B8 color CMYK value is (0,41,25,4).

  • cyan value is 0.00%
  • magenta value is 40.98%
  • yellow value is 24.59%
  • key color value is 4.31%
CMYK:
(0,41,25,4)
C0M41Y25K4 
(0%,41%,25%,4%)
(0.00/0.41/0.25/0.04)	

CMYK percentages

%0
%40.98
%24.59
%4.31

Codes

Color #F490B8 in popluar color models

F490B8
RGB244144184
HSL336°81.97%76.08%
HSB/HSV336°40.98%95.69%
CMYK0.00%40.98%24.59%
4.31%

Color #F490B8 in popluar number systems.

HEXF490B8
Decimal244144184
Binary111101001001000010111000
Octal364220270

Shades and tints

Shades of #F490B8

#F490B8
(244,144,184)
#DE83A8
(222,131,168)
#C87698
(200,118,152)
#B26988
(178,105,136)
#9C5C78
(156,92,120)
#864F68
(134,79,104)
#704258
(112,66,88)
#5A3548
(90,53,72)
#442838
(68,40,56)
#2E1B28
(46,27,40)
#180E18
(24,14,24)
#000000
(0,0,0)

Tints of #F490B8

#F490B8
(244,144,184)
#F59ABE
(245,154,190)
#F6A4C4
(246,164,196)
#F7AECA
(247,174,202)
#F8B8D0
(248,184,208)
#F9C2D6
(249,194,214)
#FACCDC
(250,204,220)
#FBD6E2
(251,214,226)
#FCE0E8
(252,224,232)
#FDEAEE
(253,234,238)
#FEF4F4
(254,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F490B8 color. Also use rgb(244,144,184) instead hex code.

Text Font Color

.myTextColor { color: #F490B8; }

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

This text font color is #F490B8.


Background Color

.myBgColor { background-color: #F490B8; }

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

This div background color is #F490B8.


Border color

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

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

This div border color is #F490B8.


Opacity

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

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

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

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

This text has shadow with #F490B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F490B8 on black background.


Color preview on white background

This text has color #F490B8 on white background.



Black color preview on #F490B8 background

This text has black color on #F490B8 background.


White color preview on #F490B8 background

This text has white color on #F490B8 background.