COLOR #FB09E4

HEX: #FB09E4
RGB: (251,9,228)

Color info

#FB09E4 contains mainly red and blue colors. Web safe color of #FB09E4 is #FF00CC (or #F0C).

RGB color model

#FB09E4 color RGB value is (251,9,228).

  • red value is 251;
  • green value is 9;
  • blue value is 228.
RGB:
(251,9,228)
(98%,4%,89%)

RGB channels and saturation

R 251 of 255 = 98%
G 9 of 255 = 4%
B 228 of 255 = 89%

251
9
228

R + G + B ~ 64%. #FB09E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 9 + 228 = 488 (100%)
R 251 of 488 ~ 51.43%
G 9 of 488 ~ 1.84%
B 228 of 488 ~ 46.72%

%51.43
%46.72

CMYK color model

#FB09E4 color CMYK value is (0,96,9,2).

  • cyan value is 0.00%
  • magenta value is 96.41%
  • yellow value is 9.16%
  • key color value is 1.57%
CMYK:
(0,96,9,2)
C0M96Y9K2 
(0%,96%,9%,2%)
(0.00/0.96/0.09/0.02)	

CMYK percentages

%0
%96.41
%9.16
%1.57

Codes

Color #FB09E4 in popluar color models

FB09E4
RGB2519228
HSL306°96.80%50.98%
HSB/HSV306°96.41%98.43%
CMYK0.00%96.41%9.16%
1.57%

Color #FB09E4 in popluar number systems.

HEXFB09E4
Decimal2519228
Binary11111011100111100100
Octal37311344

Shades and tints

Shades of #FB09E4

#FB09E4
(251,9,228)
#E509D0
(229,9,208)
#CF09BC
(207,9,188)
#B909A8
(185,9,168)
#A30994
(163,9,148)
#8D0980
(141,9,128)
#77096C
(119,9,108)
#610958
(97,9,88)
#4B0944
(75,9,68)
#350930
(53,9,48)
#1F091C
(31,9,28)
#000000
(0,0,0)

Tints of #FB09E4

#FB09E4
(251,9,228)
#FB1FE6
(251,31,230)
#FB35E8
(251,53,232)
#FB4BEA
(251,75,234)
#FB61EC
(251,97,236)
#FB77EE
(251,119,238)
#FB8DF0
(251,141,240)
#FBA3F2
(251,163,242)
#FBB9F4
(251,185,244)
#FBCFF6
(251,207,246)
#FBE5F8
(251,229,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB09E4 color. Also use rgb(251,9,228) instead hex code.

Text Font Color

.myTextColor { color: #FB09E4; }

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

This text font color is #FB09E4.


Background Color

.myBgColor { background-color: #FB09E4; }

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

This div background color is #FB09E4.


Border color

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

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

This div border color is #FB09E4.


Opacity

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

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

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

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

This text has shadow with #FB09E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB09E4 on black background.


Color preview on white background

This text has color #FB09E4 on white background.



Black color preview on #FB09E4 background

This text has black color on #FB09E4 background.


White color preview on #FB09E4 background

This text has white color on #FB09E4 background.