COLOR #F492AA

HEX: #F492AA
RGB: (244,146,170)

Color info

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

RGB color model

#F492AA color RGB value is (244,146,170).

  • red value is 244;
  • green value is 146;
  • blue value is 170.
RGB:
(244,146,170)
(96%,57%,67%)

RGB channels and saturation

R 244 of 255 = 96%
G 146 of 255 = 57%
B 170 of 255 = 67%

244
146
170

R + G + B ~ 73%. #F492AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 146 + 170 = 560 (100%)
R 244 of 560 ~ 43.57%
G 146 of 560 ~ 26.07%
B 170 of 560 ~ 30.36%

%43.57
%26.07
%30.36

CMYK color model

#F492AA color CMYK value is (0,40,30,4).

  • cyan value is 0.00%
  • magenta value is 40.16%
  • yellow value is 30.33%
  • key color value is 4.31%
CMYK:
(0,40,30,4)
C0M40Y30K4 
(0%,40%,30%,4%)
(0.00/0.40/0.30/0.04)	

CMYK percentages

%0
%40.16
%30.33
%4.31

Codes

Color #F492AA in popluar color models

F492AA
RGB244146170
HSL345°81.67%76.47%
HSB/HSV345°40.16%95.69%
CMYK0.00%40.16%30.33%
4.31%

Color #F492AA in popluar number systems.

HEXF492AA
Decimal244146170
Binary111101001001001010101010
Octal364222252

Shades and tints

Shades of #F492AA

#F492AA
(244,146,170)
#DE859B
(222,133,155)
#C8788C
(200,120,140)
#B26B7D
(178,107,125)
#9C5E6E
(156,94,110)
#86515F
(134,81,95)
#704450
(112,68,80)
#5A3741
(90,55,65)
#442A32
(68,42,50)
#2E1D23
(46,29,35)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #F492AA

#F492AA
(244,146,170)
#F59BB1
(245,155,177)
#F6A4B8
(246,164,184)
#F7ADBF
(247,173,191)
#F8B6C6
(248,182,198)
#F9BFCD
(249,191,205)
#FAC8D4
(250,200,212)
#FBD1DB
(251,209,219)
#FCDAE2
(252,218,226)
#FDE3E9
(253,227,233)
#FEECF0
(254,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F492AA color. Also use rgb(244,146,170) instead hex code.

Text Font Color

.myTextColor { color: #F492AA; }

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

This text font color is #F492AA.


Background Color

.myBgColor { background-color: #F492AA; }

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

This div background color is #F492AA.


Border color

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

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

This div border color is #F492AA.


Opacity

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

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

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

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

This text has shadow with #F492AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F492AA on black background.


Color preview on white background

This text has color #F492AA on white background.



Black color preview on #F492AA background

This text has black color on #F492AA background.


White color preview on #F492AA background

This text has white color on #F492AA background.