COLOR #F249D0

HEX: #F249D0
RGB: (242,73,208)

Color info

#F249D0 contains mainly red and blue colors. Web safe color of #F249D0 is #FF33CC (or #F3C).

RGB color model

#F249D0 color RGB value is (242,73,208).

  • red value is 242;
  • green value is 73;
  • blue value is 208.
RGB:
(242,73,208)
(95%,29%,82%)

RGB channels and saturation

R 242 of 255 = 95%
G 73 of 255 = 29%
B 208 of 255 = 82%

242
73
208

R + G + B ~ 69%. #F249D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 73 + 208 = 523 (100%)
R 242 of 523 ~ 46.27%
G 73 of 523 ~ 13.96%
B 208 of 523 ~ 39.77%

%46.27
%13.96
%39.77

CMYK color model

#F249D0 color CMYK value is (0,70,14,5).

  • cyan value is 0.00%
  • magenta value is 69.83%
  • yellow value is 14.05%
  • key color value is 5.10%
CMYK:
(0,70,14,5)
C0M70Y14K5 
(0%,70%,14%,5%)
(0.00/0.70/0.14/0.05)	

CMYK percentages

%0
%69.83
%14.05
%5.1

Codes

Color #F249D0 in popluar color models

F249D0
RGB24273208
HSL312°86.67%61.76%
HSB/HSV312°69.83%94.90%
CMYK0.00%69.83%14.05%
5.10%

Color #F249D0 in popluar number systems.

HEXF249D0
Decimal24273208
Binary11110010100100111010000
Octal362111320

Shades and tints

Shades of #F249D0

#F249D0
(242,73,208)
#DC43BE
(220,67,190)
#C63DAC
(198,61,172)
#B0379A
(176,55,154)
#9A3188
(154,49,136)
#842B76
(132,43,118)
#6E2564
(110,37,100)
#581F52
(88,31,82)
#421940
(66,25,64)
#2C132E
(44,19,46)
#160D1C
(22,13,28)
#000000
(0,0,0)

Tints of #F249D0

#F249D0
(242,73,208)
#F359D4
(243,89,212)
#F469D8
(244,105,216)
#F579DC
(245,121,220)
#F689E0
(246,137,224)
#F799E4
(247,153,228)
#F8A9E8
(248,169,232)
#F9B9EC
(249,185,236)
#FAC9F0
(250,201,240)
#FBD9F4
(251,217,244)
#FCE9F8
(252,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F249D0 color. Also use rgb(242,73,208) instead hex code.

Text Font Color

.myTextColor { color: #F249D0; }

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

This text font color is #F249D0.


Background Color

.myBgColor { background-color: #F249D0; }

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

This div background color is #F249D0.


Border color

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

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

This div border color is #F249D0.


Opacity

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

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

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

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

This text has shadow with #F249D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F249D0 on black background.


Color preview on white background

This text has color #F249D0 on white background.



Black color preview on #F249D0 background

This text has black color on #F249D0 background.


White color preview on #F249D0 background

This text has white color on #F249D0 background.