COLOR #F30D66

HEX: #F30D66
RGB: (243,13,102)

Color info

#F30D66 contains mainly red color. Web safe color of #F30D66 is #FF0066 (or #F06).

RGB color model

#F30D66 color RGB value is (243,13,102).

  • red value is 243;
  • green value is 13;
  • blue value is 102.
RGB:
(243,13,102)
(95%,5%,40%)

RGB channels and saturation

R 243 of 255 = 95%
G 13 of 255 = 5%
B 102 of 255 = 40%

243
13
102

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

Portions of RGB colors in percentages

R + G + B =
243 + 13 + 102 = 358 (100%)
R 243 of 358 ~ 67.88%
G 13 of 358 ~ 3.63%
B 102 of 358 ~ 28.49%

%67.88
%28.49

CMYK color model

#F30D66 color CMYK value is (0,95,58,5).

  • cyan value is 0.00%
  • magenta value is 94.65%
  • yellow value is 58.02%
  • key color value is 4.71%
CMYK:
(0,95,58,5)
C0M95Y58K5 
(0%,95%,58%,5%)
(0.00/0.95/0.58/0.05)	

CMYK percentages

%0
%94.65
%58.02
%4.71

Codes

Color #F30D66 in popluar color models

F30D66
RGB24313102
HSL337°90.55%50.20%
HSB/HSV337°94.65%95.29%
CMYK0.00%94.65%58.02%
4.71%

Color #F30D66 in popluar number systems.

HEXF30D66
Decimal24313102
Binary1111001111011100110
Octal36315146

Shades and tints

Shades of #F30D66

#F30D66
(243,13,102)
#DD0C5D
(221,12,93)
#C70B54
(199,11,84)
#B10A4B
(177,10,75)
#9B0942
(155,9,66)
#850839
(133,8,57)
#6F0730
(111,7,48)
#590627
(89,6,39)
#43051E
(67,5,30)
#2D0415
(45,4,21)
#17030C
(23,3,12)
#000000
(0,0,0)

Tints of #F30D66

#F30D66
(243,13,102)
#F42373
(244,35,115)
#F53980
(245,57,128)
#F64F8D
(246,79,141)
#F7659A
(247,101,154)
#F87BA7
(248,123,167)
#F991B4
(249,145,180)
#FAA7C1
(250,167,193)
#FBBDCE
(251,189,206)
#FCD3DB
(252,211,219)
#FDE9E8
(253,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F30D66 color. Also use rgb(243,13,102) instead hex code.

Text Font Color

.myTextColor { color: #F30D66; }

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

This text font color is #F30D66.


Background Color

.myBgColor { background-color: #F30D66; }

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

This div background color is #F30D66.


Border color

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

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

This div border color is #F30D66.


Opacity

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

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

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

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

This text has shadow with #F30D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F30D66 on black background.


Color preview on white background

This text has color #F30D66 on white background.



Black color preview on #F30D66 background

This text has black color on #F30D66 background.


White color preview on #F30D66 background

This text has white color on #F30D66 background.