COLOR #F5A3F1

HEX: #F5A3F1 RGB: (245,163,241)

Color info

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

RGB color model

#F5A3F1 color RGB value is (245,163,241).

RGB: (245,163,241) (96%, 64%, 95%)

RGB channels and saturation

R 245 of 255 = 96%
G 163 of 255 = 64%
B 241 of 255 = 95%

245
163
241

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

Portions of RGB colors in percentages

R + G + B = 245 + 163 + 241 = 649 (100%)
R 245 of 649 ~ 37.75%
G 163 of 649 ~ 25.12%
B 241 of 649 ~ 37.13'%

%37.75
%25.12
%37.13

CMYK color model

#F5A3F1 color CMYK value is (0,33,2,4).

  • cyan value is 0.00%
  • magenta value is 33.47%
  • yellow value is 1.63%
  • key color value is 3.92%

CMYK: (0,33,2,4)
C0M33Y2K4 (0%, 33%, 2%, 4%)
(0.00 / 0.33 / 0.02 / 0.04)

CMYK percentages

%0
%33.47
%1.63
%3.92

Codes

Color #F5A3F1 in popluar color models

F5 A3 F1
RGB 245 163 241
HSL 303° 80.39% 80.00%
HSB/HSV 303° 33.47% 96.08%
CMYK 0.00% 33.47% 1.63%
3.92%

Color #F5A3F1 in popluar number systems.

HEX F5 A3 F1
Decimal 245 163 241
Binary 11110101 10100011 11110001
Octal 365 243 361

Shades and tints

Shades of #F5A3F1

#F5A3F1
(245,163,241)
#DF95DC
(223,149,220)
#C987C7
(201,135,199)
#B379B2
(179,121,178)
#9D6B9D
(157,107,157)
#875D88
(135,93,136)
#714F73
(113,79,115)
#5B415E
(91,65,94)
#453349
(69,51,73)
#2F2534
(47,37,52)
#19171F
(25,23,31)
#000000
(0,0,0)

Tints of #F5A3F1

#F5A3F1
(245,163,241)
#F5ABF2
(245,171,242)
#F5B3F3
(245,179,243)
#F5BBF4
(245,187,244)
#F5C3F5
(245,195,245)
#F5CBF6
(245,203,246)
#F5D3F7
(245,211,247)
#F5DBF8
(245,219,248)
#F5E3F9
(245,227,249)
#F5EBFA
(245,235,250)
#F5F3FB
(245,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5A3F1 color. Also use rgb(245,163,241) instead hex code.

Text Font Color

.myTextColor { color: #F5A3F1; }

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

This text font color is #F5A3F1.

Background Color

.myBgColor { background-color: #F5A3F1; }

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

This div background color is #F5A3F1.

Border color

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

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

This div border color is #F5A3F1.

Opacity

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

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

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

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

This text has shadow with #F5A3F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5A3F1.

Preview

Color preview on black background

This text has color #F5A3F1 on black background.


Color preview on white background

This text has color #F5A3F1 on white background.


Black color preview on #F5A3F1 background

This text has black color on #F5A3F1 background.


White color preview on #F5A3F1 background

This text has white color on #F5A3F1 background.


Related colors

Complementary color

Complementary color for #hex is #0A5C0E.


I love getcolorcode.com

Triadic colors

1 #F1F5A3 and #A3F1F5 with #F5A3F1 are triadic colors.

2 #F1A3F5 and #A3F5F1 with #F5A3F1 are triadic colors.