COLOR #F968E3

HEX: #F968E3
RGB: (249,104,227)

Color info

#F968E3 contains mainly red and blue colors. Web safe color of #F968E3 is #FF66CC (or #F6C).

RGB color model

#F968E3 color RGB value is (249,104,227).

  • red value is 249;
  • green value is 104;
  • blue value is 227.
RGB:
(249,104,227)
(98%,41%,89%)

RGB channels and saturation

R 249 of 255 = 98%
G 104 of 255 = 41%
B 227 of 255 = 89%

249
104
227

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

Portions of RGB colors in percentages

R + G + B =
249 + 104 + 227 = 580 (100%)
R 249 of 580 ~ 42.93%
G 104 of 580 ~ 17.93%
B 227 of 580 ~ 39.14%

%42.93
%17.93
%39.14

CMYK color model

#F968E3 color CMYK value is (0,58,9,2).

  • cyan value is 0.00%
  • magenta value is 58.23%
  • yellow value is 8.84%
  • key color value is 2.35%
CMYK:
(0,58,9,2)
C0M58Y9K2 
(0%,58%,9%,2%)
(0.00/0.58/0.09/0.02)	

CMYK percentages

%0
%58.23
%8.84
%2.35

Codes

Color #F968E3 in popluar color models

F968E3
RGB249104227
HSL309°92.36%69.22%
HSB/HSV309°58.23%97.65%
CMYK0.00%58.23%8.84%
2.35%

Color #F968E3 in popluar number systems.

HEXF968E3
Decimal249104227
Binary11111001110100011100011
Octal371150343

Shades and tints

Shades of #F968E3

#F968E3
(249,104,227)
#E35FCF
(227,95,207)
#CD56BB
(205,86,187)
#B74DA7
(183,77,167)
#A14493
(161,68,147)
#8B3B7F
(139,59,127)
#75326B
(117,50,107)
#5F2957
(95,41,87)
#492043
(73,32,67)
#33172F
(51,23,47)
#1D0E1B
(29,14,27)
#000000
(0,0,0)

Tints of #F968E3

#F968E3
(249,104,227)
#F975E5
(249,117,229)
#F982E7
(249,130,231)
#F98FE9
(249,143,233)
#F99CEB
(249,156,235)
#F9A9ED
(249,169,237)
#F9B6EF
(249,182,239)
#F9C3F1
(249,195,241)
#F9D0F3
(249,208,243)
#F9DDF5
(249,221,245)
#F9EAF7
(249,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F968E3 color. Also use rgb(249,104,227) instead hex code.

Text Font Color

.myTextColor { color: #F968E3; }

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

This text font color is #F968E3.


Background Color

.myBgColor { background-color: #F968E3; }

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

This div background color is #F968E3.


Border color

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

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

This div border color is #F968E3.


Opacity

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

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

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

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

This text has shadow with #F968E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F968E3 on black background.


Color preview on white background

This text has color #F968E3 on white background.



Black color preview on #F968E3 background

This text has black color on #F968E3 background.


White color preview on #F968E3 background

This text has white color on #F968E3 background.