COLOR #F387DC

HEX: #F387DC
RGB: (243,135,220)

Renk bilgisi

#F387DC contains mainly red and blue colors. #F387DC ‘ nin web güvenlik rengi #FF99CC (ya da #F9C) dir.

RGB renk modeli

#F387DC color RGB value is (243,135,220).

  • kırmız ton 243;
  • yeşil ton 135;
  • mavi ton 220.
RGB:
(243,135,220)
(95%,53%,86%)

RGB bağlantıları ve doygunluk

R 243 of 255 = 95%
G 135 of 255 = 53%
B 220 of 255 = 86%

243
135
220

R + G + B ~ 78%. #F387DC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
243 + 135 + 220 = 598 (100%)
R 243 of 598 ~ 40.64%
G 135 of 598 ~ 22.58%
B 220 of 598 ~ 36.79%

%40.64
%22.58
%36.79

CMYK RENK MODELİ

#F387DC rengi CMYK tonu (0,44,9,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.44%
  • sarı tonu 9.47%
  • ana renk tonu 4.71%
CMYK:
(0,44,9,5)
C0M44Y9K5 
(0%,44%,9%,5%)
(0.00/0.44/0.09/0.05)	

CMYK yüzdeleri

%0
%44.44
%9.47
%4.71

Codes

Color #F387DC in popluar color models

F387DC
RGB243135220
HSL313°81.82%74.12%
HSB/HSV313°44.44%95.29%
CMYK0.00%44.44%9.47%
4.71%

Color #F387DC in popluar number systems.

HEXF387DC
Decimal243135220
Binary111100111000011111011100
Octal363207334

Shades and tints

Shades of #F387DC

#F387DC
(243,135,220)
#DD7BC8
(221,123,200)
#C76FB4
(199,111,180)
#B163A0
(177,99,160)
#9B578C
(155,87,140)
#854B78
(133,75,120)
#6F3F64
(111,63,100)
#593350
(89,51,80)
#43273C
(67,39,60)
#2D1B28
(45,27,40)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #F387DC

#F387DC
(243,135,220)
#F491DF
(244,145,223)
#F59BE2
(245,155,226)
#F6A5E5
(246,165,229)
#F7AFE8
(247,175,232)
#F8B9EB
(248,185,235)
#F9C3EE
(249,195,238)
#FACDF1
(250,205,241)
#FBD7F4
(251,215,244)
#FCE1F7
(252,225,247)
#FDEBFA
(253,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F387DC color. Also use rgb(243,135,220) instead hex code.

Text Font Color

.myTextColor { color: #F387DC; }

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

This text font color is #F387DC.


Background Color

.myBgColor { background-color: #F387DC; }

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

This div background color is #F387DC.


Border color

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

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

This div border color is #F387DC.


Opacity

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

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

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

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

This text has shadow with #F387DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F387DC on black background.


Color preview on white background

This text has color #F387DC on white background.



Black color preview on #F387DC background

This text has black color on #F387DC background.


White color preview on #F387DC background

This text has white color on #F387DC background.