COLOR #F497D2

HEX: #F497D2
RGB: (244,151,210)

Renk bilgisi

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

RGB renk modeli

#F497D2 color RGB value is (244,151,210).

  • kırmız ton 244;
  • yeşil ton 151;
  • mavi ton 210.
RGB:
(244,151,210)
(96%,59%,82%)

RGB bağlantıları ve doygunluk

R 244 of 255 = 96%
G 151 of 255 = 59%
B 210 of 255 = 82%

244
151
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
244 + 151 + 210 = 605 (100%)
R 244 of 605 ~ 40.33%
G 151 of 605 ~ 24.96%
B 210 of 605 ~ 34.71%

%40.33
%24.96
%34.71

CMYK RENK MODELİ

#F497D2 rengi CMYK tonu (0,38,14,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.11%
  • sarı tonu 13.93%
  • ana renk tonu 4.31%
CMYK:
(0,38,14,4)
C0M38Y14K4 
(0%,38%,14%,4%)
(0.00/0.38/0.14/0.04)	

CMYK yüzdeleri

%0
%38.11
%13.93
%4.31

Codes

Color #F497D2 in popluar color models

F497D2
RGB244151210
HSL322°80.87%77.45%
HSB/HSV322°38.11%95.69%
CMYK0.00%38.11%13.93%
4.31%

Color #F497D2 in popluar number systems.

HEXF497D2
Decimal244151210
Binary111101001001011111010010
Octal364227322

Shades and tints

Shades of #F497D2

#F497D2
(244,151,210)
#DE8ABF
(222,138,191)
#C87DAC
(200,125,172)
#B27099
(178,112,153)
#9C6386
(156,99,134)
#865673
(134,86,115)
#704960
(112,73,96)
#5A3C4D
(90,60,77)
#442F3A
(68,47,58)
#2E2227
(46,34,39)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #F497D2

#F497D2
(244,151,210)
#F5A0D6
(245,160,214)
#F6A9DA
(246,169,218)
#F7B2DE
(247,178,222)
#F8BBE2
(248,187,226)
#F9C4E6
(249,196,230)
#FACDEA
(250,205,234)
#FBD6EE
(251,214,238)
#FCDFF2
(252,223,242)
#FDE8F6
(253,232,246)
#FEF1FA
(254,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F497D2 color. Also use rgb(244,151,210) instead hex code.

Text Font Color

.myTextColor { color: #F497D2; }

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

This text font color is #F497D2.


Background Color

.myBgColor { background-color: #F497D2; }

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

This div background color is #F497D2.


Border color

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

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

This div border color is #F497D2.


Opacity

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

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

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

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

This text has shadow with #F497D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F497D2 on black background.


Color preview on white background

This text has color #F497D2 on white background.



Black color preview on #F497D2 background

This text has black color on #F497D2 background.


White color preview on #F497D2 background

This text has white color on #F497D2 background.