Color Hex Logo

#f91058 Color Hex

#F91058
(249,16,88)
0 Favorites   0 Comments

Color spaces of #f91058

RGB 2491688
HSL0.950.950.52
HSV341°94°98°
CMYK 0.000.940.65   0.02
XYZ41.013721.214911.1657
Yxy21.21490.55880.2891
Hunter Lab46.059678.340617.8688
CIE-Lab53.183979.626825.6690

#f91058 color RGB value is (249,16,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010000 01011000
Octal 371 20 130
Decimal 249 16 88
Hex F9 10 58

RGB Percentages of Color #f91058

%70.54
%4.53
%24.93

CMYK Percentages of Color #f91058

%0
%94
%65
%2

Triadic Colors of #f91058

#f91058 #58f910 #1058f9

Analogous Colors of #f91058

#f91058 #f93d10 #f910cd

Monochromatic Colors of #f91058

#f91058

Complementary Color

#f91058 #10f9b1

#f91058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91058 Color CSS Codes

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

#f91058 Text Font Color

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

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


#f91058 Background Color

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

This div background color is #f91058


#f91058 Border Color

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

This div border color is #f91058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91058


Comments

No comments written yet.

Please login to write comment.