Color Hex Logo

#f90969 Color Hex

#F90969
(249,9,105)
0 Favorites   0 Comments

Color spaces of #f90969

RGB 2499105
HSL0.930.950.51
HSV336°96°98°
CMYK 0.000.960.58   0.02
XYZ41.714421.355015.2879
Yxy21.35500.53240.2725
Hunter Lab46.211580.259212.7334
CIE-Lab53.335981.111415.5942

#f90969 color RGB value is (249,9,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001001 01101001
Octal 371 11 151
Decimal 249 9 105
Hex F9 9 69

RGB Percentages of Color #f90969

%68.60
%2.48
%28.93

CMYK Percentages of Color #f90969

%0
%96
%58
%2

Triadic Colors of #f90969

#f90969 #69f909 #0969f9

Analogous Colors of #f90969

#f90969 #f92109 #f909e1

Monochromatic Colors of #f90969

#f90969

Complementary Color

#f90969 #09f999

#f90969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90969 Color CSS Codes

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

#f90969 Text Font Color

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

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


#f90969 Background Color

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

This div background color is #f90969


#f90969 Border Color

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

This div border color is #f90969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90969


Comments

No comments written yet.

Please login to write comment.