COLOR #F30C7E

HEX: #F30C7E
RGB: (243,12,126)

Color info

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

RGB color model

#F30C7E color RGB value is (243,12,126).

  • red value is 243;
  • green value is 12;
  • blue value is 126.
RGB:
(243,12,126)
(95%,5%,49%)

RGB channels and saturation

R 243 of 255 = 95%
G 12 of 255 = 5%
B 126 of 255 = 49%

243
12
126

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

Portions of RGB colors in percentages

R + G + B =
243 + 12 + 126 = 381 (100%)
R 243 of 381 ~ 63.78%
G 12 of 381 ~ 3.15%
B 126 of 381 ~ 33.07%

%63.78
%33.07

CMYK color model

#F30C7E color CMYK value is (0,95,48,5).

  • cyan value is 0.00%
  • magenta value is 95.06%
  • yellow value is 48.15%
  • key color value is 4.71%
CMYK:
(0,95,48,5)
C0M95Y48K5 
(0%,95%,48%,5%)
(0.00/0.95/0.48/0.05)	

CMYK percentages

%0
%95.06
%48.15
%4.71

Codes

Color #F30C7E in popluar color models

F30C7E
RGB24312126
HSL330°90.59%50.00%
HSB/HSV330°95.06%95.29%
CMYK0.00%95.06%48.15%
4.71%

Color #F30C7E in popluar number systems.

HEXF30C7E
Decimal24312126
Binary1111001111001111110
Octal36314176

Shades and tints

Shades of #F30C7E

#F30C7E
(243,12,126)
#DD0B73
(221,11,115)
#C70A68
(199,10,104)
#B1095D
(177,9,93)
#9B0852
(155,8,82)
#850747
(133,7,71)
#6F063C
(111,6,60)
#590531
(89,5,49)
#430426
(67,4,38)
#2D031B
(45,3,27)
#170210
(23,2,16)
#000000
(0,0,0)

Tints of #F30C7E

#F30C7E
(243,12,126)
#F42289
(244,34,137)
#F53894
(245,56,148)
#F64E9F
(246,78,159)
#F764AA
(247,100,170)
#F87AB5
(248,122,181)
#F990C0
(249,144,192)
#FAA6CB
(250,166,203)
#FBBCD6
(251,188,214)
#FCD2E1
(252,210,225)
#FDE8EC
(253,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F30C7E color. Also use rgb(243,12,126) instead hex code.

Text Font Color

.myTextColor { color: #F30C7E; }

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

This text font color is #F30C7E.


Background Color

.myBgColor { background-color: #F30C7E; }

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

This div background color is #F30C7E.


Border color

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

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

This div border color is #F30C7E.


Opacity

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

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

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

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

This text has shadow with #F30C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F30C7E on black background.


Color preview on white background

This text has color #F30C7E on white background.



Black color preview on #F30C7E background

This text has black color on #F30C7E background.


White color preview on #F30C7E background

This text has white color on #F30C7E background.