Color Hex Logo

#f90096 Color Hex

#F90096
(249,0,150)
0 Favorites   0 Comments

Color spaces of #f90096

RGB 2490150
HSL0.901.000.49
HSV324°100°98°
CMYK 0.001.000.40   0.02
XYZ44.571922.341730.8173
Yxy22.34170.45610.2286
Hunter Lab47.267085.6049-5.5692
CIE-Lab54.387785.0629-9.9550

#f90096 color RGB value is (249,0,150).

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

The process color (four color CMYK) of #f90096 color hex is 0.00, 1.00, 0.40, 0.02. Web safe color of #f90096 is #ff0099. Color #f90096 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000000 10010110
Octal 371 0 226
Decimal 249 0 150
Hex F9 0 96

RGB Percentages of Color #f90096

%62.41
%0.00
%37.59

CMYK Percentages of Color #f90096

%0
%100
%40
%2

Triadic Colors of #f90096

#f90096 #96f900 #0096f9

Analogous Colors of #f90096

#f90096 #f90019 #e000f9

Monochromatic Colors of #f90096

#f90096

Complementary Color

#f90096 #00f963

#f90096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90096 Color CSS Codes

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

#f90096 Text Font Color

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

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


#f90096 Background Color

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

This div background color is #f90096


#f90096 Border Color

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

This div border color is #f90096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90096


Comments

No comments written yet.

Please login to write comment.