COLOR #F092F6

HEX: #F092F6
RGB: (240,146,246)

Color info

#F092F6 contains mainly red and blue colors. Web safe color of #F092F6 is #FF99FF (or #F9F).

RGB color model

#F092F6 color RGB value is (240,146,246).

  • red value is 240;
  • green value is 146;
  • blue value is 246.
RGB:
(240,146,246)
(94%,57%,96%)

RGB channels and saturation

R 240 of 255 = 94%
G 146 of 255 = 57%
B 246 of 255 = 96%

240
146
246

R + G + B ~ 82%. #F092F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 146 + 246 = 632 (100%)
R 240 of 632 ~ 37.97%
G 146 of 632 ~ 23.1%
B 246 of 632 ~ 38.92%

%37.97
%23.1
%38.92

CMYK color model

#F092F6 color CMYK value is (2,41,0,4).

  • cyan value is 2.44%
  • magenta value is 40.65%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(2,41,0,4)
C2M41Y0K4 
(2%,41%,0%,4%)
(0.02/0.41/0.00/0.04)	

CMYK percentages

%2.44
%40.65
%0
%3.53

Codes

Color #F092F6 in popluar color models

F092F6
RGB240146246
HSL296°84.75%76.86%
HSB/HSV296°40.65%96.47%
CMYK2.44%40.65%0.00%
3.53%

Color #F092F6 in popluar number systems.

HEXF092F6
Decimal240146246
Binary111100001001001011110110
Octal360222366

Shades and tints

Shades of #F092F6

#F092F6
(240,146,246)
#DB85E0
(219,133,224)
#C678CA
(198,120,202)
#B16BB4
(177,107,180)
#9C5E9E
(156,94,158)
#875188
(135,81,136)
#724472
(114,68,114)
#5D375C
(93,55,92)
#482A46
(72,42,70)
#331D30
(51,29,48)
#1E101A
(30,16,26)
#000000
(0,0,0)

Tints of #F092F6

#F092F6
(240,146,246)
#F19BF6
(241,155,246)
#F2A4F6
(242,164,246)
#F3ADF6
(243,173,246)
#F4B6F6
(244,182,246)
#F5BFF6
(245,191,246)
#F6C8F6
(246,200,246)
#F7D1F6
(247,209,246)
#F8DAF6
(248,218,246)
#F9E3F6
(249,227,246)
#FAECF6
(250,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F092F6 color. Also use rgb(240,146,246) instead hex code.

Text Font Color

.myTextColor { color: #F092F6; }

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

This text font color is #F092F6.


Background Color

.myBgColor { background-color: #F092F6; }

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

This div background color is #F092F6.


Border color

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

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

This div border color is #F092F6.


Opacity

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

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

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

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

This text has shadow with #F092F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F092F6 on black background.


Color preview on white background

This text has color #F092F6 on white background.



Black color preview on #F092F6 background

This text has black color on #F092F6 background.


White color preview on #F092F6 background

This text has white color on #F092F6 background.