COLOR #F092C1

HEX: #F092C1 RGB: (240,146,193)

Color info

#F092C1 contains mainly red and blue colors. Web safe color of #F092C1 is #FF99CC (or #F9C).

RGB color model

#F092C1 color RGB value is (240,146,193).

RGB: (240,146,193) (94%, 57%, 76%)

RGB channels and saturation

R 240 of 255 = 94%
G 146 of 255 = 57%
B 193 of 255 = 76%

240
146
193

R + G + B ~ 76%. #F092C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 146 + 193 = 579 (100%)
R 240 of 579 ~ 41.45%
G 146 of 579 ~ 25.22%
B 193 of 579 ~ 33.33'%

%41.45
%25.22
%33.33

CMYK color model

#F092C1 color CMYK value is (0,39,20,6).

  • cyan value is 0.00%
  • magenta value is 39.17%
  • yellow value is 19.58%
  • key color value is 5.88%
CMYK: (0,39,20,6) C0M39Y20K6 (0%,39%,20%,6%) (0.00/0.39/0.20/0.06) 

CMYK percentages

%0
%39.17
%19.58
%5.88

Codes

Color #F092C1 in popluar color models

F0 92 C1
RGB 240 146 193
HSL 330° 75.81% 75.69%
HSB/HSV 330° 39.17% 94.12%
CMYK 0.00% 39.17% 19.58%
5.88%

Color #F092C1 in popluar number systems.

HEX F0 92 C1
Decimal 240 146 193
Binary 11110000 10010010 11000001
Octal 360 222 301

Shades and tints

Shades of #F092C1

#F092C1
(240,146,193)
#DB85B0
(219,133,176)
#C6789F
(198,120,159)
#B16B8E
(177,107,142)
#9C5E7D
(156,94,125)
#87516C
(135,81,108)
#72445B
(114,68,91)
#5D374A
(93,55,74)
#482A39
(72,42,57)
#331D28
(51,29,40)
#1E1017
(30,16,23)
#000000
(0,0,0)

Tints of #F092C1

#F092C1
(240,146,193)
#F19BC6
(241,155,198)
#F2A4CB
(242,164,203)
#F3ADD0
(243,173,208)
#F4B6D5
(244,182,213)
#F5BFDA
(245,191,218)
#F6C8DF
(246,200,223)
#F7D1E4
(247,209,228)
#F8DAE9
(248,218,233)
#F9E3EE
(249,227,238)
#FAECF3
(250,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F092C1; }

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

This text font color is #F092C1.

Background Color

.myBgColor { background-color: #F092C1; }

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

This div background color is #F092C1.

Border color

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

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

This div border color is #F092C1.

Opacity

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

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

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

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

This text has shadow with #F092C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F092C1.

Preview

Color preview on black background

This text has color #F092C1 on black background.


Color preview on white background

This text has color #F092C1 on white background.


Black color preview on #F092C1 background

This text has black color on #F092C1 background.


White color preview on #F092C1 background

This text has white color on #F092C1 background.


Related colors

Complementary color

Complementary color for #hex is #0F6D3E.


I love getcolorcode.com

Triadic colors

1 #C1F092 and #92C1F0 with #F092C1 are triadic colors.

2 #C192F0 and #92F0C1 with #F092C1 are triadic colors.