COLOR #F498C0

HEX: #F498C0
RGB: (244,152,192)

Color info

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

RGB color model

#F498C0 color RGB value is (244,152,192).

  • red value is 244;
  • green value is 152;
  • blue value is 192.
RGB:
(244,152,192)
(96%,60%,75%)

RGB channels and saturation

R 244 of 255 = 96%
G 152 of 255 = 60%
B 192 of 255 = 75%

244
152
192

R + G + B ~ 77%. #F498C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 152 + 192 = 588 (100%)
R 244 of 588 ~ 41.5%
G 152 of 588 ~ 25.85%
B 192 of 588 ~ 32.65%

%41.5
%25.85
%32.65

CMYK color model

#F498C0 color CMYK value is (0,38,21,4).

  • cyan value is 0.00%
  • magenta value is 37.70%
  • yellow value is 21.31%
  • key color value is 4.31%
CMYK:
(0,38,21,4)
C0M38Y21K4 
(0%,38%,21%,4%)
(0.00/0.38/0.21/0.04)	

CMYK percentages

%0
%37.7
%21.31
%4.31

Codes

Color #F498C0 in popluar color models

F498C0
RGB244152192
HSL334°80.70%77.65%
HSB/HSV334°37.70%95.69%
CMYK0.00%37.70%21.31%
4.31%

Color #F498C0 in popluar number systems.

HEXF498C0
Decimal244152192
Binary111101001001100011000000
Octal364230300

Shades and tints

Shades of #F498C0

#F498C0
(244,152,192)
#DE8BAF
(222,139,175)
#C87E9E
(200,126,158)
#B2718D
(178,113,141)
#9C647C
(156,100,124)
#86576B
(134,87,107)
#704A5A
(112,74,90)
#5A3D49
(90,61,73)
#443038
(68,48,56)
#2E2327
(46,35,39)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #F498C0

#F498C0
(244,152,192)
#F5A1C5
(245,161,197)
#F6AACA
(246,170,202)
#F7B3CF
(247,179,207)
#F8BCD4
(248,188,212)
#F9C5D9
(249,197,217)
#FACEDE
(250,206,222)
#FBD7E3
(251,215,227)
#FCE0E8
(252,224,232)
#FDE9ED
(253,233,237)
#FEF2F2
(254,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F498C0 color. Also use rgb(244,152,192) instead hex code.

Text Font Color

.myTextColor { color: #F498C0; }

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

This text font color is #F498C0.


Background Color

.myBgColor { background-color: #F498C0; }

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

This div background color is #F498C0.


Border color

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

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

This div border color is #F498C0.


Opacity

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

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

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

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

This text has shadow with #F498C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F498C0 on black background.


Color preview on white background

This text has color #F498C0 on white background.



Black color preview on #F498C0 background

This text has black color on #F498C0 background.


White color preview on #F498C0 background

This text has white color on #F498C0 background.