COLOR #FF299C

HEX: #FF299C
RGB: (255,41,156)

Color info

#FF299C contains mainly red color. Web safe color of #FF299C is #FF3399 (or #F39).

RGB color model

#FF299C color RGB value is (255,41,156).

  • red value is 255;
  • green value is 41;
  • blue value is 156.
RGB:
(255,41,156)
(100%,16%,61%)

RGB channels and saturation

R 255 of 255 = 100%
G 41 of 255 = 16%
B 156 of 255 = 61%

255
41
156

R + G + B ~ 59%. #FF299C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
255 + 41 + 156 = 452 (100%)
R 255 of 452 ~ 56.42%
G 41 of 452 ~ 9.07%
B 156 of 452 ~ 34.51%

%56.42
%34.51

CMYK color model

#FF299C color CMYK value is (0,84,39,0).

  • cyan value is 0.00%
  • magenta value is 83.92%
  • yellow value is 38.82%
  • key color value is 0.00%
CMYK:
(0,84,39,0)
C0M84Y39K0 
(0%,84%,39%,0%)
(0.00/0.84/0.39/0.00)	

CMYK percentages

%0
%83.92
%38.82
%0

Codes

Color #FF299C in popluar color models

FF299C
RGB25541156
HSL328°100.00%58.04%
HSB/HSV328°83.92%100.00%
CMYK0.00%83.92%38.82%
0.00%

Color #FF299C in popluar number systems.

HEXFF299C
Decimal25541156
Binary1111111110100110011100
Octal37751234

Shades and tints

Shades of #FF299C

#FF299C
(255,41,156)
#E8268E
(232,38,142)
#D12380
(209,35,128)
#BA2072
(186,32,114)
#A31D64
(163,29,100)
#8C1A56
(140,26,86)
#751748
(117,23,72)
#5E143A
(94,20,58)
#47112C
(71,17,44)
#300E1E
(48,14,30)
#190B10
(25,11,16)
#000000
(0,0,0)

Tints of #FF299C

#FF299C
(255,41,156)
#FF3CA5
(255,60,165)
#FF4FAE
(255,79,174)
#FF62B7
(255,98,183)
#FF75C0
(255,117,192)
#FF88C9
(255,136,201)
#FF9BD2
(255,155,210)
#FFAEDB
(255,174,219)
#FFC1E4
(255,193,228)
#FFD4ED
(255,212,237)
#FFE7F6
(255,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF299C color. Also use rgb(255,41,156) instead hex code.

Text Font Color

.myTextColor { color: #FF299C; }

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

This text font color is #FF299C.


Background Color

.myBgColor { background-color: #FF299C; }

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

This div background color is #FF299C.


Border color

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

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

This div border color is #FF299C.


Opacity

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

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

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

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

This text has shadow with #FF299C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF299C on black background.


Color preview on white background

This text has color #FF299C on white background.



Black color preview on #FF299C background

This text has black color on #FF299C background.


White color preview on #FF299C background

This text has white color on #FF299C background.