COLOR #F9409A

HEX: #F9409A
RGB: (249,64,154)

Color info

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

RGB color model

#F9409A color RGB value is (249,64,154).

  • red value is 249;
  • green value is 64;
  • blue value is 154.
RGB:
(249,64,154)
(98%,25%,60%)

RGB channels and saturation

R 249 of 255 = 98%
G 64 of 255 = 25%
B 154 of 255 = 60%

249
64
154

R + G + B ~ 61%. #F9409A is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 64 + 154 = 467 (100%)
R 249 of 467 ~ 53.32%
G 64 of 467 ~ 13.7%
B 154 of 467 ~ 32.98%

%53.32
%13.7
%32.98

CMYK color model

#F9409A color CMYK value is (0,74,38,2).

  • cyan value is 0.00%
  • magenta value is 74.30%
  • yellow value is 38.15%
  • key color value is 2.35%
CMYK:
(0,74,38,2)
C0M74Y38K2 
(0%,74%,38%,2%)
(0.00/0.74/0.38/0.02)	

CMYK percentages

%0
%74.3
%38.15
%2.35

Codes

Color #F9409A in popluar color models

F9409A
RGB24964154
HSL331°93.91%61.37%
HSB/HSV331°74.30%97.65%
CMYK0.00%74.30%38.15%
2.35%

Color #F9409A in popluar number systems.

HEXF9409A
Decimal24964154
Binary11111001100000010011010
Octal371100232

Shades and tints

Shades of #F9409A

#F9409A
(249,64,154)
#E33B8C
(227,59,140)
#CD367E
(205,54,126)
#B73170
(183,49,112)
#A12C62
(161,44,98)
#8B2754
(139,39,84)
#752246
(117,34,70)
#5F1D38
(95,29,56)
#49182A
(73,24,42)
#33131C
(51,19,28)
#1D0E0E
(29,14,14)
#000000
(0,0,0)

Tints of #F9409A

#F9409A
(249,64,154)
#F951A3
(249,81,163)
#F962AC
(249,98,172)
#F973B5
(249,115,181)
#F984BE
(249,132,190)
#F995C7
(249,149,199)
#F9A6D0
(249,166,208)
#F9B7D9
(249,183,217)
#F9C8E2
(249,200,226)
#F9D9EB
(249,217,235)
#F9EAF4
(249,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9409A color. Also use rgb(249,64,154) instead hex code.

Text Font Color

.myTextColor { color: #F9409A; }

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

This text font color is #F9409A.


Background Color

.myBgColor { background-color: #F9409A; }

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

This div background color is #F9409A.


Border color

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

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

This div border color is #F9409A.


Opacity

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

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

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

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

This text has shadow with #F9409A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9409A on black background.


Color preview on white background

This text has color #F9409A on white background.



Black color preview on #F9409A background

This text has black color on #F9409A background.


White color preview on #F9409A background

This text has white color on #F9409A background.