COLOR #FA4361

HEX: #FA4361
RGB: (250,67,97)

Color info

#FA4361 contains mainly red color. Web safe color of #FA4361 is #FF3366 (or #F36).

RGB color model

#FA4361 color RGB value is (250,67,97).

  • red value is 250;
  • green value is 67;
  • blue value is 97.
RGB:
(250,67,97)
(98%,26%,38%)

RGB channels and saturation

R 250 of 255 = 98%
G 67 of 255 = 26%
B 97 of 255 = 38%

250
67
97

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

Portions of RGB colors in percentages

R + G + B =
250 + 67 + 97 = 414 (100%)
R 250 of 414 ~ 60.39%
G 67 of 414 ~ 16.18%
B 97 of 414 ~ 23.43%

%60.39
%16.18
%23.43

CMYK color model

#FA4361 color CMYK value is (0,73,61,2).

  • cyan value is 0.00%
  • magenta value is 73.20%
  • yellow value is 61.20%
  • key color value is 1.96%
CMYK:
(0,73,61,2)
C0M73Y61K2 
(0%,73%,61%,2%)
(0.00/0.73/0.61/0.02)	

CMYK percentages

%0
%73.2
%61.2
%1.96

Codes

Color #FA4361 in popluar color models

FA4361
RGB2506797
HSL350°94.82%62.16%
HSB/HSV350°73.20%98.04%
CMYK0.00%73.20%61.20%
1.96%

Color #FA4361 in popluar number systems.

HEXFA4361
Decimal2506797
Binary1111101010000111100001
Octal372103141

Shades and tints

Shades of #FA4361

#FA4361
(250,67,97)
#E43D59
(228,61,89)
#CE3751
(206,55,81)
#B83149
(184,49,73)
#A22B41
(162,43,65)
#8C2539
(140,37,57)
#761F31
(118,31,49)
#601929
(96,25,41)
#4A1321
(74,19,33)
#340D19
(52,13,25)
#1E0711
(30,7,17)
#000000
(0,0,0)

Tints of #FA4361

#FA4361
(250,67,97)
#FA546F
(250,84,111)
#FA657D
(250,101,125)
#FA768B
(250,118,139)
#FA8799
(250,135,153)
#FA98A7
(250,152,167)
#FAA9B5
(250,169,181)
#FABAC3
(250,186,195)
#FACBD1
(250,203,209)
#FADCDF
(250,220,223)
#FAEDED
(250,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA4361 color. Also use rgb(250,67,97) instead hex code.

Text Font Color

.myTextColor { color: #FA4361; }

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

This text font color is #FA4361.


Background Color

.myBgColor { background-color: #FA4361; }

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

This div background color is #FA4361.


Border color

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

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

This div border color is #FA4361.


Opacity

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

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

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

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

This text has shadow with #FA4361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA4361 on black background.


Color preview on white background

This text has color #FA4361 on white background.



Black color preview on #FA4361 background

This text has black color on #FA4361 background.


White color preview on #FA4361 background

This text has white color on #FA4361 background.