COLOR #F92A76

HEX: #F92A76
RGB: (249,42,118)

Color info

#F92A76 contains mainly red color. Web safe color of #F92A76 is #FF3366 (or #F36).

RGB color model

#F92A76 color RGB value is (249,42,118).

  • red value is 249;
  • green value is 42;
  • blue value is 118.
RGB:
(249,42,118)
(98%,16%,46%)

RGB channels and saturation

R 249 of 255 = 98%
G 42 of 255 = 16%
B 118 of 255 = 46%

249
42
118

R + G + B ~ 53%. #F92A76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
249 + 42 + 118 = 409 (100%)
R 249 of 409 ~ 60.88%
G 42 of 409 ~ 10.27%
B 118 of 409 ~ 28.85%

%60.88
%10.27
%28.85

CMYK color model

#F92A76 color CMYK value is (0,83,53,2).

  • cyan value is 0.00%
  • magenta value is 83.13%
  • yellow value is 52.61%
  • key color value is 2.35%
CMYK:
(0,83,53,2)
C0M83Y53K2 
(0%,83%,53%,2%)
(0.00/0.83/0.53/0.02)	

CMYK percentages

%0
%83.13
%52.61
%2.35

Codes

Color #F92A76 in popluar color models

F92A76
RGB24942118
HSL338°94.52%57.06%
HSB/HSV338°83.13%97.65%
CMYK0.00%83.13%52.61%
2.35%

Color #F92A76 in popluar number systems.

HEXF92A76
Decimal24942118
Binary111110011010101110110
Octal37152166

Shades and tints

Shades of #F92A76

#F92A76
(249,42,118)
#E3276C
(227,39,108)
#CD2462
(205,36,98)
#B72158
(183,33,88)
#A11E4E
(161,30,78)
#8B1B44
(139,27,68)
#75183A
(117,24,58)
#5F1530
(95,21,48)
#491226
(73,18,38)
#330F1C
(51,15,28)
#1D0C12
(29,12,18)
#000000
(0,0,0)

Tints of #F92A76

#F92A76
(249,42,118)
#F93D82
(249,61,130)
#F9508E
(249,80,142)
#F9639A
(249,99,154)
#F976A6
(249,118,166)
#F989B2
(249,137,178)
#F99CBE
(249,156,190)
#F9AFCA
(249,175,202)
#F9C2D6
(249,194,214)
#F9D5E2
(249,213,226)
#F9E8EE
(249,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F92A76 color. Also use rgb(249,42,118) instead hex code.

Text Font Color

.myTextColor { color: #F92A76; }

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

This text font color is #F92A76.


Background Color

.myBgColor { background-color: #F92A76; }

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

This div background color is #F92A76.


Border color

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

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

This div border color is #F92A76.


Opacity

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

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

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

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

This text has shadow with #F92A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F92A76 on black background.


Color preview on white background

This text has color #F92A76 on white background.



Black color preview on #F92A76 background

This text has black color on #F92A76 background.


White color preview on #F92A76 background

This text has white color on #F92A76 background.