COLOR #F792B0

HEX: #F792B0
RGB: (247,146,176)

Color info

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

RGB color model

#F792B0 color RGB value is (247,146,176).

  • red value is 247;
  • green value is 146;
  • blue value is 176.
RGB:
(247,146,176)
(97%,57%,69%)

RGB channels and saturation

R 247 of 255 = 97%
G 146 of 255 = 57%
B 176 of 255 = 69%

247
146
176

R + G + B ~ 74%. #F792B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 146 + 176 = 569 (100%)
R 247 of 569 ~ 43.41%
G 146 of 569 ~ 25.66%
B 176 of 569 ~ 30.93%

%43.41
%25.66
%30.93

CMYK color model

#F792B0 color CMYK value is (0,41,29,3).

  • cyan value is 0.00%
  • magenta value is 40.89%
  • yellow value is 28.74%
  • key color value is 3.14%
CMYK:
(0,41,29,3)
C0M41Y29K3 
(0%,41%,29%,3%)
(0.00/0.41/0.29/0.03)	

CMYK percentages

%0
%40.89
%28.74
%3.14

Codes

Color #F792B0 in popluar color models

F792B0
RGB247146176
HSL342°86.32%77.06%
HSB/HSV342°40.89%96.86%
CMYK0.00%40.89%28.74%
3.14%

Color #F792B0 in popluar number systems.

HEXF792B0
Decimal247146176
Binary111101111001001010110000
Octal367222260

Shades and tints

Shades of #F792B0

#F792B0
(247,146,176)
#E185A0
(225,133,160)
#CB7890
(203,120,144)
#B56B80
(181,107,128)
#9F5E70
(159,94,112)
#895160
(137,81,96)
#734450
(115,68,80)
#5D3740
(93,55,64)
#472A30
(71,42,48)
#311D20
(49,29,32)
#1B1010
(27,16,16)
#000000
(0,0,0)

Tints of #F792B0

#F792B0
(247,146,176)
#F79BB7
(247,155,183)
#F7A4BE
(247,164,190)
#F7ADC5
(247,173,197)
#F7B6CC
(247,182,204)
#F7BFD3
(247,191,211)
#F7C8DA
(247,200,218)
#F7D1E1
(247,209,225)
#F7DAE8
(247,218,232)
#F7E3EF
(247,227,239)
#F7ECF6
(247,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F792B0 color. Also use rgb(247,146,176) instead hex code.

Text Font Color

.myTextColor { color: #F792B0; }

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

This text font color is #F792B0.


Background Color

.myBgColor { background-color: #F792B0; }

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

This div background color is #F792B0.


Border color

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

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

This div border color is #F792B0.


Opacity

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

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

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

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

This text has shadow with #F792B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F792B0 on black background.


Color preview on white background

This text has color #F792B0 on white background.



Black color preview on #F792B0 background

This text has black color on #F792B0 background.


White color preview on #F792B0 background

This text has white color on #F792B0 background.