COLOR #F3A0FB

HEX: #F3A0FB
RGB: (243,160,251)

Color info

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

RGB color model

#F3A0FB color RGB value is (243,160,251).

  • red value is 243;
  • green value is 160;
  • blue value is 251.
RGB:
(243,160,251)
(95%,63%,98%)

RGB channels and saturation

R 243 of 255 = 95%
G 160 of 255 = 63%
B 251 of 255 = 98%

243
160
251

R + G + B ~ 85%. #F3A0FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 160 + 251 = 654 (100%)
R 243 of 654 ~ 37.16%
G 160 of 654 ~ 24.46%
B 251 of 654 ~ 38.38%

%37.16
%24.46
%38.38

CMYK color model

#F3A0FB color CMYK value is (3,36,0,2).

  • cyan value is 3.19%
  • magenta value is 36.25%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(3,36,0,2)
C3M36Y0K2 
(3%,36%,0%,2%)
(0.03/0.36/0.00/0.02)	

CMYK percentages

%3.19
%36.25
%0
%1.57

Codes

Color #F3A0FB in popluar color models

F3A0FB
RGB243160251
HSL295°91.92%80.59%
HSB/HSV295°36.25%98.43%
CMYK3.19%36.25%0.00%
1.57%

Color #F3A0FB in popluar number systems.

HEXF3A0FB
Decimal243160251
Binary111100111010000011111011
Octal363240373

Shades and tints

Shades of #F3A0FB

#F3A0FB
(243,160,251)
#DD92E5
(221,146,229)
#C784CF
(199,132,207)
#B176B9
(177,118,185)
#9B68A3
(155,104,163)
#855A8D
(133,90,141)
#6F4C77
(111,76,119)
#593E61
(89,62,97)
#43304B
(67,48,75)
#2D2235
(45,34,53)
#17141F
(23,20,31)
#000000
(0,0,0)

Tints of #F3A0FB

#F3A0FB
(243,160,251)
#F4A8FB
(244,168,251)
#F5B0FB
(245,176,251)
#F6B8FB
(246,184,251)
#F7C0FB
(247,192,251)
#F8C8FB
(248,200,251)
#F9D0FB
(249,208,251)
#FAD8FB
(250,216,251)
#FBE0FB
(251,224,251)
#FCE8FB
(252,232,251)
#FDF0FB
(253,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3A0FB color. Also use rgb(243,160,251) instead hex code.

Text Font Color

.myTextColor { color: #F3A0FB; }

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

This text font color is #F3A0FB.


Background Color

.myBgColor { background-color: #F3A0FB; }

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

This div background color is #F3A0FB.


Border color

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

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

This div border color is #F3A0FB.


Opacity

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

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

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

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

This text has shadow with #F3A0FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3A0FB on black background.


Color preview on white background

This text has color #F3A0FB on white background.



Black color preview on #F3A0FB background

This text has black color on #F3A0FB background.


White color preview on #F3A0FB background

This text has white color on #F3A0FB background.