Color Hex Logo

#f90850 Color Hex

#F90850
(249,8,80)
0 Favorites   0 Comments

Color spaces of #f90850

RGB 249880
HSL0.950.950.50
HSV342°97°98°
CMYK 0.000.970.68   0.02
XYZ40.601720.89269.4821
Yxy20.89260.57200.2944
Hunter Lab45.708478.567519.6963
CIE-Lab52.831879.875230.0256

#f90850 color RGB value is (249,8,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001000 01010000
Octal 371 10 120
Decimal 249 8 80
Hex F9 8 50

RGB Percentages of Color #f90850

%73.89
%2.37
%23.74

CMYK Percentages of Color #f90850

%0
%97
%68
%2

Triadic Colors of #f90850

#f90850 #50f908 #0850f9

Analogous Colors of #f90850

#f90850 #f93908 #f908c9

Monochromatic Colors of #f90850

#f90850

Complementary Color

#f90850 #08f9b1

#f90850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90850 Color CSS Codes

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

#f90850 Text Font Color

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

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


#f90850 Background Color

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

This div background color is #f90850


#f90850 Border Color

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

This div border color is #f90850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90850


Comments

No comments written yet.

Please login to write comment.