Color Hex Logo

#f3129e Color Hex

#F3129E
(243,18,158)
0 Favorites   0 Comments

Color spaces of #f3129e

RGB 24318158
HSL0.900.900.51
HSV323°93°95°
CMYK 0.000.930.35   0.05
XYZ43.350021.955934.3009
Yxy21.95590.43520.2204
Hunter Lab46.857183.1398-10.6022
CIE-Lab53.980283.2368-15.4300

#f3129e color RGB value is (243,18,158).

#f3129e hex color red value is 243, green value is 18 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #f3129e hue: 0.90 , saturation: 0.90 and the lightness value of f3129e is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00010010 10011110
Octal 363 22 236
Decimal 243 18 158
Hex F3 12 9E

RGB Percentages of Color #f3129e

%58.00
%4.30
%37.71

CMYK Percentages of Color #f3129e

%0
%93
%35
%5

Triadic Colors of #f3129e

#f3129e #9ef312 #129ef3

Analogous Colors of #f3129e

#f3129e #f3122e #d812f3

Monochromatic Colors of #f3129e

#f3129e

Complementary Color

#f3129e #12f367

#f3129e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3129e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3129e Color CSS Codes

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

#f3129e Text Font Color

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

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


#f3129e Background Color

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

This div background color is #f3129e


#f3129e Border Color

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

This div border color is #f3129e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3129e


Comments

No comments written yet.

Please login to write comment.