COLOR #F027C9

HEX: #F027C9
RGB: (240,39,201)

Color info

#F027C9 contains mainly red and blue colors. Web safe color of #F027C9 is #FF33CC (or #F3C).

RGB color model

#F027C9 color RGB value is (240,39,201).

  • red value is 240;
  • green value is 39;
  • blue value is 201.
RGB:
(240,39,201)
(94%,15%,79%)

RGB channels and saturation

R 240 of 255 = 94%
G 39 of 255 = 15%
B 201 of 255 = 79%

240
39
201

R + G + B ~ 63%. #F027C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 39 + 201 = 480 (100%)
R 240 of 480 ~ 50%
G 39 of 480 ~ 8.13%
B 201 of 480 ~ 41.88%

%50
%41.88

CMYK color model

#F027C9 color CMYK value is (0,84,16,6).

  • cyan value is 0.00%
  • magenta value is 83.75%
  • yellow value is 16.25%
  • key color value is 5.88%
CMYK:
(0,84,16,6)
C0M84Y16K6 
(0%,84%,16%,6%)
(0.00/0.84/0.16/0.06)	

CMYK percentages

%0
%83.75
%16.25
%5.88

Codes

Color #F027C9 in popluar color models

F027C9
RGB24039201
HSL312°87.01%54.71%
HSB/HSV312°83.75%94.12%
CMYK0.00%83.75%16.25%
5.88%

Color #F027C9 in popluar number systems.

HEXF027C9
Decimal24039201
Binary1111000010011111001001
Octal36047311

Shades and tints

Shades of #F027C9

#F027C9
(240,39,201)
#DB24B7
(219,36,183)
#C621A5
(198,33,165)
#B11E93
(177,30,147)
#9C1B81
(156,27,129)
#87186F
(135,24,111)
#72155D
(114,21,93)
#5D124B
(93,18,75)
#480F39
(72,15,57)
#330C27
(51,12,39)
#1E0915
(30,9,21)
#000000
(0,0,0)

Tints of #F027C9

#F027C9
(240,39,201)
#F13ACD
(241,58,205)
#F24DD1
(242,77,209)
#F360D5
(243,96,213)
#F473D9
(244,115,217)
#F586DD
(245,134,221)
#F699E1
(246,153,225)
#F7ACE5
(247,172,229)
#F8BFE9
(248,191,233)
#F9D2ED
(249,210,237)
#FAE5F1
(250,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F027C9 color. Also use rgb(240,39,201) instead hex code.

Text Font Color

.myTextColor { color: #F027C9; }

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

This text font color is #F027C9.


Background Color

.myBgColor { background-color: #F027C9; }

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

This div background color is #F027C9.


Border color

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

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

This div border color is #F027C9.


Opacity

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

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

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

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

This text has shadow with #F027C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F027C9 on black background.


Color preview on white background

This text has color #F027C9 on white background.



Black color preview on #F027C9 background

This text has black color on #F027C9 background.


White color preview on #F027C9 background

This text has white color on #F027C9 background.