COLOR #F273F2

HEX: #F273F2
RGB: (242,115,242)

Color info

#F273F2 contains mainly red and blue colors. Web safe color of #F273F2 is #FF66FF (or #F6F).

RGB color model

#F273F2 color RGB value is (242,115,242).

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

RGB channels and saturation

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

242
115
242

R + G + B ~ 78%. #F273F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 115 + 242 = 599 (100%)
R 242 of 599 ~ 40.4%
G 115 of 599 ~ 19.2%
B 242 of 599 ~ 40.4%

%40.4
%19.2
%40.4

CMYK color model

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

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

CMYK percentages

%0
%52.48
%0
%5.1

Codes

Color #F273F2 in popluar color models

F273F2
RGB242115242
HSL300°83.01%70.00%
HSB/HSV300°52.48%94.90%
CMYK0.00%52.48%0.00%
5.10%

Color #F273F2 in popluar number systems.

HEXF273F2
Decimal242115242
Binary11110010111001111110010
Octal362163362

Shades and tints

Shades of #F273F2

#F273F2
(242,115,242)
#DC69DC
(220,105,220)
#C65FC6
(198,95,198)
#B055B0
(176,85,176)
#9A4B9A
(154,75,154)
#844184
(132,65,132)
#6E376E
(110,55,110)
#582D58
(88,45,88)
#422342
(66,35,66)
#2C192C
(44,25,44)
#160F16
(22,15,22)
#000000
(0,0,0)

Tints of #F273F2

#F273F2
(242,115,242)
#F37FF3
(243,127,243)
#F48BF4
(244,139,244)
#F597F5
(245,151,245)
#F6A3F6
(246,163,246)
#F7AFF7
(247,175,247)
#F8BBF8
(248,187,248)
#F9C7F9
(249,199,249)
#FAD3FA
(250,211,250)
#FBDFFB
(251,223,251)
#FCEBFC
(252,235,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F273F2; }

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

This text font color is #F273F2.


Background Color

.myBgColor { background-color: #F273F2; }

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

This div background color is #F273F2.


Border color

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

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

This div border color is #F273F2.


Opacity

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

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

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

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

This text has shadow with #F273F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F273F2 on black background.


Color preview on white background

This text has color #F273F2 on white background.



Black color preview on #F273F2 background

This text has black color on #F273F2 background.


White color preview on #F273F2 background

This text has white color on #F273F2 background.