Color Hex Logo

#f90e61 Color Hex

#F90E61
(249,14,97)
0 Favorites   0 Comments

Color spaces of #f90e61

RGB 2491497
HSL0.940.950.52
HSV339°94°98°
CMYK 0.000.940.61   0.02
XYZ41.381621.316913.2428
Yxy21.31690.54490.2807
Hunter Lab46.170279.188715.3133
CIE-Lab53.294680.276120.3819

#f90e61 color RGB value is (249,14,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001110 01100001
Octal 371 16 141
Decimal 249 14 97
Hex F9 E 61

RGB Percentages of Color #f90e61

%69.17
%3.89
%26.94

CMYK Percentages of Color #f90e61

%0
%94
%61
%2

Triadic Colors of #f90e61

#f90e61 #61f90e #0e61f9

Analogous Colors of #f90e61

#f90e61 #f9310e #f90ed7

Monochromatic Colors of #f90e61

#f90e61

Complementary Color

#f90e61 #0ef9a6

#f90e61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90e61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90e61 Color CSS Codes

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

#f90e61 Text Font Color

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

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


#f90e61 Background Color

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

This div background color is #f90e61


#f90e61 Border Color

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

This div border color is #f90e61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90e61


Comments

No comments written yet.

Please login to write comment.