Color Hex Logo

#f90c62 Color Hex

#F90C62
(249,12,98)
0 Favorites   0 Comments

Color spaces of #f90c62

RGB 2491298
HSL0.940.950.51
HSV338°95°98°
CMYK 0.000.950.61   0.02
XYZ41.403021.284513.4814
Yxy21.28450.54360.2794
Hunter Lab46.135179.454614.9691
CIE-Lab53.259580.492819.7298

#f90c62 color RGB value is (249,12,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001100 01100010
Octal 371 14 142
Decimal 249 12 98
Hex F9 C 62

RGB Percentages of Color #f90c62

%69.36
%3.34
%27.30

CMYK Percentages of Color #f90c62

%0
%95
%61
%2

Triadic Colors of #f90c62

#f90c62 #62f90c #0c62f9

Analogous Colors of #f90c62

#f90c62 #f92c0c #f90cd9

Monochromatic Colors of #f90c62

#f90c62

Complementary Color

#f90c62 #0cf9a3

#f90c62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90c62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90c62 Color CSS Codes

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

#f90c62 Text Font Color

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

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


#f90c62 Background Color

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

This div background color is #f90c62


#f90c62 Border Color

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

This div border color is #f90c62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90c62


Comments

No comments written yet.

Please login to write comment.