Color Hex Logo

#f90760 Color Hex

#F90760
(249,7,96)
0 Favorites   0 Comments

Color spaces of #f90760

RGB 249796
HSL0.940.950.50
HSV338°97°98°
CMYK 0.000.970.61   0.02
XYZ41.254221.136212.9717
Yxy21.13620.54740.2805
Hunter Lab45.974179.719615.4531
CIE-Lab53.098280.733120.7242

#f90760 color RGB value is (249,7,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000111 01100000
Octal 371 7 140
Decimal 249 7 96
Hex F9 7 60

RGB Percentages of Color #f90760

%70.74
%1.99
%27.27

CMYK Percentages of Color #f90760

%0
%97
%61
%2

Triadic Colors of #f90760

#f90760 #60f907 #0760f9

Analogous Colors of #f90760

#f90760 #f92707 #f907d9

Monochromatic Colors of #f90760

#f90760

Complementary Color

#f90760 #07f9a0

#f90760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90760 Color CSS Codes

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

#f90760 Text Font Color

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

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


#f90760 Background Color

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

This div background color is #f90760


#f90760 Border Color

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

This div border color is #f90760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90760


Comments

No comments written yet.

Please login to write comment.