Color Hex Logo

#f2055e Color Hex

#F2055E
(242,5,94)
0 Favorites   0 Comments

Color spaces of #f2055e

RGB 242594
HSL0.940.960.48
HSV337°98°95°
CMYK 0.000.980.61   0.05
XYZ38.692619.793912.3710
Yxy19.79390.54610.2793
Hunter Lab44.490377.380814.6570
CIE-Lab51.603479.172919.6900

#f2055e color RGB value is (242,5,94).

#f2055e hex color red value is 242, green value is 5 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #f2055e hue: 0.94 , saturation: 0.96 and the lightness value of f2055e is 0.48.

The process color (four color CMYK) of #f2055e color hex is 0.00, 0.98, 0.61, 0.05. Web safe color of #f2055e is #ff0066. Color #f2055e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00000101 01011110
Octal 362 5 136
Decimal 242 5 94
Hex F2 5 5E

RGB Percentages of Color #f2055e

%70.97
%1.47
%27.57

CMYK Percentages of Color #f2055e

%0
%98
%61
%5

Triadic Colors of #f2055e

#f2055e #5ef205 #055ef2

Analogous Colors of #f2055e

#f2055e #f22305 #f205d5

Monochromatic Colors of #f2055e

#f2055e

Complementary Color

#f2055e #05f299

#f2055e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2055e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2055e Color CSS Codes

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

#f2055e Text Font Color

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

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


#f2055e Background Color

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

This div background color is #f2055e


#f2055e Border Color

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

This div border color is #f2055e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2055e


Comments

No comments written yet.

Please login to write comment.