COLOR #FB3998

HEX: #FB3998
RGB: (251,57,152)

Color info

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

RGB color model

#FB3998 color RGB value is (251,57,152).

  • red value is 251;
  • green value is 57;
  • blue value is 152.
RGB:
(251,57,152)
(98%,22%,60%)

RGB channels and saturation

R 251 of 255 = 98%
G 57 of 255 = 22%
B 152 of 255 = 60%

251
57
152

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

Portions of RGB colors in percentages

R + G + B =
251 + 57 + 152 = 460 (100%)
R 251 of 460 ~ 54.57%
G 57 of 460 ~ 12.39%
B 152 of 460 ~ 33.04%

%54.57
%12.39
%33.04

CMYK color model

#FB3998 color CMYK value is (0,77,39,2).

  • cyan value is 0.00%
  • magenta value is 77.29%
  • yellow value is 39.44%
  • key color value is 1.57%
CMYK:
(0,77,39,2)
C0M77Y39K2 
(0%,77%,39%,2%)
(0.00/0.77/0.39/0.02)	

CMYK percentages

%0
%77.29
%39.44
%1.57

Codes

Color #FB3998 in popluar color models

FB3998
RGB25157152
HSL331°96.04%60.39%
HSB/HSV331°77.29%98.43%
CMYK0.00%77.29%39.44%
1.57%

Color #FB3998 in popluar number systems.

HEXFB3998
Decimal25157152
Binary1111101111100110011000
Octal37371230

Shades and tints

Shades of #FB3998

#FB3998
(251,57,152)
#E5348B
(229,52,139)
#CF2F7E
(207,47,126)
#B92A71
(185,42,113)
#A32564
(163,37,100)
#8D2057
(141,32,87)
#771B4A
(119,27,74)
#61163D
(97,22,61)
#4B1130
(75,17,48)
#350C23
(53,12,35)
#1F0716
(31,7,22)
#000000
(0,0,0)

Tints of #FB3998

#FB3998
(251,57,152)
#FB4BA1
(251,75,161)
#FB5DAA
(251,93,170)
#FB6FB3
(251,111,179)
#FB81BC
(251,129,188)
#FB93C5
(251,147,197)
#FBA5CE
(251,165,206)
#FBB7D7
(251,183,215)
#FBC9E0
(251,201,224)
#FBDBE9
(251,219,233)
#FBEDF2
(251,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB3998 color. Also use rgb(251,57,152) instead hex code.

Text Font Color

.myTextColor { color: #FB3998; }

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

This text font color is #FB3998.


Background Color

.myBgColor { background-color: #FB3998; }

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

This div background color is #FB3998.


Border color

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

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

This div border color is #FB3998.


Opacity

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

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

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

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

This text has shadow with #FB3998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB3998 on black background.


Color preview on white background

This text has color #FB3998 on white background.



Black color preview on #FB3998 background

This text has black color on #FB3998 background.


White color preview on #FB3998 background

This text has white color on #FB3998 background.