Color Hex Logo

#f3009e Color Hex

#F3009E
(243,0,158)
0 Favorites   0 Comments

Color spaces of #f3009e

RGB 2430158
HSL0.891.000.48
HSV321°100°95°
CMYK 0.001.000.35   0.05
XYZ43.133721.523334.2288
Yxy21.52330.43620.2177
Hunter Lab46.393284.7708-11.2688
CIE-Lab53.517584.5898-16.1323

#f3009e color RGB value is (243,0,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00000000 10011110
Octal 363 0 236
Decimal 243 0 158
Hex F3 0 9E

RGB Percentages of Color #f3009e

%60.60
%0.00
%39.40

CMYK Percentages of Color #f3009e

%0
%100
%35
%5

Triadic Colors of #f3009e

#f3009e #9ef300 #009ef3

Analogous Colors of #f3009e

#f3009e #f30024 #cf00f3

Monochromatic Colors of #f3009e

#f3009e

Complementary Color

#f3009e #00f355

#f3009e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3009e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3009e Color CSS Codes

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

#f3009e Text Font Color

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

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


#f3009e Background Color

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

This div background color is #f3009e


#f3009e Border Color

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

This div border color is #f3009e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3009e


Comments

No comments written yet.

Please login to write comment.