COLOR #F23F7E

HEX: #F23F7E
RGB: (242,63,126)

Color info

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

RGB color model

#F23F7E color RGB value is (242,63,126).

  • red value is 242;
  • green value is 63;
  • blue value is 126.
RGB:
(242,63,126)
(95%,25%,49%)

RGB channels and saturation

R 242 of 255 = 95%
G 63 of 255 = 25%
B 126 of 255 = 49%

242
63
126

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

Portions of RGB colors in percentages

R + G + B =
242 + 63 + 126 = 431 (100%)
R 242 of 431 ~ 56.15%
G 63 of 431 ~ 14.62%
B 126 of 431 ~ 29.23%

%56.15
%14.62
%29.23

CMYK color model

#F23F7E color CMYK value is (0,74,48,5).

  • cyan value is 0.00%
  • magenta value is 73.97%
  • yellow value is 47.93%
  • key color value is 5.10%
CMYK:
(0,74,48,5)
C0M74Y48K5 
(0%,74%,48%,5%)
(0.00/0.74/0.48/0.05)	

CMYK percentages

%0
%73.97
%47.93
%5.1

Codes

Color #F23F7E in popluar color models

F23F7E
RGB24263126
HSL339°87.32%59.80%
HSB/HSV339°73.97%94.90%
CMYK0.00%73.97%47.93%
5.10%

Color #F23F7E in popluar number systems.

HEXF23F7E
Decimal24263126
Binary111100101111111111110
Octal36277176

Shades and tints

Shades of #F23F7E

#F23F7E
(242,63,126)
#DC3A73
(220,58,115)
#C63568
(198,53,104)
#B0305D
(176,48,93)
#9A2B52
(154,43,82)
#842647
(132,38,71)
#6E213C
(110,33,60)
#581C31
(88,28,49)
#421726
(66,23,38)
#2C121B
(44,18,27)
#160D10
(22,13,16)
#000000
(0,0,0)

Tints of #F23F7E

#F23F7E
(242,63,126)
#F35089
(243,80,137)
#F46194
(244,97,148)
#F5729F
(245,114,159)
#F683AA
(246,131,170)
#F794B5
(247,148,181)
#F8A5C0
(248,165,192)
#F9B6CB
(249,182,203)
#FAC7D6
(250,199,214)
#FBD8E1
(251,216,225)
#FCE9EC
(252,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F23F7E color. Also use rgb(242,63,126) instead hex code.

Text Font Color

.myTextColor { color: #F23F7E; }

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

This text font color is #F23F7E.


Background Color

.myBgColor { background-color: #F23F7E; }

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

This div background color is #F23F7E.


Border color

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

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

This div border color is #F23F7E.


Opacity

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

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

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

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

This text has shadow with #F23F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F23F7E on black background.


Color preview on white background

This text has color #F23F7E on white background.



Black color preview on #F23F7E background

This text has black color on #F23F7E background.


White color preview on #F23F7E background

This text has white color on #F23F7E background.