COLOR #F94BB3

HEX: #F94BB3
RGB: (249,75,179)

Color info

#F94BB3 contains mainly red color. Web safe color of #F94BB3 is #FF3399 (or #F39).

RGB color model

#F94BB3 color RGB value is (249,75,179).

  • red value is 249;
  • green value is 75;
  • blue value is 179.
RGB:
(249,75,179)
(98%,29%,70%)

RGB channels and saturation

R 249 of 255 = 98%
G 75 of 255 = 29%
B 179 of 255 = 70%

249
75
179

R + G + B ~ 66%. #F94BB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 75 + 179 = 503 (100%)
R 249 of 503 ~ 49.5%
G 75 of 503 ~ 14.91%
B 179 of 503 ~ 35.59%

%49.5
%14.91
%35.59

CMYK color model

#F94BB3 color CMYK value is (0,70,28,2).

  • cyan value is 0.00%
  • magenta value is 69.88%
  • yellow value is 28.11%
  • key color value is 2.35%
CMYK:
(0,70,28,2)
C0M70Y28K2 
(0%,70%,28%,2%)
(0.00/0.70/0.28/0.02)	

CMYK percentages

%0
%69.88
%28.11
%2.35

Codes

Color #F94BB3 in popluar color models

F94BB3
RGB24975179
HSL324°93.55%63.53%
HSB/HSV324°69.88%97.65%
CMYK0.00%69.88%28.11%
2.35%

Color #F94BB3 in popluar number systems.

HEXF94BB3
Decimal24975179
Binary11111001100101110110011
Octal371113263

Shades and tints

Shades of #F94BB3

#F94BB3
(249,75,179)
#E345A3
(227,69,163)
#CD3F93
(205,63,147)
#B73983
(183,57,131)
#A13373
(161,51,115)
#8B2D63
(139,45,99)
#752753
(117,39,83)
#5F2143
(95,33,67)
#491B33
(73,27,51)
#331523
(51,21,35)
#1D0F13
(29,15,19)
#000000
(0,0,0)

Tints of #F94BB3

#F94BB3
(249,75,179)
#F95BB9
(249,91,185)
#F96BBF
(249,107,191)
#F97BC5
(249,123,197)
#F98BCB
(249,139,203)
#F99BD1
(249,155,209)
#F9ABD7
(249,171,215)
#F9BBDD
(249,187,221)
#F9CBE3
(249,203,227)
#F9DBE9
(249,219,233)
#F9EBEF
(249,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F94BB3 color. Also use rgb(249,75,179) instead hex code.

Text Font Color

.myTextColor { color: #F94BB3; }

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

This text font color is #F94BB3.


Background Color

.myBgColor { background-color: #F94BB3; }

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

This div background color is #F94BB3.


Border color

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

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

This div border color is #F94BB3.


Opacity

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

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

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

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

This text has shadow with #F94BB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F94BB3 on black background.


Color preview on white background

This text has color #F94BB3 on white background.



Black color preview on #F94BB3 background

This text has black color on #F94BB3 background.


White color preview on #F94BB3 background

This text has white color on #F94BB3 background.