COLOR #F943A1

HEX: #F943A1
RGB: (249,67,161)

Color info

#F943A1 contains mainly red color. Web safe color of #F943A1 is #FF3399 (or #F39).

RGB color model

#F943A1 color RGB value is (249,67,161).

  • red value is 249;
  • green value is 67;
  • blue value is 161.
RGB:
(249,67,161)
(98%,26%,63%)

RGB channels and saturation

R 249 of 255 = 98%
G 67 of 255 = 26%
B 161 of 255 = 63%

249
67
161

R + G + B ~ 62%. #F943A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 67 + 161 = 477 (100%)
R 249 of 477 ~ 52.2%
G 67 of 477 ~ 14.05%
B 161 of 477 ~ 33.75%

%52.2
%14.05
%33.75

CMYK color model

#F943A1 color CMYK value is (0,73,35,2).

  • cyan value is 0.00%
  • magenta value is 73.09%
  • yellow value is 35.34%
  • key color value is 2.35%
CMYK:
(0,73,35,2)
C0M73Y35K2 
(0%,73%,35%,2%)
(0.00/0.73/0.35/0.02)	

CMYK percentages

%0
%73.09
%35.34
%2.35

Codes

Color #F943A1 in popluar color models

F943A1
RGB24967161
HSL329°93.81%61.96%
HSB/HSV329°73.09%97.65%
CMYK0.00%73.09%35.34%
2.35%

Color #F943A1 in popluar number systems.

HEXF943A1
Decimal24967161
Binary11111001100001110100001
Octal371103241

Shades and tints

Shades of #F943A1

#F943A1
(249,67,161)
#E33D93
(227,61,147)
#CD3785
(205,55,133)
#B73177
(183,49,119)
#A12B69
(161,43,105)
#8B255B
(139,37,91)
#751F4D
(117,31,77)
#5F193F
(95,25,63)
#491331
(73,19,49)
#330D23
(51,13,35)
#1D0715
(29,7,21)
#000000
(0,0,0)

Tints of #F943A1

#F943A1
(249,67,161)
#F954A9
(249,84,169)
#F965B1
(249,101,177)
#F976B9
(249,118,185)
#F987C1
(249,135,193)
#F998C9
(249,152,201)
#F9A9D1
(249,169,209)
#F9BAD9
(249,186,217)
#F9CBE1
(249,203,225)
#F9DCE9
(249,220,233)
#F9EDF1
(249,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F943A1 color. Also use rgb(249,67,161) instead hex code.

Text Font Color

.myTextColor { color: #F943A1; }

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

This text font color is #F943A1.


Background Color

.myBgColor { background-color: #F943A1; }

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

This div background color is #F943A1.


Border color

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

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

This div border color is #F943A1.


Opacity

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

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

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

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

This text has shadow with #F943A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F943A1 on black background.


Color preview on white background

This text has color #F943A1 on white background.



Black color preview on #F943A1 background

This text has black color on #F943A1 background.


White color preview on #F943A1 background

This text has white color on #F943A1 background.