COLOR #F273A3

HEX: #F273A3
RGB: (242,115,163)

Color info

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

RGB color model

#F273A3 color RGB value is (242,115,163).

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

RGB channels and saturation

R 242 of 255 = 95%
G 115 of 255 = 45%
B 163 of 255 = 64%

242
115
163

R + G + B ~ 68%. #F273A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 115 + 163 = 520 (100%)
R 242 of 520 ~ 46.54%
G 115 of 520 ~ 22.12%
B 163 of 520 ~ 31.35%

%46.54
%22.12
%31.35

CMYK color model

#F273A3 color CMYK value is (0,52,33,5).

  • cyan value is 0.00%
  • magenta value is 52.48%
  • yellow value is 32.64%
  • key color value is 5.10%
CMYK:
(0,52,33,5)
C0M52Y33K5 
(0%,52%,33%,5%)
(0.00/0.52/0.33/0.05)	

CMYK percentages

%0
%52.48
%32.64
%5.1

Codes

Color #F273A3 in popluar color models

F273A3
RGB242115163
HSL337°83.01%70.00%
HSB/HSV337°52.48%94.90%
CMYK0.00%52.48%32.64%
5.10%

Color #F273A3 in popluar number systems.

HEXF273A3
Decimal242115163
Binary11110010111001110100011
Octal362163243

Shades and tints

Shades of #F273A3

#F273A3
(242,115,163)
#DC6995
(220,105,149)
#C65F87
(198,95,135)
#B05579
(176,85,121)
#9A4B6B
(154,75,107)
#84415D
(132,65,93)
#6E374F
(110,55,79)
#582D41
(88,45,65)
#422333
(66,35,51)
#2C1925
(44,25,37)
#160F17
(22,15,23)
#000000
(0,0,0)

Tints of #F273A3

#F273A3
(242,115,163)
#F37FAB
(243,127,171)
#F48BB3
(244,139,179)
#F597BB
(245,151,187)
#F6A3C3
(246,163,195)
#F7AFCB
(247,175,203)
#F8BBD3
(248,187,211)
#F9C7DB
(249,199,219)
#FAD3E3
(250,211,227)
#FBDFEB
(251,223,235)
#FCEBF3
(252,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F273A3; }

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

This text font color is #F273A3.


Background Color

.myBgColor { background-color: #F273A3; }

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

This div background color is #F273A3.


Border color

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

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

This div border color is #F273A3.


Opacity

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

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

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

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

This text has shadow with #F273A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F273A3 on black background.


Color preview on white background

This text has color #F273A3 on white background.



Black color preview on #F273A3 background

This text has black color on #F273A3 background.


White color preview on #F273A3 background

This text has white color on #F273A3 background.