Color Hex Logo

#f2499e Color Hex

#F2499E
(242,73,158)
0 Favorites   0 Comments

Color spaces of #f2499e

RGB 24273158
HSL0.920.870.62
HSV330°70°95°
CMYK 0.000.700.35   0.05
XYZ45.172026.111035.0068
Yxy26.11100.42500.2457
Hunter Lab51.098968.3728-4.8491
CIE-Lab58.142370.6150-9.1812

#f2499e color RGB value is (242,73,158).

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

The process color (four color CMYK) of #f2499e color hex is 0.00, 0.70, 0.35, 0.05. Web safe color of #f2499e is #ff3399. Color #f2499e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01001001 10011110
Octal 362 111 236
Decimal 242 73 158
Hex F2 49 9E

RGB Percentages of Color #f2499e

%51.16
%15.43
%33.40

CMYK Percentages of Color #f2499e

%0
%70
%35
%5

Triadic Colors of #f2499e

#f2499e #9ef249 #499ef2

Analogous Colors of #f2499e

#f2499e #f24949 #f249f2

Monochromatic Colors of #f2499e

#f2499e

Complementary Color

#f2499e #49f29d

#f2499e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2499e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2499e Color CSS Codes

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

#f2499e Text Font Color

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

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


#f2499e Background Color

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

This div background color is #f2499e


#f2499e Border Color

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

This div border color is #f2499e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2499e

Related Colors


Comments

No comments written yet.

Please login to write comment.