Color Hex Logo

#f90542 Color Hex

#F90542
(249,5,66)
0 Favorites   0 Comments

Color spaces of #f90542

RGB 249566
HSL0.960.960.50
HSV345°98°98°
CMYK 0.000.980.73   0.02
XYZ40.104620.64167.0247
Yxy20.64160.59180.3046
Hunter Lab45.433078.057622.6359
CIE-Lab52.555079.525037.9838

#f90542 color RGB value is (249,5,66).

#f90542 hex color red value is 249, green value is 5 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #f90542 hue: 0.96 , saturation: 0.96 and the lightness value of f90542 is 0.50.

The process color (four color CMYK) of #f90542 color hex is 0.00, 0.98, 0.73, 0.02. Web safe color of #f90542 is #ff0033. Color #f90542 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000101 01000010
Octal 371 5 102
Decimal 249 5 66
Hex F9 5 42

RGB Percentages of Color #f90542

%77.81
%1.56
%20.63

CMYK Percentages of Color #f90542

%0
%98
%73
%2

Triadic Colors of #f90542

#f90542 #42f905 #0542f9

Analogous Colors of #f90542

#f90542 #f94205 #f905bc

Monochromatic Colors of #f90542

#f90542

Complementary Color

#f90542 #05f9bc

#f90542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90542 Color CSS Codes

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

#f90542 Text Font Color

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

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


#f90542 Background Color

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

This div background color is #f90542


#f90542 Border Color

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

This div border color is #f90542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90542


Comments

No comments written yet.

Please login to write comment.