Color Hex Logo

#f90045 Color Hex

#F90045
(249,0,69)
0 Favorites   0 Comments

Color spaces of #f90045

RGB 249069
HSL0.951.000.49
HSV343°100°98°
CMYK 0.001.000.72   0.02
XYZ40.141120.56947.4848
Yxy20.56940.58860.3016
Hunter Lab45.353578.616721.9627
CIE-Lab52.475079.983736.1315

#f90045 color RGB value is (249,0,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000000 01000101
Octal 371 0 105
Decimal 249 0 69
Hex F9 0 45

RGB Percentages of Color #f90045

%78.30
%0.00
%21.70

CMYK Percentages of Color #f90045

%0
%100
%72
%2

Triadic Colors of #f90045

#f90045 #45f900 #0045f9

Analogous Colors of #f90045

#f90045 #f93700 #f900c2

Monochromatic Colors of #f90045

#f90045

Complementary Color

#f90045 #00f9b4

#f90045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90045 Color CSS Codes

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

#f90045 Text Font Color

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

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


#f90045 Background Color

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

This div background color is #f90045


#f90045 Border Color

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

This div border color is #f90045


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90045

Related Colors


Comments

No comments written yet.

Please login to write comment.