Color Hex Logo

#f249ed Color Hex

#F249ED
(242,73,237)
0 Favorites   0 Comments

Color spaces of #f249ed

RGB 24273237
HSL0.840.870.62
HSV302°70°95°
CMYK 0.000.700.02   0.05
XYZ54.286629.756883.0032
Yxy29.75680.32500.1781
Hunter Lab54.549882.1766-52.0311
CIE-Lab61.443881.0376-49.1775

#f249ed color RGB value is (242,73,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01001001 11101101
Octal 362 111 355
Decimal 242 73 237
Hex F2 49 ED

RGB Percentages of Color #f249ed

%43.84
%13.22
%42.93

CMYK Percentages of Color #f249ed

%0
%70
%2
%5

Triadic Colors of #f249ed

#f249ed #edf249 #49edf2

Analogous Colors of #f249ed

#f249ed #f24999 #a349f2

Monochromatic Colors of #f249ed

#f249ed

Complementary Color

#f249ed #49f24e

#f249ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f249ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f249ed Color CSS Codes

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

#f249ed Text Font Color

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

This sample text font color is #f249ed
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.


#f249ed Background Color

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

This div background color is #f249ed


#f249ed Border Color

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

This div border color is #f249ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f249ed


Comments

No comments written yet.

Please login to write comment.