Color Hex Logo

#f90390 Color Hex

#F90390
(249,3,144)
0 Favorites   0 Comments

Color spaces of #f90390

RGB 2493144
HSL0.900.980.49
HSV326°99°98°
CMYK 0.000.990.42   0.02
XYZ44.133522.218528.3481
Yxy22.21850.46600.2346
Hunter Lab47.136584.6391-2.6617
CIE-Lab54.258184.3438-6.5733

#f90390 color RGB value is (249,3,144).

#f90390 hex color red value is 249, green value is 3 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #f90390 hue: 0.90 , saturation: 0.98 and the lightness value of f90390 is 0.49.

The process color (four color CMYK) of #f90390 color hex is 0.00, 0.99, 0.42, 0.02. Web safe color of #f90390 is #ff0099. Color #f90390 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000011 10010000
Octal 371 3 220
Decimal 249 3 144
Hex F9 3 90

RGB Percentages of Color #f90390

%62.88
%0.76
%36.36

CMYK Percentages of Color #f90390

%0
%99
%42
%2

Triadic Colors of #f90390

#f90390 #90f903 #0390f9

Analogous Colors of #f90390

#f90390 #f90315 #e703f9

Monochromatic Colors of #f90390

#f90390

Complementary Color

#f90390 #03f96c

#f90390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90390 Color CSS Codes

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

#f90390 Text Font Color

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

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


#f90390 Background Color

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

This div background color is #f90390


#f90390 Border Color

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

This div border color is #f90390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90390


Comments

No comments written yet.

Please login to write comment.