COLOR #F93F8E

HEX: #F93F8E
RGB: (249,63,142)

Color info

#F93F8E contains mainly red color. Web safe color of #F93F8E is #FF3399 (or #F39).

RGB color model

#F93F8E color RGB value is (249,63,142).

  • red value is 249;
  • green value is 63;
  • blue value is 142.
RGB:
(249,63,142)
(98%,25%,56%)

RGB channels and saturation

R 249 of 255 = 98%
G 63 of 255 = 25%
B 142 of 255 = 56%

249
63
142

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

Portions of RGB colors in percentages

R + G + B =
249 + 63 + 142 = 454 (100%)
R 249 of 454 ~ 54.85%
G 63 of 454 ~ 13.88%
B 142 of 454 ~ 31.28%

%54.85
%13.88
%31.28

CMYK color model

#F93F8E color CMYK value is (0,75,43,2).

  • cyan value is 0.00%
  • magenta value is 74.70%
  • yellow value is 42.97%
  • key color value is 2.35%
CMYK:
(0,75,43,2)
C0M75Y43K2 
(0%,75%,43%,2%)
(0.00/0.75/0.43/0.02)	

CMYK percentages

%0
%74.7
%42.97
%2.35

Codes

Color #F93F8E in popluar color models

F93F8E
RGB24963142
HSL335°93.94%61.18%
HSB/HSV335°74.70%97.65%
CMYK0.00%74.70%42.97%
2.35%

Color #F93F8E in popluar number systems.

HEXF93F8E
Decimal24963142
Binary1111100111111110001110
Octal37177216

Shades and tints

Shades of #F93F8E

#F93F8E
(249,63,142)
#E33A82
(227,58,130)
#CD3576
(205,53,118)
#B7306A
(183,48,106)
#A12B5E
(161,43,94)
#8B2652
(139,38,82)
#752146
(117,33,70)
#5F1C3A
(95,28,58)
#49172E
(73,23,46)
#331222
(51,18,34)
#1D0D16
(29,13,22)
#000000
(0,0,0)

Tints of #F93F8E

#F93F8E
(249,63,142)
#F95098
(249,80,152)
#F961A2
(249,97,162)
#F972AC
(249,114,172)
#F983B6
(249,131,182)
#F994C0
(249,148,192)
#F9A5CA
(249,165,202)
#F9B6D4
(249,182,212)
#F9C7DE
(249,199,222)
#F9D8E8
(249,216,232)
#F9E9F2
(249,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F93F8E color. Also use rgb(249,63,142) instead hex code.

Text Font Color

.myTextColor { color: #F93F8E; }

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

This text font color is #F93F8E.


Background Color

.myBgColor { background-color: #F93F8E; }

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

This div background color is #F93F8E.


Border color

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

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

This div border color is #F93F8E.


Opacity

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

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

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

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

This text has shadow with #F93F8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F93F8E on black background.


Color preview on white background

This text has color #F93F8E on white background.



Black color preview on #F93F8E background

This text has black color on #F93F8E background.


White color preview on #F93F8E background

This text has white color on #F93F8E background.