Color Hex Logo

#f90259 Color Hex

#F90259
(249,2,89)
0 Favorites   0 Comments

Color spaces of #f90259

RGB 249289
HSL0.940.980.49
HSV339°99°98°
CMYK 0.000.990.64   0.02
XYZ40.891820.904411.3309
Yxy20.90440.55920.2859
Hunter Lab45.721379.632817.3114
CIE-Lab52.844780.714124.6248

#f90259 color RGB value is (249,2,89).

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

The process color (four color CMYK) of #f90259 color hex is 0.00, 0.99, 0.64, 0.02. Web safe color of #f90259 is #ff0066. Color #f90259 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000010 01011001
Octal 371 2 131
Decimal 249 2 89
Hex F9 2 59

RGB Percentages of Color #f90259

%73.24
%0.59
%26.18

CMYK Percentages of Color #f90259

%0
%99
%64
%2

Triadic Colors of #f90259

#f90259 #59f902 #0259f9

Analogous Colors of #f90259

#f90259 #f92602 #f902d5

Monochromatic Colors of #f90259

#f90259

Complementary Color

#f90259 #02f9a2

#f90259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90259 Color CSS Codes

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

#f90259 Text Font Color

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

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


#f90259 Background Color

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

This div background color is #f90259


#f90259 Border Color

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

This div border color is #f90259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90259


Comments

No comments written yet.

Please login to write comment.