Color Hex Logo

#f243ed Color Hex

#F243ED
(242,67,237)
0 Favorites   0 Comments

Color spaces of #f243ed

RGB 24267237
HSL0.840.870.61
HSV302°72°95°
CMYK 0.000.720.02   0.05
XYZ53.911229.006082.8780
Yxy29.00600.32520.1750
Hunter Lab53.857284.4288-53.5382
CIE-Lab60.786982.9105-50.2181

#f243ed color RGB value is (242,67,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01000011 11101101
Octal 362 103 355
Decimal 242 67 237
Hex F2 43 ED

RGB Percentages of Color #f243ed

%44.32
%12.27
%43.41

CMYK Percentages of Color #f243ed

%0
%72
%2
%5

Triadic Colors of #f243ed

#f243ed #edf243 #43edf2

Analogous Colors of #f243ed

#f243ed #f24396 #a043f2

Monochromatic Colors of #f243ed

#f243ed

Complementary Color

#f243ed #43f248

#f243ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f243ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f243ed Color CSS Codes

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

#f243ed Text Font Color

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

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


#f243ed Background Color

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

This div background color is #f243ed


#f243ed Border Color

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

This div border color is #f243ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,67,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 #f243ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f243ed


Comments

No comments written yet.

Please login to write comment.