COLOR #F2518C

HEX: #F2518C
RGB: (242,81,140)

Color info

#F2518C contains mainly red color. Web safe color of #F2518C is #FF6699 (or #F69).

RGB color model

#F2518C color RGB value is (242,81,140).

  • red value is 242;
  • green value is 81;
  • blue value is 140.
RGB:
(242,81,140)
(95%,32%,55%)

RGB channels and saturation

R 242 of 255 = 95%
G 81 of 255 = 32%
B 140 of 255 = 55%

242
81
140

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

Portions of RGB colors in percentages

R + G + B =
242 + 81 + 140 = 463 (100%)
R 242 of 463 ~ 52.27%
G 81 of 463 ~ 17.49%
B 140 of 463 ~ 30.24%

%52.27
%17.49
%30.24

CMYK color model

#F2518C color CMYK value is (0,67,42,5).

  • cyan value is 0.00%
  • magenta value is 66.53%
  • yellow value is 42.15%
  • key color value is 5.10%
CMYK:
(0,67,42,5)
C0M67Y42K5 
(0%,67%,42%,5%)
(0.00/0.67/0.42/0.05)	

CMYK percentages

%0
%66.53
%42.15
%5.1

Codes

Color #F2518C in popluar color models

F2518C
RGB24281140
HSL338°86.10%63.33%
HSB/HSV338°66.53%94.90%
CMYK0.00%66.53%42.15%
5.10%

Color #F2518C in popluar number systems.

HEXF2518C
Decimal24281140
Binary11110010101000110001100
Octal362121214

Shades and tints

Shades of #F2518C

#F2518C
(242,81,140)
#DC4A80
(220,74,128)
#C64374
(198,67,116)
#B03C68
(176,60,104)
#9A355C
(154,53,92)
#842E50
(132,46,80)
#6E2744
(110,39,68)
#582038
(88,32,56)
#42192C
(66,25,44)
#2C1220
(44,18,32)
#160B14
(22,11,20)
#000000
(0,0,0)

Tints of #F2518C

#F2518C
(242,81,140)
#F36096
(243,96,150)
#F46FA0
(244,111,160)
#F57EAA
(245,126,170)
#F68DB4
(246,141,180)
#F79CBE
(247,156,190)
#F8ABC8
(248,171,200)
#F9BAD2
(249,186,210)
#FAC9DC
(250,201,220)
#FBD8E6
(251,216,230)
#FCE7F0
(252,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2518C color. Also use rgb(242,81,140) instead hex code.

Text Font Color

.myTextColor { color: #F2518C; }

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

This text font color is #F2518C.


Background Color

.myBgColor { background-color: #F2518C; }

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

This div background color is #F2518C.


Border color

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

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

This div border color is #F2518C.


Opacity

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

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

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

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

This text has shadow with #F2518C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2518C on black background.


Color preview on white background

This text has color #F2518C on white background.



Black color preview on #F2518C background

This text has black color on #F2518C background.


White color preview on #F2518C background

This text has white color on #F2518C background.