Color Hex Logo

#f91258 Color Hex

#F91258
(249,18,88)
0 Favorites   0 Comments

Color spaces of #f91258

RGB 2491888
HSL0.950.950.52
HSV342°93°98°
CMYK 0.000.930.65   0.02
XYZ41.044721.276911.1761
Yxy21.27690.55840.2895
Hunter Lab46.126978.111117.9234
CIE-Lab53.251279.431825.7561

#f91258 color RGB value is (249,18,88).

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

The process color (four color CMYK) of #f91258 color hex is 0.00, 0.93, 0.65, 0.02. Web safe color of #f91258 is #ff0066. Color #f91258 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010010 01011000
Octal 371 22 130
Decimal 249 18 88
Hex F9 12 58

RGB Percentages of Color #f91258

%70.14
%5.07
%24.79

CMYK Percentages of Color #f91258

%0
%93
%65
%2

Triadic Colors of #f91258

#f91258 #58f912 #1258f9

Analogous Colors of #f91258

#f91258 #f94012 #f912cc

Monochromatic Colors of #f91258

#f91258

Complementary Color

#f91258 #12f9b3

#f91258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91258 Color CSS Codes

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

#f91258 Text Font Color

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

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


#f91258 Background Color

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

This div background color is #f91258


#f91258 Border Color

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

This div border color is #f91258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91258

Related Colors


Comments

No comments written yet.

Please login to write comment.