COLOR #F426E1

HEX: #F426E1 RGB: (244,38,225)

Color info

#F426E1 contains mainly red and blue colors. Web safe color of #F426E1 is #FF33CC (or #F3C).

RGB color model

#F426E1 color RGB value is (244,38,225).

RGB: (244,38,225) (96%, 15%, 88%)

RGB channels and saturation

R 244 of 255 = 96%
G 38 of 255 = 15%
B 225 of 255 = 88%

244
38
225

R + G + B ~ 66%. #F426E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 38 + 225 = 507 (100%)
R 244 of 507 ~ 48.13%
G 38 of 507 ~ 7.5%
B 225 of 507 ~ 44.38'%

%48.13
%44.38

CMYK color model

#F426E1 color CMYK value is (0,84,8,4).

  • cyan value is 0.00%
  • magenta value is 84.43%
  • yellow value is 7.79%
  • key color value is 4.31%

CMYK: (0,84,8,4)
C0M84Y8K4 (0%, 84%, 8%, 4%)
(0.00 / 0.84 / 0.08 / 0.04)

CMYK percentages

%0
%84.43
%7.79
%4.31

Codes

Color #F426E1 in popluar color models

F4 26 E1
RGB 244 38 225
HSL 306° 90.35% 55.29%
HSB/HSV 306° 84.43% 95.69%
CMYK 0.00% 84.43% 7.79%
4.31%

Color #F426E1 in popluar number systems.

HEX F4 26 E1
Decimal 244 38 225
Binary 11110100 100110 11100001
Octal 364 46 341

Shades and tints

Shades of #F426E1

#F426E1
(244,38,225)
#DE23CD
(222,35,205)
#C820B9
(200,32,185)
#B21DA5
(178,29,165)
#9C1A91
(156,26,145)
#86177D
(134,23,125)
#701469
(112,20,105)
#5A1155
(90,17,85)
#440E41
(68,14,65)
#2E0B2D
(46,11,45)
#180819
(24,8,25)
#000000
(0,0,0)

Tints of #F426E1

#F426E1
(244,38,225)
#F539E3
(245,57,227)
#F64CE5
(246,76,229)
#F75FE7
(247,95,231)
#F872E9
(248,114,233)
#F985EB
(249,133,235)
#FA98ED
(250,152,237)
#FBABEF
(251,171,239)
#FCBEF1
(252,190,241)
#FDD1F3
(253,209,243)
#FEE4F5
(254,228,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F426E1 color. Also use rgb(244,38,225) instead hex code.

Text Font Color

.myTextColor { color: #F426E1; }

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

This text font color is #F426E1.

Background Color

.myBgColor { background-color: #F426E1; }

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

This div background color is #F426E1.

Border color

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

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

This div border color is #F426E1.

Opacity

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

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

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

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

This text has shadow with #F426E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F426E1.

Preview

Color preview on black background

This text has color #F426E1 on black background.


Color preview on white background

This text has color #F426E1 on white background.


Black color preview on #F426E1 background

This text has black color on #F426E1 background.


White color preview on #F426E1 background

This text has white color on #F426E1 background.


Related colors

Complementary color

Complementary color for #hex is #0BD91E.


I love getcolorcode.com

Triadic colors

1 #E1F426 and #26E1F4 with #F426E1 are triadic colors.

2 #E126F4 and #26F4E1 with #F426E1 are triadic colors.