COLOR #F588FC

HEX: #F588FC
RGB: (245,136,252)

Color info

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

RGB color model

#F588FC color RGB value is (245,136,252).

  • red value is 245;
  • green value is 136;
  • blue value is 252.
RGB:
(245,136,252)
(96%,53%,99%)

RGB channels and saturation

R 245 of 255 = 96%
G 136 of 255 = 53%
B 252 of 255 = 99%

245
136
252

R + G + B ~ 83%. #F588FC is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 136 + 252 = 633 (100%)
R 245 of 633 ~ 38.7%
G 136 of 633 ~ 21.48%
B 252 of 633 ~ 39.81%

%38.7
%21.48
%39.81

CMYK color model

#F588FC color CMYK value is (3,46,0,1).

  • cyan value is 2.78%
  • magenta value is 46.03%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(3,46,0,1)
C3M46Y0K1 
(3%,46%,0%,1%)
(0.03/0.46/0.00/0.01)	

CMYK percentages

%2.78
%46.03
%0
%1.18

Codes

Color #F588FC in popluar color models

F588FC
RGB245136252
HSL296°95.08%76.08%
HSB/HSV296°46.03%98.82%
CMYK2.78%46.03%0.00%
1.18%

Color #F588FC in popluar number systems.

HEXF588FC
Decimal245136252
Binary111101011000100011111100
Octal365210374

Shades and tints

Shades of #F588FC

#F588FC
(245,136,252)
#DF7CE6
(223,124,230)
#C970D0
(201,112,208)
#B364BA
(179,100,186)
#9D58A4
(157,88,164)
#874C8E
(135,76,142)
#714078
(113,64,120)
#5B3462
(91,52,98)
#45284C
(69,40,76)
#2F1C36
(47,28,54)
#191020
(25,16,32)
#000000
(0,0,0)

Tints of #F588FC

#F588FC
(245,136,252)
#F592FC
(245,146,252)
#F59CFC
(245,156,252)
#F5A6FC
(245,166,252)
#F5B0FC
(245,176,252)
#F5BAFC
(245,186,252)
#F5C4FC
(245,196,252)
#F5CEFC
(245,206,252)
#F5D8FC
(245,216,252)
#F5E2FC
(245,226,252)
#F5ECFC
(245,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F588FC color. Also use rgb(245,136,252) instead hex code.

Text Font Color

.myTextColor { color: #F588FC; }

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

This text font color is #F588FC.


Background Color

.myBgColor { background-color: #F588FC; }

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

This div background color is #F588FC.


Border color

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

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

This div border color is #F588FC.


Opacity

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

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

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

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

This text has shadow with #F588FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F588FC on black background.


Color preview on white background

This text has color #F588FC on white background.



Black color preview on #F588FC background

This text has black color on #F588FC background.


White color preview on #F588FC background

This text has white color on #F588FC background.