COLOR #F997E7

HEX: #F997E7
RGB: (249,151,231)

Renk bilgisi

#F997E7 contains mainly red and blue colors. #F997E7 ‘ nin web güvenlik rengi #FF99FF (ya da #F9F) dir.

RGB renk modeli

#F997E7 color RGB value is (249,151,231).

  • kırmız ton 249;
  • yeşil ton 151;
  • mavi ton 231.
RGB:
(249,151,231)
(98%,59%,91%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 151 of 255 = 59%
B 231 of 255 = 91%

249
151
231

R + G + B ~ 83%. #F997E7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 151 + 231 = 631 (100%)
R 249 of 631 ~ 39.46%
G 151 of 631 ~ 23.93%
B 231 of 631 ~ 36.61%

%39.46
%23.93
%36.61

CMYK RENK MODELİ

#F997E7 rengi CMYK tonu (0,39,7,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.36%
  • sarı tonu 7.23%
  • ana renk tonu 2.35%
CMYK:
(0,39,7,2)
C0M39Y7K2 
(0%,39%,7%,2%)
(0.00/0.39/0.07/0.02)	

CMYK yüzdeleri

%0
%39.36
%7.23
%2.35

Codes

Color #F997E7 in popluar color models

F997E7
RGB249151231
HSL311°89.09%78.43%
HSB/HSV311°39.36%97.65%
CMYK0.00%39.36%7.23%
2.35%

Color #F997E7 in popluar number systems.

HEXF997E7
Decimal249151231
Binary111110011001011111100111
Octal371227347

Shades and tints

Shades of #F997E7

#F997E7
(249,151,231)
#E38AD2
(227,138,210)
#CD7DBD
(205,125,189)
#B770A8
(183,112,168)
#A16393
(161,99,147)
#8B567E
(139,86,126)
#754969
(117,73,105)
#5F3C54
(95,60,84)
#492F3F
(73,47,63)
#33222A
(51,34,42)
#1D1515
(29,21,21)
#000000
(0,0,0)

Tints of #F997E7

#F997E7
(249,151,231)
#F9A0E9
(249,160,233)
#F9A9EB
(249,169,235)
#F9B2ED
(249,178,237)
#F9BBEF
(249,187,239)
#F9C4F1
(249,196,241)
#F9CDF3
(249,205,243)
#F9D6F5
(249,214,245)
#F9DFF7
(249,223,247)
#F9E8F9
(249,232,249)
#F9F1FB
(249,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F997E7 color. Also use rgb(249,151,231) instead hex code.

Text Font Color

.myTextColor { color: #F997E7; }

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

This text font color is #F997E7.


Background Color

.myBgColor { background-color: #F997E7; }

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

This div background color is #F997E7.


Border color

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

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

This div border color is #F997E7.


Opacity

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

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

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

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

This text has shadow with #F997E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F997E7 on black background.


Color preview on white background

This text has color #F997E7 on white background.



Black color preview on #F997E7 background

This text has black color on #F997E7 background.


White color preview on #F997E7 background

This text has white color on #F997E7 background.