Color Hex Logo

#f249ea Color Hex

#F249EA
(242,73,234)
0 Favorites   0 Comments

Color spaces of #f249ea

RGB 24273234
HSL0.840.870.62
HSV303°70°95°
CMYK 0.000.700.03   0.05
XYZ53.851829.582880.7137
Yxy29.58280.32810.1802
Hunter Lab54.390181.5508-49.9120
CIE-Lab61.292680.5790-47.7427

#f249ea color RGB value is (242,73,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01001001 11101010
Octal 362 111 352
Decimal 242 73 234
Hex F2 49 EA

RGB Percentages of Color #f249ea

%44.08
%13.30
%42.62

CMYK Percentages of Color #f249ea

%0
%70
%3
%5

Triadic Colors of #f249ea

#f249ea #eaf249 #49eaf2

Analogous Colors of #f249ea

#f249ea #f24996 #a649f2

Monochromatic Colors of #f249ea

#f249ea

Complementary Color

#f249ea #49f251

#f249ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f249ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f249ea Color CSS Codes

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

#f249ea Text Font Color

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

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


#f249ea Background Color

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

This div background color is #f249ea


#f249ea Border Color

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

This div border color is #f249ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f249ea


Comments

No comments written yet.

Please login to write comment.