COLOR #F263A3

HEX: #F263A3
RGB: (242,99,163)

Color info

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

RGB color model

#F263A3 color RGB value is (242,99,163).

  • red value is 242;
  • green value is 99;
  • blue value is 163.
RGB:
(242,99,163)
(95%,39%,64%)

RGB channels and saturation

R 242 of 255 = 95%
G 99 of 255 = 39%
B 163 of 255 = 64%

242
99
163

R + G + B ~ 66%. #F263A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 99 + 163 = 504 (100%)
R 242 of 504 ~ 48.02%
G 99 of 504 ~ 19.64%
B 163 of 504 ~ 32.34%

%48.02
%19.64
%32.34

CMYK color model

#F263A3 color CMYK value is (0,59,33,5).

  • cyan value is 0.00%
  • magenta value is 59.09%
  • yellow value is 32.64%
  • key color value is 5.10%
CMYK:
(0,59,33,5)
C0M59Y33K5 
(0%,59%,33%,5%)
(0.00/0.59/0.33/0.05)	

CMYK percentages

%0
%59.09
%32.64
%5.1

Codes

Color #F263A3 in popluar color models

F263A3
RGB24299163
HSL333°84.62%66.86%
HSB/HSV333°59.09%94.90%
CMYK0.00%59.09%32.64%
5.10%

Color #F263A3 in popluar number systems.

HEXF263A3
Decimal24299163
Binary11110010110001110100011
Octal362143243

Shades and tints

Shades of #F263A3

#F263A3
(242,99,163)
#DC5A95
(220,90,149)
#C65187
(198,81,135)
#B04879
(176,72,121)
#9A3F6B
(154,63,107)
#84365D
(132,54,93)
#6E2D4F
(110,45,79)
#582441
(88,36,65)
#421B33
(66,27,51)
#2C1225
(44,18,37)
#160917
(22,9,23)
#000000
(0,0,0)

Tints of #F263A3

#F263A3
(242,99,163)
#F371AB
(243,113,171)
#F47FB3
(244,127,179)
#F58DBB
(245,141,187)
#F69BC3
(246,155,195)
#F7A9CB
(247,169,203)
#F8B7D3
(248,183,211)
#F9C5DB
(249,197,219)
#FAD3E3
(250,211,227)
#FBE1EB
(251,225,235)
#FCEFF3
(252,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F263A3 color. Also use rgb(242,99,163) instead hex code.

Text Font Color

.myTextColor { color: #F263A3; }

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

This text font color is #F263A3.


Background Color

.myBgColor { background-color: #F263A3; }

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

This div background color is #F263A3.


Border color

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

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

This div border color is #F263A3.


Opacity

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

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

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

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

This text has shadow with #F263A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F263A3 on black background.


Color preview on white background

This text has color #F263A3 on white background.



Black color preview on #F263A3 background

This text has black color on #F263A3 background.


White color preview on #F263A3 background

This text has white color on #F263A3 background.