COLOR #F276A3

HEX: #F276A3
RGB: (242,118,163)

Color info

#F276A3 contains mainly red color. Web safe color of #F276A3 is #FF6699 (or #F69).

RGB color model

#F276A3 color RGB value is (242,118,163).

  • red value is 242;
  • green value is 118;
  • blue value is 163.
RGB:
(242,118,163)
(95%,46%,64%)

RGB channels and saturation

R 242 of 255 = 95%
G 118 of 255 = 46%
B 163 of 255 = 64%

242
118
163

R + G + B ~ 68%. #F276A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 118 + 163 = 523 (100%)
R 242 of 523 ~ 46.27%
G 118 of 523 ~ 22.56%
B 163 of 523 ~ 31.17%

%46.27
%22.56
%31.17

CMYK color model

#F276A3 color CMYK value is (0,51,33,5).

  • cyan value is 0.00%
  • magenta value is 51.24%
  • yellow value is 32.64%
  • key color value is 5.10%
CMYK:
(0,51,33,5)
C0M51Y33K5 
(0%,51%,33%,5%)
(0.00/0.51/0.33/0.05)	

CMYK percentages

%0
%51.24
%32.64
%5.1

Codes

Color #F276A3 in popluar color models

F276A3
RGB242118163
HSL338°82.67%70.59%
HSB/HSV338°51.24%94.90%
CMYK0.00%51.24%32.64%
5.10%

Color #F276A3 in popluar number systems.

HEXF276A3
Decimal242118163
Binary11110010111011010100011
Octal362166243

Shades and tints

Shades of #F276A3

#F276A3
(242,118,163)
#DC6C95
(220,108,149)
#C66287
(198,98,135)
#B05879
(176,88,121)
#9A4E6B
(154,78,107)
#84445D
(132,68,93)
#6E3A4F
(110,58,79)
#583041
(88,48,65)
#422633
(66,38,51)
#2C1C25
(44,28,37)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #F276A3

#F276A3
(242,118,163)
#F382AB
(243,130,171)
#F48EB3
(244,142,179)
#F59ABB
(245,154,187)
#F6A6C3
(246,166,195)
#F7B2CB
(247,178,203)
#F8BED3
(248,190,211)
#F9CADB
(249,202,219)
#FAD6E3
(250,214,227)
#FBE2EB
(251,226,235)
#FCEEF3
(252,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F276A3 color. Also use rgb(242,118,163) instead hex code.

Text Font Color

.myTextColor { color: #F276A3; }

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

This text font color is #F276A3.


Background Color

.myBgColor { background-color: #F276A3; }

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

This div background color is #F276A3.


Border color

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

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

This div border color is #F276A3.


Opacity

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

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

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

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

This text has shadow with #F276A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F276A3 on black background.


Color preview on white background

This text has color #F276A3 on white background.



Black color preview on #F276A3 background

This text has black color on #F276A3 background.


White color preview on #F276A3 background

This text has white color on #F276A3 background.