COLOR #F018BD

HEX: #F018BD
RGB: (240,24,189)

Color info

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

RGB color model

#F018BD color RGB value is (240,24,189).

  • red value is 240;
  • green value is 24;
  • blue value is 189.
RGB:
(240,24,189)
(94%,9%,74%)

RGB channels and saturation

R 240 of 255 = 94%
G 24 of 255 = 9%
B 189 of 255 = 74%

240
24
189

R + G + B ~ 59%. #F018BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
240 + 24 + 189 = 453 (100%)
R 240 of 453 ~ 52.98%
G 24 of 453 ~ 5.3%
B 189 of 453 ~ 41.72%

%52.98
%41.72

CMYK color model

#F018BD color CMYK value is (0,90,21,6).

  • cyan value is 0.00%
  • magenta value is 90.00%
  • yellow value is 21.25%
  • key color value is 5.88%
CMYK:
(0,90,21,6)
C0M90Y21K6 
(0%,90%,21%,6%)
(0.00/0.90/0.21/0.06)	

CMYK percentages

%0
%90
%21.25
%5.88

Codes

Color #F018BD in popluar color models

F018BD
RGB24024189
HSL314°87.80%51.76%
HSB/HSV314°90.00%94.12%
CMYK0.00%90.00%21.25%
5.88%

Color #F018BD in popluar number systems.

HEXF018BD
Decimal24024189
Binary111100001100010111101
Octal36030275

Shades and tints

Shades of #F018BD

#F018BD
(240,24,189)
#DB16AC
(219,22,172)
#C6149B
(198,20,155)
#B1128A
(177,18,138)
#9C1079
(156,16,121)
#870E68
(135,14,104)
#720C57
(114,12,87)
#5D0A46
(93,10,70)
#480835
(72,8,53)
#330624
(51,6,36)
#1E0413
(30,4,19)
#000000
(0,0,0)

Tints of #F018BD

#F018BD
(240,24,189)
#F12DC3
(241,45,195)
#F242C9
(242,66,201)
#F357CF
(243,87,207)
#F46CD5
(244,108,213)
#F581DB
(245,129,219)
#F696E1
(246,150,225)
#F7ABE7
(247,171,231)
#F8C0ED
(248,192,237)
#F9D5F3
(249,213,243)
#FAEAF9
(250,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F018BD color. Also use rgb(240,24,189) instead hex code.

Text Font Color

.myTextColor { color: #F018BD; }

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

This text font color is #F018BD.


Background Color

.myBgColor { background-color: #F018BD; }

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

This div background color is #F018BD.


Border color

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

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

This div border color is #F018BD.


Opacity

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

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

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

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

This text has shadow with #F018BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F018BD on black background.


Color preview on white background

This text has color #F018BD on white background.



Black color preview on #F018BD background

This text has black color on #F018BD background.


White color preview on #F018BD background

This text has white color on #F018BD background.