COLOR #F299DA

HEX: #F299DA RGB: (242,153,218)

Color info

#F299DA contains mainly red and blue colors. Web safe color of #F299DA is #FF99CC (or #F9C).

RGB color model

#F299DA color RGB value is (242,153,218).

RGB: (242,153,218) (95%, 60%, 85%)

RGB channels and saturation

R 242 of 255 = 95%
G 153 of 255 = 60%
B 218 of 255 = 85%

242
153
218

R + G + B ~ 80%. #F299DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 153 + 218 = 613 (100%)
R 242 of 613 ~ 39.48%
G 153 of 613 ~ 24.96%
B 218 of 613 ~ 35.56'%

%39.48
%24.96
%35.56

CMYK color model

#F299DA color CMYK value is (0,37,10,5).

  • cyan value is 0.00%
  • magenta value is 36.78%
  • yellow value is 9.92%
  • key color value is 5.10%

CMYK: (0,37,10,5)
C0M37Y10K5 (0%, 37%, 10%, 5%)
(0.00 / 0.37 / 0.10 / 0.05)

CMYK percentages

%0
%36.78
%9.92
%5.1

Codes

Color #F299DA in popluar color models

F2 99 DA
RGB 242 153 218
HSL 316° 77.39% 77.45%
HSB/HSV 316° 36.78% 94.90%
CMYK 0.00% 36.78% 9.92%
5.10%

Color #F299DA in popluar number systems.

HEX F2 99 DA
Decimal 242 153 218
Binary 11110010 10011001 11011010
Octal 362 231 332

Shades and tints

Shades of #F299DA

#F299DA
(242,153,218)
#DC8CC7
(220,140,199)
#C67FB4
(198,127,180)
#B072A1
(176,114,161)
#9A658E
(154,101,142)
#84587B
(132,88,123)
#6E4B68
(110,75,104)
#583E55
(88,62,85)
#423142
(66,49,66)
#2C242F
(44,36,47)
#16171C
(22,23,28)
#000000
(0,0,0)

Tints of #F299DA

#F299DA
(242,153,218)
#F3A2DD
(243,162,221)
#F4ABE0
(244,171,224)
#F5B4E3
(245,180,227)
#F6BDE6
(246,189,230)
#F7C6E9
(247,198,233)
#F8CFEC
(248,207,236)
#F9D8EF
(249,216,239)
#FAE1F2
(250,225,242)
#FBEAF5
(251,234,245)
#FCF3F8
(252,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F299DA color. Also use rgb(242,153,218) instead hex code.

Text Font Color

.myTextColor { color: #F299DA; }

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

This text font color is #F299DA.

Background Color

.myBgColor { background-color: #F299DA; }

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

This div background color is #F299DA.

Border color

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

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

This div border color is #F299DA.

Opacity

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

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

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

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

This text has shadow with #F299DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F299DA.

Preview

Color preview on black background

This text has color #F299DA on black background.


Color preview on white background

This text has color #F299DA on white background.


Black color preview on #F299DA background

This text has black color on #F299DA background.


White color preview on #F299DA background

This text has white color on #F299DA background.


Related colors

Complementary color

Complementary color for #hex is #0D6625.


I love getcolorcode.com

Triadic colors

1 #DAF299 and #99DAF2 with #F299DA are triadic colors.

2 #DA99F2 and #99F2DA with #F299DA are triadic colors.