COLOR #F5A0F3

HEX: #F5A0F3
RGB: (245,160,243)

Color info

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

RGB color model

#F5A0F3 color RGB value is (245,160,243).

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

RGB channels and saturation

R 245 of 255 = 96%
G 160 of 255 = 63%
B 243 of 255 = 95%

245
160
243

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

Portions of RGB colors in percentages

R + G + B =
245 + 160 + 243 = 648 (100%)
R 245 of 648 ~ 37.81%
G 160 of 648 ~ 24.69%
B 243 of 648 ~ 37.5%

%37.81
%24.69
%37.5

CMYK color model

#F5A0F3 color CMYK value is (0,35,1,4).

  • cyan value is 0.00%
  • magenta value is 34.69%
  • yellow value is 0.82%
  • key color value is 3.92%
CMYK:
(0,35,1,4)
C0M35Y1K4 
(0%,35%,1%,4%)
(0.00/0.35/0.01/0.04)	

CMYK percentages

%0
%34.69
%0.82
%3.92

Codes

Color #F5A0F3 in popluar color models

F5A0F3
RGB245160243
HSL301°80.95%79.41%
HSB/HSV301°34.69%96.08%
CMYK0.00%34.69%0.82%
3.92%

Color #F5A0F3 in popluar number systems.

HEXF5A0F3
Decimal245160243
Binary111101011010000011110011
Octal365240363

Shades and tints

Shades of #F5A0F3

#F5A0F3
(245,160,243)
#DF92DD
(223,146,221)
#C984C7
(201,132,199)
#B376B1
(179,118,177)
#9D689B
(157,104,155)
#875A85
(135,90,133)
#714C6F
(113,76,111)
#5B3E59
(91,62,89)
#453043
(69,48,67)
#2F222D
(47,34,45)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #F5A0F3

#F5A0F3
(245,160,243)
#F5A8F4
(245,168,244)
#F5B0F5
(245,176,245)
#F5B8F6
(245,184,246)
#F5C0F7
(245,192,247)
#F5C8F8
(245,200,248)
#F5D0F9
(245,208,249)
#F5D8FA
(245,216,250)
#F5E0FB
(245,224,251)
#F5E8FC
(245,232,252)
#F5F0FD
(245,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5A0F3; }

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

This text font color is #F5A0F3.


Background Color

.myBgColor { background-color: #F5A0F3; }

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

This div background color is #F5A0F3.


Border color

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

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

This div border color is #F5A0F3.


Opacity

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

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

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

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

This text has shadow with #F5A0F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5A0F3 on black background.


Color preview on white background

This text has color #F5A0F3 on white background.



Black color preview on #F5A0F3 background

This text has black color on #F5A0F3 background.


White color preview on #F5A0F3 background

This text has white color on #F5A0F3 background.