COLOR #F23D78

HEX: #F23D78
RGB: (242,61,120)

Color info

#F23D78 contains mainly red color. Web safe color of #F23D78 is #FF3366 (or #F36).

RGB color model

#F23D78 color RGB value is (242,61,120).

  • red value is 242;
  • green value is 61;
  • blue value is 120.
RGB:
(242,61,120)
(95%,24%,47%)

RGB channels and saturation

R 242 of 255 = 95%
G 61 of 255 = 24%
B 120 of 255 = 47%

242
61
120

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

Portions of RGB colors in percentages

R + G + B =
242 + 61 + 120 = 423 (100%)
R 242 of 423 ~ 57.21%
G 61 of 423 ~ 14.42%
B 120 of 423 ~ 28.37%

%57.21
%14.42
%28.37

CMYK color model

#F23D78 color CMYK value is (0,75,50,5).

  • cyan value is 0.00%
  • magenta value is 74.79%
  • yellow value is 50.41%
  • key color value is 5.10%
CMYK:
(0,75,50,5)
C0M75Y50K5 
(0%,75%,50%,5%)
(0.00/0.75/0.50/0.05)	

CMYK percentages

%0
%74.79
%50.41
%5.1

Codes

Color #F23D78 in popluar color models

F23D78
RGB24261120
HSL340°87.44%59.41%
HSB/HSV340°74.79%94.90%
CMYK0.00%74.79%50.41%
5.10%

Color #F23D78 in popluar number systems.

HEXF23D78
Decimal24261120
Binary111100101111011111000
Octal36275170

Shades and tints

Shades of #F23D78

#F23D78
(242,61,120)
#DC386E
(220,56,110)
#C63364
(198,51,100)
#B02E5A
(176,46,90)
#9A2950
(154,41,80)
#842446
(132,36,70)
#6E1F3C
(110,31,60)
#581A32
(88,26,50)
#421528
(66,21,40)
#2C101E
(44,16,30)
#160B14
(22,11,20)
#000000
(0,0,0)

Tints of #F23D78

#F23D78
(242,61,120)
#F34E84
(243,78,132)
#F45F90
(244,95,144)
#F5709C
(245,112,156)
#F681A8
(246,129,168)
#F792B4
(247,146,180)
#F8A3C0
(248,163,192)
#F9B4CC
(249,180,204)
#FAC5D8
(250,197,216)
#FBD6E4
(251,214,228)
#FCE7F0
(252,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F23D78 color. Also use rgb(242,61,120) instead hex code.

Text Font Color

.myTextColor { color: #F23D78; }

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

This text font color is #F23D78.


Background Color

.myBgColor { background-color: #F23D78; }

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

This div background color is #F23D78.


Border color

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

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

This div border color is #F23D78.


Opacity

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

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

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

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

This text has shadow with #F23D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F23D78 on black background.


Color preview on white background

This text has color #F23D78 on white background.



Black color preview on #F23D78 background

This text has black color on #F23D78 background.


White color preview on #F23D78 background

This text has white color on #F23D78 background.