COLOR #FA08B2

HEX: #FA08B2
RGB: (250,8,178)

Color info

#FA08B2 contains mainly red color. Web safe color of #FA08B2 is #FF0099 (or #F09).

RGB color model

#FA08B2 color RGB value is (250,8,178).

  • red value is 250;
  • green value is 8;
  • blue value is 178.
RGB:
(250,8,178)
(98%,3%,70%)

RGB channels and saturation

R 250 of 255 = 98%
G 8 of 255 = 3%
B 178 of 255 = 70%

250
8
178

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

Portions of RGB colors in percentages

R + G + B =
250 + 8 + 178 = 436 (100%)
R 250 of 436 ~ 57.34%
G 8 of 436 ~ 1.83%
B 178 of 436 ~ 40.83%

%57.34
%40.83

CMYK color model

#FA08B2 color CMYK value is (0,97,29,2).

  • cyan value is 0.00%
  • magenta value is 96.80%
  • yellow value is 28.80%
  • key color value is 1.96%
CMYK:
(0,97,29,2)
C0M97Y29K2 
(0%,97%,29%,2%)
(0.00/0.97/0.29/0.02)	

CMYK percentages

%0
%96.8
%28.8
%1.96

Codes

Color #FA08B2 in popluar color models

FA08B2
RGB2508178
HSL318°96.03%50.59%
HSB/HSV318°96.80%98.04%
CMYK0.00%96.80%28.80%
1.96%

Color #FA08B2 in popluar number systems.

HEXFA08B2
Decimal2508178
Binary11111010100010110010
Octal37210262

Shades and tints

Shades of #FA08B2

#FA08B2
(250,8,178)
#E408A2
(228,8,162)
#CE0892
(206,8,146)
#B80882
(184,8,130)
#A20872
(162,8,114)
#8C0862
(140,8,98)
#760852
(118,8,82)
#600842
(96,8,66)
#4A0832
(74,8,50)
#340822
(52,8,34)
#1E0812
(30,8,18)
#000000
(0,0,0)

Tints of #FA08B2

#FA08B2
(250,8,178)
#FA1EB9
(250,30,185)
#FA34C0
(250,52,192)
#FA4AC7
(250,74,199)
#FA60CE
(250,96,206)
#FA76D5
(250,118,213)
#FA8CDC
(250,140,220)
#FAA2E3
(250,162,227)
#FAB8EA
(250,184,234)
#FACEF1
(250,206,241)
#FAE4F8
(250,228,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA08B2 color. Also use rgb(250,8,178) instead hex code.

Text Font Color

.myTextColor { color: #FA08B2; }

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

This text font color is #FA08B2.


Background Color

.myBgColor { background-color: #FA08B2; }

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

This div background color is #FA08B2.


Border color

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

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

This div border color is #FA08B2.


Opacity

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

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

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

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

This text has shadow with #FA08B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA08B2 on black background.


Color preview on white background

This text has color #FA08B2 on white background.



Black color preview on #FA08B2 background

This text has black color on #FA08B2 background.


White color preview on #FA08B2 background

This text has white color on #FA08B2 background.