COLOR #F12CF7

HEX: #F12CF7 RGB: (241,44,247)

Color info

#F12CF7 contains mainly red and blue colors. Web safe color of #F12CF7 is #FF33FF (or #F3F).

RGB color model

#F12CF7 color RGB value is (241,44,247).

RGB: (241,44,247) (95%, 17%, 97%)

RGB channels and saturation

R 241 of 255 = 95%
G 44 of 255 = 17%
B 247 of 255 = 97%

241
44
247

R + G + B ~ 70%. #F12CF7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 44 + 247 = 532 (100%)
R 241 of 532 ~ 45.3%
G 44 of 532 ~ 8.27%
B 247 of 532 ~ 46.43'%

%45.3
%46.43

CMYK color model

#F12CF7 color CMYK value is (2,82,0,3).

  • cyan value is 2.43%
  • magenta value is 82.19%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (2,82,0,3)
C2M82Y0K3 (2%, 82%, 0%, 3%)
(0.02 / 0.82 / 0.00 / 0.03)

CMYK percentages

%2.43
%82.19
%0
%3.14

Codes

Color #F12CF7 in popluar color models

F1 2C F7
RGB 241 44 247
HSL 298° 92.69% 57.06%
HSB/HSV 298° 82.19% 96.86%
CMYK 2.43% 82.19% 0.00%
3.14%

Color #F12CF7 in popluar number systems.

HEX F1 2C F7
Decimal 241 44 247
Binary 11110001 101100 11110111
Octal 361 54 367

Shades and tints

Shades of #F12CF7

#F12CF7
(241,44,247)
#DC28E1
(220,40,225)
#C724CB
(199,36,203)
#B220B5
(178,32,181)
#9D1C9F
(157,28,159)
#881889
(136,24,137)
#731473
(115,20,115)
#5E105D
(94,16,93)
#490C47
(73,12,71)
#340831
(52,8,49)
#1F041B
(31,4,27)
#000000
(0,0,0)

Tints of #F12CF7

#F12CF7
(241,44,247)
#F23FF7
(242,63,247)
#F352F7
(243,82,247)
#F465F7
(244,101,247)
#F578F7
(245,120,247)
#F68BF7
(246,139,247)
#F79EF7
(247,158,247)
#F8B1F7
(248,177,247)
#F9C4F7
(249,196,247)
#FAD7F7
(250,215,247)
#FBEAF7
(251,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F12CF7 color. Also use rgb(241,44,247) instead hex code.

Text Font Color

.myTextColor { color: #F12CF7; }

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

This text font color is #F12CF7.

Background Color

.myBgColor { background-color: #F12CF7; }

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

This div background color is #F12CF7.

Border color

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

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

This div border color is #F12CF7.

Opacity

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

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

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

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

This text has shadow with #F12CF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F12CF7.

Preview

Color preview on black background

This text has color #F12CF7 on black background.


Color preview on white background

This text has color #F12CF7 on white background.


Black color preview on #F12CF7 background

This text has black color on #F12CF7 background.


White color preview on #F12CF7 background

This text has white color on #F12CF7 background.


Related colors

Complementary color

Complementary color for #hex is #0ED308.


I love getcolorcode.com

Triadic colors

1 #F7F12C and #2CF7F1 with #F12CF7 are triadic colors.

2 #F72CF1 and #2CF1F7 with #F12CF7 are triadic colors.