Color Hex Logo

#f90993 Color Hex

#F90993
(249,9,147)
0 Favorites   0 Comments

Color spaces of #f90993

RGB 2499147
HSL0.900.950.51
HSV326°96°98°
CMYK 0.000.960.41   0.02
XYZ44.431122.441729.5937
Yxy22.44170.46060.2326
Hunter Lab47.372784.5140-3.8776
CIE-Lab54.492684.2015-8.0128

#f90993 color RGB value is (249,9,147).

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

The process color (four color CMYK) of #f90993 color hex is 0.00, 0.96, 0.41, 0.02. Web safe color of #f90993 is #ff0099. Color #f90993 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001001 10010011
Octal 371 11 223
Decimal 249 9 147
Hex F9 9 93

RGB Percentages of Color #f90993

%61.48
%2.22
%36.30

CMYK Percentages of Color #f90993

%0
%96
%41
%2

Triadic Colors of #f90993

#f90993 #93f909 #0993f9

Analogous Colors of #f90993

#f90993 #f9091b #e709f9

Monochromatic Colors of #f90993

#f90993

Complementary Color

#f90993 #09f96f

#f90993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90993 Color CSS Codes

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

#f90993 Text Font Color

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

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


#f90993 Background Color

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

This div background color is #f90993


#f90993 Border Color

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

This div border color is #f90993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90993


Comments

No comments written yet.

Please login to write comment.