COLOR #F476EF

HEX: #F476EF
RGB: (244,118,239)

Renk bilgisi

#F476EF contains mainly red and blue colors. #F476EF ‘ nin web güvenlik rengi #FF66FF (ya da #F6F) dir.

RGB renk modeli

#F476EF color RGB value is (244,118,239).

  • kırmız ton 244;
  • yeşil ton 118;
  • mavi ton 239.
RGB:
(244,118,239)
(96%,46%,94%)

RGB bağlantıları ve doygunluk

R 244 of 255 = 96%
G 118 of 255 = 46%
B 239 of 255 = 94%

244
118
239

R + G + B ~ 79%. #F476EF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
244 + 118 + 239 = 601 (100%)
R 244 of 601 ~ 40.6%
G 118 of 601 ~ 19.63%
B 239 of 601 ~ 39.77%

%40.6
%19.63
%39.77

CMYK RENK MODELİ

#F476EF rengi CMYK tonu (0,52,2,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.64%
  • sarı tonu 2.05%
  • ana renk tonu 4.31%
CMYK:
(0,52,2,4)
C0M52Y2K4 
(0%,52%,2%,4%)
(0.00/0.52/0.02/0.04)	

CMYK yüzdeleri

%0
%51.64
%2.05
%4.31

Codes

Color #F476EF in popluar color models

F476EF
RGB244118239
HSL302°85.14%70.98%
HSB/HSV302°51.64%95.69%
CMYK0.00%51.64%2.05%
4.31%

Color #F476EF in popluar number systems.

HEXF476EF
Decimal244118239
Binary11110100111011011101111
Octal364166357

Shades and tints

Shades of #F476EF

#F476EF
(244,118,239)
#DE6CDA
(222,108,218)
#C862C5
(200,98,197)
#B258B0
(178,88,176)
#9C4E9B
(156,78,155)
#864486
(134,68,134)
#703A71
(112,58,113)
#5A305C
(90,48,92)
#442647
(68,38,71)
#2E1C32
(46,28,50)
#18121D
(24,18,29)
#000000
(0,0,0)

Tints of #F476EF

#F476EF
(244,118,239)
#F582F0
(245,130,240)
#F68EF1
(246,142,241)
#F79AF2
(247,154,242)
#F8A6F3
(248,166,243)
#F9B2F4
(249,178,244)
#FABEF5
(250,190,245)
#FBCAF6
(251,202,246)
#FCD6F7
(252,214,247)
#FDE2F8
(253,226,248)
#FEEEF9
(254,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F476EF color. Also use rgb(244,118,239) instead hex code.

Text Font Color

.myTextColor { color: #F476EF; }

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

This text font color is #F476EF.


Background Color

.myBgColor { background-color: #F476EF; }

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

This div background color is #F476EF.


Border color

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

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

This div border color is #F476EF.


Opacity

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

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

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

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

This text has shadow with #F476EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F476EF on black background.


Color preview on white background

This text has color #F476EF on white background.



Black color preview on #F476EF background

This text has black color on #F476EF background.


White color preview on #F476EF background

This text has white color on #F476EF background.