COLOR #F162D9

HEX: #F162D9
RGB: (241,98,217)

Color info

#F162D9 contains mainly red and blue colors. Web safe color of #F162D9 is #FF66CC (or #F6C).

RGB color model

#F162D9 color RGB value is (241,98,217).

  • red value is 241;
  • green value is 98;
  • blue value is 217.
RGB:
(241,98,217)
(95%,38%,85%)

RGB channels and saturation

R 241 of 255 = 95%
G 98 of 255 = 38%
B 217 of 255 = 85%

241
98
217

R + G + B ~ 73%. #F162D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 98 + 217 = 556 (100%)
R 241 of 556 ~ 43.35%
G 98 of 556 ~ 17.63%
B 217 of 556 ~ 39.03%

%43.35
%17.63
%39.03

CMYK color model

#F162D9 color CMYK value is (0,59,10,5).

  • cyan value is 0.00%
  • magenta value is 59.34%
  • yellow value is 9.96%
  • key color value is 5.49%
CMYK:
(0,59,10,5)
C0M59Y10K5 
(0%,59%,10%,5%)
(0.00/0.59/0.10/0.05)	

CMYK percentages

%0
%59.34
%9.96
%5.49

Codes

Color #F162D9 in popluar color models

F162D9
RGB24198217
HSL310°83.63%66.47%
HSB/HSV310°59.34%94.51%
CMYK0.00%59.34%9.96%
5.49%

Color #F162D9 in popluar number systems.

HEXF162D9
Decimal24198217
Binary11110001110001011011001
Octal361142331

Shades and tints

Shades of #F162D9

#F162D9
(241,98,217)
#DC5AC6
(220,90,198)
#C752B3
(199,82,179)
#B24AA0
(178,74,160)
#9D428D
(157,66,141)
#883A7A
(136,58,122)
#733267
(115,50,103)
#5E2A54
(94,42,84)
#492241
(73,34,65)
#341A2E
(52,26,46)
#1F121B
(31,18,27)
#000000
(0,0,0)

Tints of #F162D9

#F162D9
(241,98,217)
#F270DC
(242,112,220)
#F37EDF
(243,126,223)
#F48CE2
(244,140,226)
#F59AE5
(245,154,229)
#F6A8E8
(246,168,232)
#F7B6EB
(247,182,235)
#F8C4EE
(248,196,238)
#F9D2F1
(249,210,241)
#FAE0F4
(250,224,244)
#FBEEF7
(251,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F162D9 color. Also use rgb(241,98,217) instead hex code.

Text Font Color

.myTextColor { color: #F162D9; }

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

This text font color is #F162D9.


Background Color

.myBgColor { background-color: #F162D9; }

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

This div background color is #F162D9.


Border color

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

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

This div border color is #F162D9.


Opacity

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

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

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

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

This text has shadow with #F162D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F162D9 on black background.


Color preview on white background

This text has color #F162D9 on white background.



Black color preview on #F162D9 background

This text has black color on #F162D9 background.


White color preview on #F162D9 background

This text has white color on #F162D9 background.