Color Hex Logo

#f90973 Color Hex

#F90973
(249,9,115)
0 Favorites   0 Comments

Color spaces of #f90973

RGB 2499115
HSL0.930.950.51
HSV334°96°98°
CMYK 0.000.960.54   0.02
XYZ42.259121.572918.1563
Yxy21.57290.51540.2631
Hunter Lab46.446681.12529.3358
CIE-Lab53.570981.74519.8671

#f90973 color RGB value is (249,9,115).

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

The process color (four color CMYK) of #f90973 color hex is 0.00, 0.96, 0.54, 0.02. Web safe color of #f90973 is #ff0066. Color #f90973 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001001 01110011
Octal 371 11 163
Decimal 249 9 115
Hex F9 9 73

RGB Percentages of Color #f90973

%66.76
%2.41
%30.83

CMYK Percentages of Color #f90973

%0
%96
%54
%2

Triadic Colors of #f90973

#f90973 #73f909 #0973f9

Analogous Colors of #f90973

#f90973 #f91709 #f909eb

Monochromatic Colors of #f90973

#f90973

Complementary Color

#f90973 #09f98f

#f90973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90973 Color CSS Codes

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

#f90973 Text Font Color

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

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


#f90973 Background Color

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

This div background color is #f90973


#f90973 Border Color

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

This div border color is #f90973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90973


Comments

No comments written yet.

Please login to write comment.