Color Hex Logo

#f90688 Color Hex

#F90688
(249,6,136)
0 Favorites   0 Comments

Color spaces of #f90688

RGB 2496136
HSL0.910.950.50
HSV328°98°98°
CMYK 0.000.980.45   0.02
XYZ43.576022.047625.2514
Yxy22.04760.47950.2426
Hunter Lab46.954983.48410.9834
CIE-Lab54.077583.4851-2.0541

#f90688 color RGB value is (249,6,136).

#f90688 hex color red value is 249, green value is 6 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #f90688 hue: 0.91 , saturation: 0.95 and the lightness value of f90688 is 0.50.

The process color (four color CMYK) of #f90688 color hex is 0.00, 0.98, 0.45, 0.02. Web safe color of #f90688 is #ff0099. Color #f90688 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000110 10001000
Octal 371 6 210
Decimal 249 6 136
Hex F9 6 88

RGB Percentages of Color #f90688

%63.68
%1.53
%34.78

CMYK Percentages of Color #f90688

%0
%98
%45
%2

Triadic Colors of #f90688

#f90688 #88f906 #0688f9

Analogous Colors of #f90688

#f90688 #f9060e #f106f9

Monochromatic Colors of #f90688

#f90688

Complementary Color

#f90688 #06f977

#f90688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90688 Color CSS Codes

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

#f90688 Text Font Color

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

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


#f90688 Background Color

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

This div background color is #f90688


#f90688 Border Color

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

This div border color is #f90688


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,6,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90688


Comments

No comments written yet.

Please login to write comment.