COLOR #F93C63

HEX: #F93C63
RGB: (249,60,99)

Color info

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

RGB color model

#F93C63 color RGB value is (249,60,99).

  • red value is 249;
  • green value is 60;
  • blue value is 99.
RGB:
(249,60,99)
(98%,24%,39%)

RGB channels and saturation

R 249 of 255 = 98%
G 60 of 255 = 24%
B 99 of 255 = 39%

249
60
99

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

Portions of RGB colors in percentages

R + G + B =
249 + 60 + 99 = 408 (100%)
R 249 of 408 ~ 61.03%
G 60 of 408 ~ 14.71%
B 99 of 408 ~ 24.26%

%61.03
%14.71
%24.26

CMYK color model

#F93C63 color CMYK value is (0,76,60,2).

  • cyan value is 0.00%
  • magenta value is 75.90%
  • yellow value is 60.24%
  • key color value is 2.35%
CMYK:
(0,76,60,2)
C0M76Y60K2 
(0%,76%,60%,2%)
(0.00/0.76/0.60/0.02)	

CMYK percentages

%0
%75.9
%60.24
%2.35

Codes

Color #F93C63 in popluar color models

F93C63
RGB2496099
HSL348°94.03%60.59%
HSB/HSV348°75.90%97.65%
CMYK0.00%75.90%60.24%
2.35%

Color #F93C63 in popluar number systems.

HEXF93C63
Decimal2496099
Binary111110011111001100011
Octal37174143

Shades and tints

Shades of #F93C63

#F93C63
(249,60,99)
#E3375A
(227,55,90)
#CD3251
(205,50,81)
#B72D48
(183,45,72)
#A1283F
(161,40,63)
#8B2336
(139,35,54)
#751E2D
(117,30,45)
#5F1924
(95,25,36)
#49141B
(73,20,27)
#330F12
(51,15,18)
#1D0A09
(29,10,9)
#000000
(0,0,0)

Tints of #F93C63

#F93C63
(249,60,99)
#F94D71
(249,77,113)
#F95E7F
(249,94,127)
#F96F8D
(249,111,141)
#F9809B
(249,128,155)
#F991A9
(249,145,169)
#F9A2B7
(249,162,183)
#F9B3C5
(249,179,197)
#F9C4D3
(249,196,211)
#F9D5E1
(249,213,225)
#F9E6EF
(249,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F93C63 color. Also use rgb(249,60,99) instead hex code.

Text Font Color

.myTextColor { color: #F93C63; }

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

This text font color is #F93C63.


Background Color

.myBgColor { background-color: #F93C63; }

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

This div background color is #F93C63.


Border color

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

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

This div border color is #F93C63.


Opacity

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

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

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

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

This text has shadow with #F93C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F93C63 on black background.


Color preview on white background

This text has color #F93C63 on white background.



Black color preview on #F93C63 background

This text has black color on #F93C63 background.


White color preview on #F93C63 background

This text has white color on #F93C63 background.