Color Hex Logo

#f90646 Color Hex

#F90646
(249,6,70)
0 Favorites   0 Comments

Color spaces of #f90646

RGB 249670
HSL0.960.950.50
HSV344°98°98°
CMYK 0.000.980.72   0.02
XYZ40.237520.71227.6714
Yxy20.71220.58640.3018
Hunter Lab45.510778.174221.8634
CIE-Lab52.633179.602335.7288

#f90646 color RGB value is (249,6,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000110 01000110
Octal 371 6 106
Decimal 249 6 70
Hex F9 6 46

RGB Percentages of Color #f90646

%76.62
%1.85
%21.54

CMYK Percentages of Color #f90646

%0
%98
%72
%2

Triadic Colors of #f90646

#f90646 #46f906 #0646f9

Analogous Colors of #f90646

#f90646 #f94006 #f906c0

Monochromatic Colors of #f90646

#f90646

Complementary Color

#f90646 #06f9b9

#f90646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90646 Color CSS Codes

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

#f90646 Text Font Color

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

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


#f90646 Background Color

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

This div background color is #f90646


#f90646 Border Color

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

This div border color is #f90646


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,6,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 #f90646">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90646


Comments

No comments written yet.

Please login to write comment.