Color Hex Logo

#f3049e Color Hex

#F3049E
(243,4,158)
0 Favorites   0 Comments

Color spaces of #f3049e

RGB 2434158
HSL0.890.970.48
HSV321°98°95°
CMYK 0.000.980.35   0.05
XYZ43.177121.610134.2432
Yxy21.61010.43600.2182
Hunter Lab46.486784.4402-11.1338
CIE-Lab53.610884.3163-15.9904

#f3049e color RGB value is (243,4,158).

#f3049e hex color red value is 243, green value is 4 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #f3049e hue: 0.89 , saturation: 0.97 and the lightness value of f3049e is 0.48.

The process color (four color CMYK) of #f3049e color hex is 0.00, 0.98, 0.35, 0.05. Web safe color of #f3049e is #ff0099. Color #f3049e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00000100 10011110
Octal 363 4 236
Decimal 243 4 158
Hex F3 4 9E

RGB Percentages of Color #f3049e

%60.00
%0.99
%39.01

CMYK Percentages of Color #f3049e

%0
%98
%35
%5

Triadic Colors of #f3049e

#f3049e #9ef304 #049ef3

Analogous Colors of #f3049e

#f3049e #f30426 #d104f3

Monochromatic Colors of #f3049e

#f3049e

Complementary Color

#f3049e #04f359

#f3049e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3049e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3049e Color CSS Codes

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

#f3049e Text Font Color

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

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


#f3049e Background Color

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

This div background color is #f3049e


#f3049e Border Color

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

This div border color is #f3049e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3049e


Comments

No comments written yet.

Please login to write comment.