COLOR #F015D2

HEX: #F015D2
RGB: (240,21,210)

Color info

#F015D2 contains mainly red and blue colors. Web safe color of #F015D2 is #FF00CC (or #F0C).

RGB color model

#F015D2 color RGB value is (240,21,210).

  • red value is 240;
  • green value is 21;
  • blue value is 210.
RGB:
(240,21,210)
(94%,8%,82%)

RGB channels and saturation

R 240 of 255 = 94%
G 21 of 255 = 8%
B 210 of 255 = 82%

240
21
210

R + G + B ~ 61%. #F015D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 21 + 210 = 471 (100%)
R 240 of 471 ~ 50.96%
G 21 of 471 ~ 4.46%
B 210 of 471 ~ 44.59%

%50.96
%44.59

CMYK color model

#F015D2 color CMYK value is (0,91,13,6).

  • cyan value is 0.00%
  • magenta value is 91.25%
  • yellow value is 12.50%
  • key color value is 5.88%
CMYK:
(0,91,13,6)
C0M91Y13K6 
(0%,91%,13%,6%)
(0.00/0.91/0.13/0.06)	

CMYK percentages

%0
%91.25
%12.5
%5.88

Codes

Color #F015D2 in popluar color models

F015D2
RGB24021210
HSL308°87.95%51.18%
HSB/HSV308°91.25%94.12%
CMYK0.00%91.25%12.50%
5.88%

Color #F015D2 in popluar number systems.

HEXF015D2
Decimal24021210
Binary111100001010111010010
Octal36025322

Shades and tints

Shades of #F015D2

#F015D2
(240,21,210)
#DB14BF
(219,20,191)
#C613AC
(198,19,172)
#B11299
(177,18,153)
#9C1186
(156,17,134)
#871073
(135,16,115)
#720F60
(114,15,96)
#5D0E4D
(93,14,77)
#480D3A
(72,13,58)
#330C27
(51,12,39)
#1E0B14
(30,11,20)
#000000
(0,0,0)

Tints of #F015D2

#F015D2
(240,21,210)
#F12AD6
(241,42,214)
#F23FDA
(242,63,218)
#F354DE
(243,84,222)
#F469E2
(244,105,226)
#F57EE6
(245,126,230)
#F693EA
(246,147,234)
#F7A8EE
(247,168,238)
#F8BDF2
(248,189,242)
#F9D2F6
(249,210,246)
#FAE7FA
(250,231,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F015D2 color. Also use rgb(240,21,210) instead hex code.

Text Font Color

.myTextColor { color: #F015D2; }

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

This text font color is #F015D2.


Background Color

.myBgColor { background-color: #F015D2; }

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

This div background color is #F015D2.


Border color

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

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

This div border color is #F015D2.


Opacity

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

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

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

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

This text has shadow with #F015D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F015D2 on black background.


Color preview on white background

This text has color #F015D2 on white background.



Black color preview on #F015D2 background

This text has black color on #F015D2 background.


White color preview on #F015D2 background

This text has white color on #F015D2 background.