COLOR #FA1663

HEX: #FA1663
RGB: (250,22,99)

Color info

#FA1663 contains mainly red color. Web safe color of #FA1663 is #FF0066 (or #F06).

RGB color model

#FA1663 color RGB value is (250,22,99).

  • red value is 250;
  • green value is 22;
  • blue value is 99.
RGB:
(250,22,99)
(98%,9%,39%)

RGB channels and saturation

R 250 of 255 = 98%
G 22 of 255 = 9%
B 99 of 255 = 39%

250
22
99

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

Portions of RGB colors in percentages

R + G + B =
250 + 22 + 99 = 371 (100%)
R 250 of 371 ~ 67.39%
G 22 of 371 ~ 5.93%
B 99 of 371 ~ 26.68%

%67.39
%26.68

CMYK color model

#FA1663 color CMYK value is (0,91,60,2).

  • cyan value is 0.00%
  • magenta value is 91.20%
  • yellow value is 60.40%
  • key color value is 1.96%
CMYK:
(0,91,60,2)
C0M91Y60K2 
(0%,91%,60%,2%)
(0.00/0.91/0.60/0.02)	

CMYK percentages

%0
%91.2
%60.4
%1.96

Codes

Color #FA1663 in popluar color models

FA1663
RGB2502299
HSL340°95.80%53.33%
HSB/HSV340°91.20%98.04%
CMYK0.00%91.20%60.40%
1.96%

Color #FA1663 in popluar number systems.

HEXFA1663
Decimal2502299
Binary11111010101101100011
Octal37226143

Shades and tints

Shades of #FA1663

#FA1663
(250,22,99)
#E4145A
(228,20,90)
#CE1251
(206,18,81)
#B81048
(184,16,72)
#A20E3F
(162,14,63)
#8C0C36
(140,12,54)
#760A2D
(118,10,45)
#600824
(96,8,36)
#4A061B
(74,6,27)
#340412
(52,4,18)
#1E0209
(30,2,9)
#000000
(0,0,0)

Tints of #FA1663

#FA1663
(250,22,99)
#FA2B71
(250,43,113)
#FA407F
(250,64,127)
#FA558D
(250,85,141)
#FA6A9B
(250,106,155)
#FA7FA9
(250,127,169)
#FA94B7
(250,148,183)
#FAA9C5
(250,169,197)
#FABED3
(250,190,211)
#FAD3E1
(250,211,225)
#FAE8EF
(250,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA1663 color. Also use rgb(250,22,99) instead hex code.

Text Font Color

.myTextColor { color: #FA1663; }

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

This text font color is #FA1663.


Background Color

.myBgColor { background-color: #FA1663; }

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

This div background color is #FA1663.


Border color

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

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

This div border color is #FA1663.


Opacity

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

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

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

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

This text has shadow with #FA1663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA1663 on black background.


Color preview on white background

This text has color #FA1663 on white background.



Black color preview on #FA1663 background

This text has black color on #FA1663 background.


White color preview on #FA1663 background

This text has white color on #FA1663 background.