COLOR #FD61C8

HEX: #FD61C8
RGB: (253,97,200)

Renk bilgisi

#FD61C8 contains mainly red and blue colors. #FD61C8 ‘ nin web güvenlik rengi #FF66CC (ya da #F6C) dir.

RGB renk modeli

#FD61C8 color RGB value is (253,97,200).

  • kırmız ton 253;
  • yeşil ton 97;
  • mavi ton 200.
RGB:
(253,97,200)
(99%,38%,78%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 97 of 255 = 38%
B 200 of 255 = 78%

253
97
200

R + G + B ~ 72%. #FD61C8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 97 + 200 = 550 (100%)
R 253 of 550 ~ 46%
G 97 of 550 ~ 17.64%
B 200 of 550 ~ 36.36%

%46
%17.64
%36.36

CMYK RENK MODELİ

#FD61C8 rengi CMYK tonu (0,62,21,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 61.66%
  • sarı tonu 20.95%
  • ana renk tonu 0.78%
CMYK:
(0,62,21,1)
C0M62Y21K1 
(0%,62%,21%,1%)
(0.00/0.62/0.21/0.01)	

CMYK yüzdeleri

%0
%61.66
%20.95
%0.78

Codes

Color #FD61C8 in popluar color models

FD61C8
RGB25397200
HSL320°97.50%68.63%
HSB/HSV320°61.66%99.22%
CMYK0.00%61.66%20.95%
0.78%

Color #FD61C8 in popluar number systems.

HEXFD61C8
Decimal25397200
Binary11111101110000111001000
Octal375141310

Shades and tints

Shades of #FD61C8

#FD61C8
(253,97,200)
#E659B6
(230,89,182)
#CF51A4
(207,81,164)
#B84992
(184,73,146)
#A14180
(161,65,128)
#8A396E
(138,57,110)
#73315C
(115,49,92)
#5C294A
(92,41,74)
#452138
(69,33,56)
#2E1926
(46,25,38)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #FD61C8

#FD61C8
(253,97,200)
#FD6FCD
(253,111,205)
#FD7DD2
(253,125,210)
#FD8BD7
(253,139,215)
#FD99DC
(253,153,220)
#FDA7E1
(253,167,225)
#FDB5E6
(253,181,230)
#FDC3EB
(253,195,235)
#FDD1F0
(253,209,240)
#FDDFF5
(253,223,245)
#FDEDFA
(253,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD61C8 color. Also use rgb(253,97,200) instead hex code.

Text Font Color

.myTextColor { color: #FD61C8; }

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

This text font color is #FD61C8.


Background Color

.myBgColor { background-color: #FD61C8; }

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

This div background color is #FD61C8.


Border color

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

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

This div border color is #FD61C8.


Opacity

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

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

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

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

This text has shadow with #FD61C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD61C8 on black background.


Color preview on white background

This text has color #FD61C8 on white background.



Black color preview on #FD61C8 background

This text has black color on #FD61C8 background.


White color preview on #FD61C8 background

This text has white color on #FD61C8 background.