COLOR #FA009A

HEX: #FA009A
RGB: (250,0,154)

Color info

#FA009A contains mainly red color. Web safe color of #FA009A is #FF0099 (or #F09).

RGB color model

#FA009A color RGB value is (250,0,154).

  • red value is 250;
  • green value is 0;
  • blue value is 154.
RGB:
(250,0,154)
(98%,0%,60%)

RGB channels and saturation

R 250 of 255 = 98%
G 0 of 255 = 0%
B 154 of 255 = 60%

250
0
154

R + G + B ~ 53%. #FA009A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
250 + 0 + 154 = 404 (100%)
R 250 of 404 ~ 61.88%
G 0 of 404 ~ 0%
B 154 of 404 ~ 38.12%

%61.88
%38.12

CMYK color model

#FA009A color CMYK value is (0,100,38,2).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 38.40%
  • key color value is 1.96%
CMYK:
(0,100,38,2)
C0M100Y38K2 
(0%,100%,38%,2%)
(0.00/1.00/0.38/0.02)	

CMYK percentages

%0
%100
%38.4
%1.96

Codes

Color #FA009A in popluar color models

FA009A
RGB2500154
HSL323°100.00%49.02%
HSB/HSV323°100.00%98.04%
CMYK0.00%100.00%38.40%
1.96%

Color #FA009A in popluar number systems.

HEXFA009A
Decimal2500154
Binary11111010010011010
Octal3720232

Shades and tints

Shades of #FA009A

#FA009A
(250,0,154)
#E4008C
(228,0,140)
#CE007E
(206,0,126)
#B80070
(184,0,112)
#A20062
(162,0,98)
#8C0054
(140,0,84)
#760046
(118,0,70)
#600038
(96,0,56)
#4A002A
(74,0,42)
#34001C
(52,0,28)
#1E000E
(30,0,14)
#000000
(0,0,0)

Tints of #FA009A

#FA009A
(250,0,154)
#FA17A3
(250,23,163)
#FA2EAC
(250,46,172)
#FA45B5
(250,69,181)
#FA5CBE
(250,92,190)
#FA73C7
(250,115,199)
#FA8AD0
(250,138,208)
#FAA1D9
(250,161,217)
#FAB8E2
(250,184,226)
#FACFEB
(250,207,235)
#FAE6F4
(250,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA009A color. Also use rgb(250,0,154) instead hex code.

Text Font Color

.myTextColor { color: #FA009A; }

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

This text font color is #FA009A.


Background Color

.myBgColor { background-color: #FA009A; }

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

This div background color is #FA009A.


Border color

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

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

This div border color is #FA009A.


Opacity

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

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

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

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

This text has shadow with #FA009A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA009A on black background.


Color preview on white background

This text has color #FA009A on white background.



Black color preview on #FA009A background

This text has black color on #FA009A background.


White color preview on #FA009A background

This text has white color on #FA009A background.