COLOR #FB83F9

HEX: #FB83F9
RGB: (251,131,249)

Color info

#FB83F9 contains mainly red and blue colors. Web safe color of #FB83F9 is #FF99FF (or #F9F).

RGB color model

#FB83F9 color RGB value is (251,131,249).

  • red value is 251;
  • green value is 131;
  • blue value is 249.
RGB:
(251,131,249)
(98%,51%,98%)

RGB channels and saturation

R 251 of 255 = 98%
G 131 of 255 = 51%
B 249 of 255 = 98%

251
131
249

R + G + B ~ 82%. #FB83F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 131 + 249 = 631 (100%)
R 251 of 631 ~ 39.78%
G 131 of 631 ~ 20.76%
B 249 of 631 ~ 39.46%

%39.78
%20.76
%39.46

CMYK color model

#FB83F9 color CMYK value is (0,48,1,2).

  • cyan value is 0.00%
  • magenta value is 47.81%
  • yellow value is 0.80%
  • key color value is 1.57%
CMYK:
(0,48,1,2)
C0M48Y1K2 
(0%,48%,1%,2%)
(0.00/0.48/0.01/0.02)	

CMYK percentages

%0
%47.81
%0.8
%1.57

Codes

Color #FB83F9 in popluar color models

FB83F9
RGB251131249
HSL301°93.75%74.90%
HSB/HSV301°47.81%98.43%
CMYK0.00%47.81%0.80%
1.57%

Color #FB83F9 in popluar number systems.

HEXFB83F9
Decimal251131249
Binary111110111000001111111001
Octal373203371

Shades and tints

Shades of #FB83F9

#FB83F9
(251,131,249)
#E578E3
(229,120,227)
#CF6DCD
(207,109,205)
#B962B7
(185,98,183)
#A357A1
(163,87,161)
#8D4C8B
(141,76,139)
#774175
(119,65,117)
#61365F
(97,54,95)
#4B2B49
(75,43,73)
#352033
(53,32,51)
#1F151D
(31,21,29)
#000000
(0,0,0)

Tints of #FB83F9

#FB83F9
(251,131,249)
#FB8EF9
(251,142,249)
#FB99F9
(251,153,249)
#FBA4F9
(251,164,249)
#FBAFF9
(251,175,249)
#FBBAF9
(251,186,249)
#FBC5F9
(251,197,249)
#FBD0F9
(251,208,249)
#FBDBF9
(251,219,249)
#FBE6F9
(251,230,249)
#FBF1F9
(251,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB83F9 color. Also use rgb(251,131,249) instead hex code.

Text Font Color

.myTextColor { color: #FB83F9; }

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

This text font color is #FB83F9.


Background Color

.myBgColor { background-color: #FB83F9; }

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

This div background color is #FB83F9.


Border color

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

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

This div border color is #FB83F9.


Opacity

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

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

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

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

This text has shadow with #FB83F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB83F9 on black background.


Color preview on white background

This text has color #FB83F9 on white background.



Black color preview on #FB83F9 background

This text has black color on #FB83F9 background.


White color preview on #FB83F9 background

This text has white color on #FB83F9 background.