Color Hex Logo

#f90c77 Color Hex

#F90C77
(249,12,119)
0 Favorites   0 Comments

Color spaces of #f90c77

RGB 24912119
HSL0.920.950.51
HSV333°95°98°
CMYK 0.000.950.52   0.02
XYZ42.528221.734619.4065
Yxy21.73460.50830.2598
Hunter Lab46.620481.24627.9538
CIE-Lab53.744381.80607.6952

#f90c77 color RGB value is (249,12,119).

#f90c77 hex color red value is 249, green value is 12 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #f90c77 hue: 0.92 , saturation: 0.95 and the lightness value of f90c77 is 0.51.

The process color (four color CMYK) of #f90c77 color hex is 0.00, 0.95, 0.52, 0.02. Web safe color of #f90c77 is #ff0066. Color #f90c77 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001100 01110111
Octal 371 14 167
Decimal 249 12 119
Hex F9 C 77

RGB Percentages of Color #f90c77

%65.53
%3.16
%31.32

CMYK Percentages of Color #f90c77

%0
%95
%52
%2

Triadic Colors of #f90c77

#f90c77 #77f90c #0c77f9

Analogous Colors of #f90c77

#f90c77 #f9180c #f90cee

Monochromatic Colors of #f90c77

#f90c77

Complementary Color

#f90c77 #0cf98e

#f90c77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90c77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90c77 Color CSS Codes

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

#f90c77 Text Font Color

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

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


#f90c77 Background Color

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

This div background color is #f90c77


#f90c77 Border Color

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

This div border color is #f90c77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90c77


Comments

No comments written yet.

Please login to write comment.