COLOR #F292A0

HEX: #F292A0
RGB: (242,146,160)

Color info

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

RGB color model

#F292A0 color RGB value is (242,146,160).

  • red value is 242;
  • green value is 146;
  • blue value is 160.
RGB:
(242,146,160)
(95%,57%,63%)

RGB channels and saturation

R 242 of 255 = 95%
G 146 of 255 = 57%
B 160 of 255 = 63%

242
146
160

R + G + B ~ 72%. #F292A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 146 + 160 = 548 (100%)
R 242 of 548 ~ 44.16%
G 146 of 548 ~ 26.64%
B 160 of 548 ~ 29.2%

%44.16
%26.64
%29.2

CMYK color model

#F292A0 color CMYK value is (0,40,34,5).

  • cyan value is 0.00%
  • magenta value is 39.67%
  • yellow value is 33.88%
  • key color value is 5.10%
CMYK:
(0,40,34,5)
C0M40Y34K5 
(0%,40%,34%,5%)
(0.00/0.40/0.34/0.05)	

CMYK percentages

%0
%39.67
%33.88
%5.1

Codes

Color #F292A0 in popluar color models

F292A0
RGB242146160
HSL351°78.69%76.08%
HSB/HSV351°39.67%94.90%
CMYK0.00%39.67%33.88%
5.10%

Color #F292A0 in popluar number systems.

HEXF292A0
Decimal242146160
Binary111100101001001010100000
Octal362222240

Shades and tints

Shades of #F292A0

#F292A0
(242,146,160)
#DC8592
(220,133,146)
#C67884
(198,120,132)
#B06B76
(176,107,118)
#9A5E68
(154,94,104)
#84515A
(132,81,90)
#6E444C
(110,68,76)
#58373E
(88,55,62)
#422A30
(66,42,48)
#2C1D22
(44,29,34)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #F292A0

#F292A0
(242,146,160)
#F39BA8
(243,155,168)
#F4A4B0
(244,164,176)
#F5ADB8
(245,173,184)
#F6B6C0
(246,182,192)
#F7BFC8
(247,191,200)
#F8C8D0
(248,200,208)
#F9D1D8
(249,209,216)
#FADAE0
(250,218,224)
#FBE3E8
(251,227,232)
#FCECF0
(252,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F292A0 color. Also use rgb(242,146,160) instead hex code.

Text Font Color

.myTextColor { color: #F292A0; }

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

This text font color is #F292A0.


Background Color

.myBgColor { background-color: #F292A0; }

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

This div background color is #F292A0.


Border color

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

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

This div border color is #F292A0.


Opacity

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

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

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

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

This text has shadow with #F292A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F292A0 on black background.


Color preview on white background

This text has color #F292A0 on white background.



Black color preview on #F292A0 background

This text has black color on #F292A0 background.


White color preview on #F292A0 background

This text has white color on #F292A0 background.