Color Hex Logo

#f91593 Color Hex

#F91593
(249,21,147)
0 Favorites   0 Comments

Color spaces of #f91593

RGB 24921147
HSL0.910.950.53
HSV327°92°98°
CMYK 0.000.920.41   0.02
XYZ44.601522.782729.6505
Yxy22.78270.45960.2348
Hunter Lab47.731283.2661-3.4189
CIE-Lab54.847883.1657-7.4831

#f91593 color RGB value is (249,21,147).

#f91593 hex color red value is 249, green value is 21 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #f91593 hue: 0.91 , saturation: 0.95 and the lightness value of f91593 is 0.53.

The process color (four color CMYK) of #f91593 color hex is 0.00, 0.92, 0.41, 0.02. Web safe color of #f91593 is #ff0099. Color #f91593 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010101 10010011
Octal 371 25 223
Decimal 249 21 147
Hex F9 15 93

RGB Percentages of Color #f91593

%59.71
%5.04
%35.25

CMYK Percentages of Color #f91593

%0
%92
%41
%2

Triadic Colors of #f91593

#f91593 #93f915 #1593f9

Analogous Colors of #f91593

#f91593 #f91521 #ed15f9

Monochromatic Colors of #f91593

#f91593

Complementary Color

#f91593 #15f97b

#f91593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91593 Color CSS Codes

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

#f91593 Text Font Color

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

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


#f91593 Background Color

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

This div background color is #f91593


#f91593 Border Color

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

This div border color is #f91593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91593


Comments

No comments written yet.

Please login to write comment.