COLOR #F992F3

HEX: #F992F3 RGB: (249,146,243)

Color info

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

RGB color model

#F992F3 color RGB value is (249,146,243).

RGB: (249,146,243) (98%, 57%, 95%)

RGB channels and saturation

R 249 of 255 = 98%
G 146 of 255 = 57%
B 243 of 255 = 95%

249
146
243

R + G + B ~ 83%. #F992F3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 146 + 243 = 638 (100%)
R 249 of 638 ~ 39.03%
G 146 of 638 ~ 22.88%
B 243 of 638 ~ 38.09'%

%39.03
%22.88
%38.09

CMYK color model

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

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

CMYK: (0,41,2,2)
C0M41Y2K2 (0%, 41%, 2%, 2%)
(0.00 / 0.41 / 0.02 / 0.02)

CMYK percentages

%0
%41.37
%2.41
%2.35

Codes

Color #F992F3 in popluar color models

F9 92 F3
RGB 249 146 243
HSL 303° 89.57% 77.45%
HSB/HSV 303° 41.37% 97.65%
CMYK 0.00% 41.37% 2.41%
2.35%

Color #F992F3 in popluar number systems.

HEX F9 92 F3
Decimal 249 146 243
Binary 11111001 10010010 11110011
Octal 371 222 363

Shades and tints

Shades of #F992F3

#F992F3
(249,146,243)
#E385DD
(227,133,221)
#CD78C7
(205,120,199)
#B76BB1
(183,107,177)
#A15E9B
(161,94,155)
#8B5185
(139,81,133)
#75446F
(117,68,111)
#5F3759
(95,55,89)
#492A43
(73,42,67)
#331D2D
(51,29,45)
#1D1017
(29,16,23)
#000000
(0,0,0)

Tints of #F992F3

#F992F3
(249,146,243)
#F99BF4
(249,155,244)
#F9A4F5
(249,164,245)
#F9ADF6
(249,173,246)
#F9B6F7
(249,182,247)
#F9BFF8
(249,191,248)
#F9C8F9
(249,200,249)
#F9D1FA
(249,209,250)
#F9DAFB
(249,218,251)
#F9E3FC
(249,227,252)
#F9ECFD
(249,236,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F992F3; }

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

This text font color is #F992F3.

Background Color

.myBgColor { background-color: #F992F3; }

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

This div background color is #F992F3.

Border color

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

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

This div border color is #F992F3.

Opacity

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

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

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

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

This text has shadow with #F992F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F992F3.

Preview

Color preview on black background

This text has color #F992F3 on black background.


Color preview on white background

This text has color #F992F3 on white background.


Black color preview on #F992F3 background

This text has black color on #F992F3 background.


White color preview on #F992F3 background

This text has white color on #F992F3 background.


Related colors

Complementary color

Complementary color for #hex is #066D0C.


I love getcolorcode.com

Triadic colors

1 #F3F992 and #92F3F9 with #F992F3 are triadic colors.

2 #F392F9 and #92F9F3 with #F992F3 are triadic colors.