Color Hex Logo

#f30996 Color Hex

#F30996
(243,9,150)
0 Favorites   0 Comments

Color spaces of #f30996

RGB 2439150
HSL0.900.930.49
HSV324°96°95°
CMYK 0.000.960.38   0.05
XYZ42.564921.452130.7514
Yxy21.45210.44910.2264
Hunter Lab46.316482.9882-6.9436
CIE-Lab53.440883.2241-11.4940

#f30996 color RGB value is (243,9,150).

#f30996 hex color red value is 243, green value is 9 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #f30996 hue: 0.90 , saturation: 0.93 and the lightness value of f30996 is 0.49.

The process color (four color CMYK) of #f30996 color hex is 0.00, 0.96, 0.38, 0.05. Web safe color of #f30996 is #ff0099. Color #f30996 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00001001 10010110
Octal 363 11 226
Decimal 243 9 150
Hex F3 9 96

RGB Percentages of Color #f30996

%60.45
%2.24
%37.31

CMYK Percentages of Color #f30996

%0
%96
%38
%5

Triadic Colors of #f30996

#f30996 #96f309 #0996f3

Analogous Colors of #f30996

#f30996 #f30921 #db09f3

Monochromatic Colors of #f30996

#f30996

Complementary Color

#f30996 #09f366

#f30996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f30996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f30996 Color CSS Codes

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

#f30996 Text Font Color

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

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


#f30996 Background Color

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

This div background color is #f30996


#f30996 Border Color

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

This div border color is #f30996


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,9,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f30996


Comments

No comments written yet.

Please login to write comment.