COLOR #F93465

HEX: #F93465
RGB: (249,52,101)

Color info

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

RGB color model

#F93465 color RGB value is (249,52,101).

  • red value is 249;
  • green value is 52;
  • blue value is 101.
RGB:
(249,52,101)
(98%,20%,40%)

RGB channels and saturation

R 249 of 255 = 98%
G 52 of 255 = 20%
B 101 of 255 = 40%

249
52
101

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

Portions of RGB colors in percentages

R + G + B =
249 + 52 + 101 = 402 (100%)
R 249 of 402 ~ 61.94%
G 52 of 402 ~ 12.94%
B 101 of 402 ~ 25.12%

%61.94
%12.94
%25.12

CMYK color model

#F93465 color CMYK value is (0,79,59,2).

  • cyan value is 0.00%
  • magenta value is 79.12%
  • yellow value is 59.44%
  • key color value is 2.35%
CMYK:
(0,79,59,2)
C0M79Y59K2 
(0%,79%,59%,2%)
(0.00/0.79/0.59/0.02)	

CMYK percentages

%0
%79.12
%59.44
%2.35

Codes

Color #F93465 in popluar color models

F93465
RGB24952101
HSL345°94.26%59.02%
HSB/HSV345°79.12%97.65%
CMYK0.00%79.12%59.44%
2.35%

Color #F93465 in popluar number systems.

HEXF93465
Decimal24952101
Binary111110011101001100101
Octal37164145

Shades and tints

Shades of #F93465

#F93465
(249,52,101)
#E3305C
(227,48,92)
#CD2C53
(205,44,83)
#B7284A
(183,40,74)
#A12441
(161,36,65)
#8B2038
(139,32,56)
#751C2F
(117,28,47)
#5F1826
(95,24,38)
#49141D
(73,20,29)
#331014
(51,16,20)
#1D0C0B
(29,12,11)
#000000
(0,0,0)

Tints of #F93465

#F93465
(249,52,101)
#F94673
(249,70,115)
#F95881
(249,88,129)
#F96A8F
(249,106,143)
#F97C9D
(249,124,157)
#F98EAB
(249,142,171)
#F9A0B9
(249,160,185)
#F9B2C7
(249,178,199)
#F9C4D5
(249,196,213)
#F9D6E3
(249,214,227)
#F9E8F1
(249,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F93465 color. Also use rgb(249,52,101) instead hex code.

Text Font Color

.myTextColor { color: #F93465; }

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

This text font color is #F93465.


Background Color

.myBgColor { background-color: #F93465; }

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

This div background color is #F93465.


Border color

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

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

This div border color is #F93465.


Opacity

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

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

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

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

This text has shadow with #F93465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F93465 on black background.


Color preview on white background

This text has color #F93465 on white background.



Black color preview on #F93465 background

This text has black color on #F93465 background.


White color preview on #F93465 background

This text has white color on #F93465 background.