COLOR #F976C7

HEX: #F976C7
RGB: (249,118,199)

Renk bilgisi

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

RGB renk modeli

#F976C7 color RGB value is (249,118,199).

  • kırmız ton 249;
  • yeşil ton 118;
  • mavi ton 199.
RGB:
(249,118,199)
(98%,46%,78%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 118 of 255 = 46%
B 199 of 255 = 78%

249
118
199

R + G + B ~ 74%. #F976C7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 118 + 199 = 566 (100%)
R 249 of 566 ~ 43.99%
G 118 of 566 ~ 20.85%
B 199 of 566 ~ 35.16%

%43.99
%20.85
%35.16

CMYK RENK MODELİ

#F976C7 rengi CMYK tonu (0,53,20,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.61%
  • sarı tonu 20.08%
  • ana renk tonu 2.35%
CMYK:
(0,53,20,2)
C0M53Y20K2 
(0%,53%,20%,2%)
(0.00/0.53/0.20/0.02)	

CMYK yüzdeleri

%0
%52.61
%20.08
%2.35

Codes

Color #F976C7 in popluar color models

F976C7
RGB249118199
HSL323°91.61%71.96%
HSB/HSV323°52.61%97.65%
CMYK0.00%52.61%20.08%
2.35%

Color #F976C7 in popluar number systems.

HEXF976C7
Decimal249118199
Binary11111001111011011000111
Octal371166307

Shades and tints

Shades of #F976C7

#F976C7
(249,118,199)
#E36CB5
(227,108,181)
#CD62A3
(205,98,163)
#B75891
(183,88,145)
#A14E7F
(161,78,127)
#8B446D
(139,68,109)
#753A5B
(117,58,91)
#5F3049
(95,48,73)
#492637
(73,38,55)
#331C25
(51,28,37)
#1D1213
(29,18,19)
#000000
(0,0,0)

Tints of #F976C7

#F976C7
(249,118,199)
#F982CC
(249,130,204)
#F98ED1
(249,142,209)
#F99AD6
(249,154,214)
#F9A6DB
(249,166,219)
#F9B2E0
(249,178,224)
#F9BEE5
(249,190,229)
#F9CAEA
(249,202,234)
#F9D6EF
(249,214,239)
#F9E2F4
(249,226,244)
#F9EEF9
(249,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F976C7 color. Also use rgb(249,118,199) instead hex code.

Text Font Color

.myTextColor { color: #F976C7; }

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

This text font color is #F976C7.


Background Color

.myBgColor { background-color: #F976C7; }

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

This div background color is #F976C7.


Border color

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

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

This div border color is #F976C7.


Opacity

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

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

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

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

This text has shadow with #F976C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F976C7 on black background.


Color preview on white background

This text has color #F976C7 on white background.



Black color preview on #F976C7 background

This text has black color on #F976C7 background.


White color preview on #F976C7 background

This text has white color on #F976C7 background.