COLOR #F992C4

HEX: #F992C4 RGB: (249,146,196)

Color info

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

RGB color model

#F992C4 color RGB value is (249,146,196).

RGB: (249,146,196) (98%, 57%, 77%)

RGB channels and saturation

R 249 of 255 = 98%
G 146 of 255 = 57%
B 196 of 255 = 77%

249
146
196

R + G + B ~ 77%. #F992C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 146 + 196 = 591 (100%)
R 249 of 591 ~ 42.13%
G 146 of 591 ~ 24.7%
B 196 of 591 ~ 33.16'%

%42.13
%24.7
%33.16

CMYK color model

#F992C4 color CMYK value is (0,41,21,2).

  • cyan value is 0.00%
  • magenta value is 41.37%
  • yellow value is 21.29%
  • key color value is 2.35%

CMYK: (0,41,21,2)
C0M41Y21K2 (0%, 41%, 21%, 2%)
(0.00 / 0.41 / 0.21 / 0.02)

CMYK percentages

%0
%41.37
%21.29
%2.35

Codes

Color #F992C4 in popluar color models

F9 92 C4
RGB 249 146 196
HSL 331° 89.57% 77.45%
HSB/HSV 331° 41.37% 97.65%
CMYK 0.00% 41.37% 21.29%
2.35%

Color #F992C4 in popluar number systems.

HEX F9 92 C4
Decimal 249 146 196
Binary 11111001 10010010 11000100
Octal 371 222 304

Shades and tints

Shades of #F992C4

#F992C4
(249,146,196)
#E385B3
(227,133,179)
#CD78A2
(205,120,162)
#B76B91
(183,107,145)
#A15E80
(161,94,128)
#8B516F
(139,81,111)
#75445E
(117,68,94)
#5F374D
(95,55,77)
#492A3C
(73,42,60)
#331D2B
(51,29,43)
#1D101A
(29,16,26)
#000000
(0,0,0)

Tints of #F992C4

#F992C4
(249,146,196)
#F99BC9
(249,155,201)
#F9A4CE
(249,164,206)
#F9ADD3
(249,173,211)
#F9B6D8
(249,182,216)
#F9BFDD
(249,191,221)
#F9C8E2
(249,200,226)
#F9D1E7
(249,209,231)
#F9DAEC
(249,218,236)
#F9E3F1
(249,227,241)
#F9ECF6
(249,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F992C4 color. Also use rgb(249,146,196) instead hex code.

Text Font Color

.myTextColor { color: #F992C4; }

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

This text font color is #F992C4.

Background Color

.myBgColor { background-color: #F992C4; }

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

This div background color is #F992C4.

Border color

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

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

This div border color is #F992C4.

Opacity

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

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

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

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

This text has shadow with #F992C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F992C4.

Preview

Color preview on black background

This text has color #F992C4 on black background.


Color preview on white background

This text has color #F992C4 on white background.


Black color preview on #F992C4 background

This text has black color on #F992C4 background.


White color preview on #F992C4 background

This text has white color on #F992C4 background.


Related colors

Complementary color

Complementary color for #hex is #066D3B.


I love getcolorcode.com

Triadic colors

1 #C4F992 and #92C4F9 with #F992C4 are triadic colors.

2 #C492F9 and #92F9C4 with #F992C4 are triadic colors.