COLOR #F378FB

HEX: #F378FB RGB: (243,120,251)

Color info

#F378FB contains mainly red and blue colors. Web safe color of #F378FB is #FF66FF (or #F6F).

RGB color model

#F378FB color RGB value is (243,120,251).

RGB: (243,120,251) (95%, 47%, 98%)

RGB channels and saturation

R 243 of 255 = 95%
G 120 of 255 = 47%
B 251 of 255 = 98%

243
120
251

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

Portions of RGB colors in percentages

R + G + B = 243 + 120 + 251 = 614 (100%)
R 243 of 614 ~ 39.58%
G 120 of 614 ~ 19.54%
B 251 of 614 ~ 40.88'%

%39.58
%19.54
%40.88

CMYK color model

#F378FB color CMYK value is (3,52,0,2).

  • cyan value is 3.19%
  • magenta value is 52.19%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (3,52,0,2)
C3M52Y0K2 (3%, 52%, 0%, 2%)
(0.03 / 0.52 / 0.00 / 0.02)

CMYK percentages

%3.19
%52.19
%0
%1.57

Codes

Color #F378FB in popluar color models

F3 78 FB
RGB 243 120 251
HSL 296° 94.24% 72.75%
HSB/HSV 296° 52.19% 98.43%
CMYK 3.19% 52.19% 0.00%
1.57%

Color #F378FB in popluar number systems.

HEX F3 78 FB
Decimal 243 120 251
Binary 11110011 1111000 11111011
Octal 363 170 373

Shades and tints

Shades of #F378FB

#F378FB
(243,120,251)
#DD6EE5
(221,110,229)
#C764CF
(199,100,207)
#B15AB9
(177,90,185)
#9B50A3
(155,80,163)
#85468D
(133,70,141)
#6F3C77
(111,60,119)
#593261
(89,50,97)
#43284B
(67,40,75)
#2D1E35
(45,30,53)
#17141F
(23,20,31)
#000000
(0,0,0)

Tints of #F378FB

#F378FB
(243,120,251)
#F484FB
(244,132,251)
#F590FB
(245,144,251)
#F69CFB
(246,156,251)
#F7A8FB
(247,168,251)
#F8B4FB
(248,180,251)
#F9C0FB
(249,192,251)
#FACCFB
(250,204,251)
#FBD8FB
(251,216,251)
#FCE4FB
(252,228,251)
#FDF0FB
(253,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F378FB color. Also use rgb(243,120,251) instead hex code.

Text Font Color

.myTextColor { color: #F378FB; }

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

This text font color is #F378FB.

Background Color

.myBgColor { background-color: #F378FB; }

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

This div background color is #F378FB.

Border color

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

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

This div border color is #F378FB.

Opacity

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

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

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

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

This text has shadow with #F378FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F378FB.

Preview

Color preview on black background

This text has color #F378FB on black background.


Color preview on white background

This text has color #F378FB on white background.


Black color preview on #F378FB background

This text has black color on #F378FB background.


White color preview on #F378FB background

This text has white color on #F378FB background.


Related colors

Complementary color

Complementary color for #hex is #0C8704.


I love getcolorcode.com

Triadic colors

1 #FBF378 and #78FBF3 with #F378FB are triadic colors.

2 #FB78F3 and #78F3FB with #F378FB are triadic colors.