COLOR #F58AF4

HEX: #F58AF4
RGB: (245,138,244)

Color info

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

RGB color model

#F58AF4 color RGB value is (245,138,244).

  • red value is 245;
  • green value is 138;
  • blue value is 244.
RGB: (245,138,244) (96%,54%,96%)

RGB channels and saturation

R 245 of 255 = 96%
G 138 of 255 = 54%
B 244 of 255 = 96%

245
138
244

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

Portions of RGB colors in percentages

R + G + B =
245 + 138 + 244 = 627 (100%)
R 245 of 627 ~ 39.07%
G 138 of 627 ~ 22.01%
B 244 of 627 ~ 38.92%

%39.07
%22.01
%38.92

CMYK color model

#F58AF4 color CMYK value is (0,44,0,4).

  • cyan value is 0.00%
  • magenta value is 43.67%
  • yellow value is 0.41%
  • key color value is 3.92%
CMYK: (0,44,0,4) C0M44Y0K4 (0%,44%,0%,4%) (0.00/0.44/0.00/0.04)

CMYK percentages

%0
%43.67
%0.41
%3.92

Codes

Color #F58AF4 in popluar color models

F58AF4
RGB245138244
HSL301°84.25%75.10%
HSB/HSV301°43.67%96.08%
CMYK0.00%43.67%0.41%
3.92%

Color #F58AF4 in popluar number systems.

HEXF58AF4
Decimal245138244
Binary111101011000101011110100
Octal365212364

Shades and tints

Shades of #F58AF4

#F58AF4
(245,138,244)
#DF7EDE
(223,126,222)
#C972C8
(201,114,200)
#B366B2
(179,102,178)
#9D5A9C
(157,90,156)
#874E86
(135,78,134)
#714270
(113,66,112)
#5B365A
(91,54,90)
#452A44
(69,42,68)
#2F1E2E
(47,30,46)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #F58AF4

#F58AF4
(245,138,244)
#F594F5
(245,148,245)
#F59EF6
(245,158,246)
#F5A8F7
(245,168,247)
#F5B2F8
(245,178,248)
#F5BCF9
(245,188,249)
#F5C6FA
(245,198,250)
#F5D0FB
(245,208,251)
#F5DAFC
(245,218,252)
#F5E4FD
(245,228,253)
#F5EEFE
(245,238,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F58AF4 color. Also use rgb(245,138,244) instead hex code.

Text Font Color

.myTextColor { color: #F58AF4; }

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

This text font color is #F58AF4.


Background Color

.myBgColor { background-color: #F58AF4; }

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

This div background color is #F58AF4.


Border color

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

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

This div border color is #F58AF4.


Opacity

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

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

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

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

This text has shadow with #F58AF4 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F58AF4 on black background.


Color preview on white background

This text has color #F58AF4 on white background.



Black color preview on #F58AF4 background

This text has black color on #F58AF4 background.


White color preview on #F58AF4 background

This text has white color on #F58AF4 background.