Color Hex Logo

#f90254 Color Hex

#F90254
(249,2,84)
0 Favorites   0 Comments

Color spaces of #f90254

RGB 249284
HSL0.940.980.49
HSV340°99°98°
CMYK 0.000.990.66   0.02
XYZ40.688920.823210.2623
Yxy20.82320.56690.2901
Hunter Lab45.632479.305618.6090
CIE-Lab52.755580.473527.5264

#f90254 color RGB value is (249,2,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000010 01010100
Octal 371 2 124
Decimal 249 2 84
Hex F9 2 54

RGB Percentages of Color #f90254

%74.33
%0.60
%25.07

CMYK Percentages of Color #f90254

%0
%99
%66
%2

Triadic Colors of #f90254

#f90254 #54f902 #0254f9

Analogous Colors of #f90254

#f90254 #f92b02 #f902d0

Monochromatic Colors of #f90254

#f90254

Complementary Color

#f90254 #02f9a7

#f90254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90254 Color CSS Codes

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

#f90254 Text Font Color

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

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


#f90254 Background Color

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

This div background color is #f90254


#f90254 Border Color

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

This div border color is #f90254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90254

Related Colors


Comments

No comments written yet.

Please login to write comment.