COLOR #F058C0

HEX: #F058C0
RGB: (240,88,192)

Color info

#F058C0 contains mainly red and blue colors. Web safe color of #F058C0 is #FF66CC (or #F6C).

RGB color model

#F058C0 color RGB value is (240,88,192).

  • red value is 240;
  • green value is 88;
  • blue value is 192.
RGB:
(240,88,192)
(94%,35%,75%)

RGB channels and saturation

R 240 of 255 = 94%
G 88 of 255 = 35%
B 192 of 255 = 75%

240
88
192

R + G + B ~ 68%. #F058C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 88 + 192 = 520 (100%)
R 240 of 520 ~ 46.15%
G 88 of 520 ~ 16.92%
B 192 of 520 ~ 36.92%

%46.15
%16.92
%36.92

CMYK color model

#F058C0 color CMYK value is (0,63,20,6).

  • cyan value is 0.00%
  • magenta value is 63.33%
  • yellow value is 20.00%
  • key color value is 5.88%
CMYK:
(0,63,20,6)
C0M63Y20K6 
(0%,63%,20%,6%)
(0.00/0.63/0.20/0.06)	

CMYK percentages

%0
%63.33
%20
%5.88

Codes

Color #F058C0 in popluar color models

F058C0
RGB24088192
HSL319°83.52%64.31%
HSB/HSV319°63.33%94.12%
CMYK0.00%63.33%20.00%
5.88%

Color #F058C0 in popluar number systems.

HEXF058C0
Decimal24088192
Binary11110000101100011000000
Octal360130300

Shades and tints

Shades of #F058C0

#F058C0
(240,88,192)
#DB50AF
(219,80,175)
#C6489E
(198,72,158)
#B1408D
(177,64,141)
#9C387C
(156,56,124)
#87306B
(135,48,107)
#72285A
(114,40,90)
#5D2049
(93,32,73)
#481838
(72,24,56)
#331027
(51,16,39)
#1E0816
(30,8,22)
#000000
(0,0,0)

Tints of #F058C0

#F058C0
(240,88,192)
#F167C5
(241,103,197)
#F276CA
(242,118,202)
#F385CF
(243,133,207)
#F494D4
(244,148,212)
#F5A3D9
(245,163,217)
#F6B2DE
(246,178,222)
#F7C1E3
(247,193,227)
#F8D0E8
(248,208,232)
#F9DFED
(249,223,237)
#FAEEF2
(250,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F058C0 color. Also use rgb(240,88,192) instead hex code.

Text Font Color

.myTextColor { color: #F058C0; }

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

This text font color is #F058C0.


Background Color

.myBgColor { background-color: #F058C0; }

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

This div background color is #F058C0.


Border color

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

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

This div border color is #F058C0.


Opacity

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

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

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

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

This text has shadow with #F058C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F058C0 on black background.


Color preview on white background

This text has color #F058C0 on white background.



Black color preview on #F058C0 background

This text has black color on #F058C0 background.


White color preview on #F058C0 background

This text has white color on #F058C0 background.