Color Hex Logo

#f91070 Color Hex

#F91070
(249,16,112)
0 Favorites   0 Comments

Color spaces of #f91070

RGB 24916112
HSL0.930.950.52
HSV335°94°98°
CMYK 0.000.940.55   0.02
XYZ42.176821.680217.2910
Yxy21.68020.51980.2672
Hunter Lab46.562080.205410.5758
CIE-Lab53.686081.000811.8430

#f91070 color RGB value is (249,16,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010000 01110000
Octal 371 20 160
Decimal 249 16 112
Hex F9 10 70

RGB Percentages of Color #f91070

%66.05
%4.24
%29.71

CMYK Percentages of Color #f91070

%0
%94
%55
%2

Triadic Colors of #f91070

#f91070 #70f910 #1070f9

Analogous Colors of #f91070

#f91070 #f92410 #f910e5

Monochromatic Colors of #f91070

#f91070

Complementary Color

#f91070 #10f999

#f91070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91070 Color CSS Codes

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

#f91070 Text Font Color

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

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


#f91070 Background Color

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

This div background color is #f91070


#f91070 Border Color

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

This div border color is #f91070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91070


Comments

No comments written yet.

Please login to write comment.