COLOR #F392B4

HEX: #F392B4
RGB: (243,146,180)

Color info

#F392B4 contains mainly red color. Web safe color of #F392B4 is #FF99CC (or #F9C).

RGB color model

#F392B4 color RGB value is (243,146,180).

  • red value is 243;
  • green value is 146;
  • blue value is 180.
RGB:
(243,146,180)
(95%,57%,71%)

RGB channels and saturation

R 243 of 255 = 95%
G 146 of 255 = 57%
B 180 of 255 = 71%

243
146
180

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

Portions of RGB colors in percentages

R + G + B =
243 + 146 + 180 = 569 (100%)
R 243 of 569 ~ 42.71%
G 146 of 569 ~ 25.66%
B 180 of 569 ~ 31.63%

%42.71
%25.66
%31.63

CMYK color model

#F392B4 color CMYK value is (0,40,26,5).

  • cyan value is 0.00%
  • magenta value is 39.92%
  • yellow value is 25.93%
  • key color value is 4.71%
CMYK:
(0,40,26,5)
C0M40Y26K5 
(0%,40%,26%,5%)
(0.00/0.40/0.26/0.05)	

CMYK percentages

%0
%39.92
%25.93
%4.71

Codes

Color #F392B4 in popluar color models

F392B4
RGB243146180
HSL339°80.17%76.27%
HSB/HSV339°39.92%95.29%
CMYK0.00%39.92%25.93%
4.71%

Color #F392B4 in popluar number systems.

HEXF392B4
Decimal243146180
Binary111100111001001010110100
Octal363222264

Shades and tints

Shades of #F392B4

#F392B4
(243,146,180)
#DD85A4
(221,133,164)
#C77894
(199,120,148)
#B16B84
(177,107,132)
#9B5E74
(155,94,116)
#855164
(133,81,100)
#6F4454
(111,68,84)
#593744
(89,55,68)
#432A34
(67,42,52)
#2D1D24
(45,29,36)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #F392B4

#F392B4
(243,146,180)
#F49BBA
(244,155,186)
#F5A4C0
(245,164,192)
#F6ADC6
(246,173,198)
#F7B6CC
(247,182,204)
#F8BFD2
(248,191,210)
#F9C8D8
(249,200,216)
#FAD1DE
(250,209,222)
#FBDAE4
(251,218,228)
#FCE3EA
(252,227,234)
#FDECF0
(253,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F392B4 color. Also use rgb(243,146,180) instead hex code.

Text Font Color

.myTextColor { color: #F392B4; }

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

This text font color is #F392B4.


Background Color

.myBgColor { background-color: #F392B4; }

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

This div background color is #F392B4.


Border color

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

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

This div border color is #F392B4.


Opacity

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

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

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

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

This text has shadow with #F392B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F392B4 on black background.


Color preview on white background

This text has color #F392B4 on white background.



Black color preview on #F392B4 background

This text has black color on #F392B4 background.


White color preview on #F392B4 background

This text has white color on #F392B4 background.