Color Hex Logo

#f90046 Color Hex

#F90046
(249,0,70)
0 Favorites   0 Comments

Color spaces of #f90046

RGB 249070
HSL0.951.000.49
HSV343°100°98°
CMYK 0.001.000.72   0.02
XYZ40.172420.58197.6497
Yxy20.58190.58730.3009
Hunter Lab45.367378.667721.7598
CIE-Lab52.488880.021435.5581

#f90046 color RGB value is (249,0,70).

#f90046 hex color red value is 249, green value is 0 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #f90046 hue: 0.95 , saturation: 1.00 and the lightness value of f90046 is 0.49.

The process color (four color CMYK) of #f90046 color hex is 0.00, 1.00, 0.72, 0.02. Web safe color of #f90046 is #ff0033. Color #f90046 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000000 01000110
Octal 371 0 106
Decimal 249 0 70
Hex F9 0 46

RGB Percentages of Color #f90046

%78.06
%0.00
%21.94

CMYK Percentages of Color #f90046

%0
%100
%72
%2

Triadic Colors of #f90046

#f90046 #46f900 #0046f9

Analogous Colors of #f90046

#f90046 #f93600 #f900c3

Monochromatic Colors of #f90046

#f90046

Complementary Color

#f90046 #00f9b3

#f90046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90046 Color CSS Codes

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

#f90046 Text Font Color

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

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


#f90046 Background Color

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

This div background color is #f90046


#f90046 Border Color

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

This div border color is #f90046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90046

#f90046 Color Palettes


Comments

No comments written yet.

Please login to write comment.