COLOR #F293DB

HEX: #F293DB
RGB: (242,147,219)

Color info

#F293DB contains mainly red and blue colors. Web safe color of #F293DB is #FF99CC (or #F9C).

RGB color model

#F293DB color RGB value is (242,147,219).

  • red value is 242;
  • green value is 147;
  • blue value is 219.
RGB:
(242,147,219)
(95%,58%,86%)

RGB channels and saturation

R 242 of 255 = 95%
G 147 of 255 = 58%
B 219 of 255 = 86%

242
147
219

R + G + B ~ 80%. #F293DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 147 + 219 = 608 (100%)
R 242 of 608 ~ 39.8%
G 147 of 608 ~ 24.18%
B 219 of 608 ~ 36.02%

%39.8
%24.18
%36.02

CMYK color model

#F293DB color CMYK value is (0,39,10,5).

  • cyan value is 0.00%
  • magenta value is 39.26%
  • yellow value is 9.50%
  • key color value is 5.10%
CMYK:
(0,39,10,5)
C0M39Y10K5 
(0%,39%,10%,5%)
(0.00/0.39/0.10/0.05)	

CMYK percentages

%0
%39.26
%9.5
%5.1

Codes

Color #F293DB in popluar color models

F293DB
RGB242147219
HSL315°78.51%76.27%
HSB/HSV315°39.26%94.90%
CMYK0.00%39.26%9.50%
5.10%

Color #F293DB in popluar number systems.

HEXF293DB
Decimal242147219
Binary111100101001001111011011
Octal362223333

Shades and tints

Shades of #F293DB

#F293DB
(242,147,219)
#DC86C8
(220,134,200)
#C679B5
(198,121,181)
#B06CA2
(176,108,162)
#9A5F8F
(154,95,143)
#84527C
(132,82,124)
#6E4569
(110,69,105)
#583856
(88,56,86)
#422B43
(66,43,67)
#2C1E30
(44,30,48)
#16111D
(22,17,29)
#000000
(0,0,0)

Tints of #F293DB

#F293DB
(242,147,219)
#F39CDE
(243,156,222)
#F4A5E1
(244,165,225)
#F5AEE4
(245,174,228)
#F6B7E7
(246,183,231)
#F7C0EA
(247,192,234)
#F8C9ED
(248,201,237)
#F9D2F0
(249,210,240)
#FADBF3
(250,219,243)
#FBE4F6
(251,228,246)
#FCEDF9
(252,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F293DB color. Also use rgb(242,147,219) instead hex code.

Text Font Color

.myTextColor { color: #F293DB; }

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

This text font color is #F293DB.


Background Color

.myBgColor { background-color: #F293DB; }

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

This div background color is #F293DB.


Border color

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

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

This div border color is #F293DB.


Opacity

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

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

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

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

This text has shadow with #F293DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F293DB on black background.


Color preview on white background

This text has color #F293DB on white background.



Black color preview on #F293DB background

This text has black color on #F293DB background.


White color preview on #F293DB background

This text has white color on #F293DB background.