Color Hex Logo

#f2227e Color Hex

#F2227E
(242,34,126)
0 Favorites   0 Comments

Color spaces of #f2227e

RGB 24234126
HSL0.930.890.54
HSV333°86°95°
CMYK 0.000.860.48   0.05
XYZ40.955921.527721.7353
Yxy21.52770.48630.2556
Hunter Lab46.398076.36724.7039
CIE-Lab53.522377.99082.9792

#f2227e color RGB value is (242,34,126).

#f2227e hex color red value is 242, green value is 34 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #f2227e hue: 0.93 , saturation: 0.89 and the lightness value of f2227e is 0.54.

The process color (four color CMYK) of #f2227e color hex is 0.00, 0.86, 0.48, 0.05. Web safe color of #f2227e is #ff3366. Color #f2227e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00100010 01111110
Octal 362 42 176
Decimal 242 34 126
Hex F2 22 7E

RGB Percentages of Color #f2227e

%60.20
%8.46
%31.34

CMYK Percentages of Color #f2227e

%0
%86
%48
%5

Triadic Colors of #f2227e

#f2227e #7ef222 #227ef2

Analogous Colors of #f2227e

#f2227e #f22e22 #f222e6

Monochromatic Colors of #f2227e

#f2227e

Complementary Color

#f2227e #22f296

#f2227e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2227e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2227e Color CSS Codes

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

#f2227e Text Font Color

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

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


#f2227e Background Color

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

This div background color is #f2227e


#f2227e Border Color

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

This div border color is #f2227e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2227e


Comments

No comments written yet.

Please login to write comment.