Color Hex Logo

#f90070 Color Hex

#F90070
(249,0,112)
0 Favorites   0 Comments

Color spaces of #f90070

RGB 2490112
HSL0.931.000.49
HSV333°100°98°
CMYK 0.001.000.55   0.02
XYZ41.991621.309617.2292
Yxy21.30960.52140.2646
Hunter Lab46.162381.588610.1848
CIE-Lab53.286782.163111.2836

#f90070 color RGB value is (249,0,112).

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

The process color (four color CMYK) of #f90070 color hex is 0.00, 1.00, 0.55, 0.02. Web safe color of #f90070 is #ff0066. Color #f90070 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000000 01110000
Octal 371 0 160
Decimal 249 0 112
Hex F9 0 70

RGB Percentages of Color #f90070

%68.98
%0.00
%31.02

CMYK Percentages of Color #f90070

%0
%100
%55
%2

Triadic Colors of #f90070

#f90070 #70f900 #0070f9

Analogous Colors of #f90070

#f90070 #f90c00 #f900ed

Monochromatic Colors of #f90070

#f90070

Complementary Color

#f90070 #00f989

#f90070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90070 Color CSS Codes

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

#f90070 Text Font Color

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

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


#f90070 Background Color

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

This div background color is #f90070


#f90070 Border Color

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

This div border color is #f90070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90070


Comments

No comments written yet.

Please login to write comment.