Color Hex Logo

#f2619e Color Hex

#F2619E
(242,97,158)
0 Favorites   0 Comments

Color spaces of #f2619e

RGB 24297158
HSL0.930.850.66
HSV335°60°95°
CMYK 0.000.600.35   0.05
XYZ47.064229.895335.6376
Yxy29.89530.41800.2655
Hunter Lab54.676657.9641-0.3710
CIE-Lab61.563861.2410-4.1001

#f2619e color RGB value is (242,97,158).

#f2619e hex color red value is 242, green value is 97 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #f2619e hue: 0.93 , saturation: 0.85 and the lightness value of f2619e is 0.66.

The process color (four color CMYK) of #f2619e color hex is 0.00, 0.60, 0.35, 0.05. Web safe color of #f2619e is #ff6699. Color #f2619e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01100001 10011110
Octal 362 141 236
Decimal 242 97 158
Hex F2 61 9E

RGB Percentages of Color #f2619e

%48.69
%19.52
%31.79

CMYK Percentages of Color #f2619e

%0
%60
%35
%5

Triadic Colors of #f2619e

#f2619e #9ef261 #619ef2

Analogous Colors of #f2619e

#f2619e #f26d61 #f261e7

Monochromatic Colors of #f2619e

#f2619e

Complementary Color

#f2619e #61f2b5

#f2619e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2619e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2619e Color CSS Codes

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

#f2619e Text Font Color

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

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


#f2619e Background Color

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

This div background color is #f2619e


#f2619e Border Color

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

This div border color is #f2619e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2619e


Comments

No comments written yet.

Please login to write comment.