Color Hex Logo

#f249ec Color Hex

#F249EC
(242,73,236)
0 Favorites   0 Comments

Color spaces of #f249ec

RGB 24273236
HSL0.840.870.62
HSV302°70°95°
CMYK 0.000.700.02   0.05
XYZ54.140829.698582.2357
Yxy29.69850.32600.1788
Hunter Lab54.496381.9669-51.3220
CIE-Lab61.393280.8840-48.6998

#f249ec color RGB value is (242,73,236).

#f249ec hex color red value is 242, green value is 73 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f249ec hue: 0.84 , saturation: 0.87 and the lightness value of f249ec is 0.62.

The process color (four color CMYK) of #f249ec color hex is 0.00, 0.70, 0.02, 0.05. Web safe color of #f249ec is #ff33ff. Color #f249ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01001001 11101100
Octal 362 111 354
Decimal 242 73 236
Hex F2 49 EC

RGB Percentages of Color #f249ec

%43.92
%13.25
%42.83

CMYK Percentages of Color #f249ec

%0
%70
%2
%5

Triadic Colors of #f249ec

#f249ec #ecf249 #49ecf2

Analogous Colors of #f249ec

#f249ec #f24998 #a449f2

Monochromatic Colors of #f249ec

#f249ec

Complementary Color

#f249ec #49f24f

#f249ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f249ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f249ec Color CSS Codes

.mybgcolor {background-color:#f249ec; } 
.myforecolor {color:#f249ec; }
.mybordercolor {border:3px solid #f249ec; }

#f249ec Text Font Color

<p style="color:#f249ec">Text here</p>

This sample text font color is #f249ec
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f249ec Background Color

<div style="background-color:#f249ec">
Div content here</div>

This div background color is #f249ec


#f249ec Border Color

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

This div border color is #f249ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,73,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f249ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f249ec;
  -webkit-box-shadow: 1px 1px 3px 2px #f249ec;
  box-shadow:         1px 1px 3px 2px #f249ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,73,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f249ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f249ec;
  -webkit-box-shadow: 1px 1px 3px 2px #f249ec;
  box-shadow:         1px 1px 3px 2px #f249ec;">
Div content here</div>

This div box has shadow with color #f249ec


Comments

No comments written yet.

Please login to write comment.