Color Hex Logo

#f91976 Color Hex

#F91976
(249,25,118)
0 Favorites   0 Comments

Color spaces of #f91976

RGB 24925118
HSL0.930.950.54
HSV335°90°98°
CMYK 0.000.900.53   0.02
XYZ42.684622.143019.1638
Yxy22.14300.50820.2636
Hunter Lab47.056379.56798.7935
CIE-Lab54.178480.40308.9149

#f91976 color RGB value is (249,25,118).

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

The process color (four color CMYK) of #f91976 color hex is 0.00, 0.90, 0.53, 0.02. Web safe color of #f91976 is #ff0066. Color #f91976 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011001 01110110
Octal 371 31 166
Decimal 249 25 118
Hex F9 19 76

RGB Percentages of Color #f91976

%63.52
%6.38
%30.10

CMYK Percentages of Color #f91976

%0
%90
%53
%2

Triadic Colors of #f91976

#f91976 #76f919 #1976f9

Analogous Colors of #f91976

#f91976 #f92c19 #f919e6

Monochromatic Colors of #f91976

#f91976

Complementary Color

#f91976 #19f99c

#f91976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91976 Color CSS Codes

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

#f91976 Text Font Color

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

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


#f91976 Background Color

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

This div background color is #f91976


#f91976 Border Color

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

This div border color is #f91976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91976


Comments

No comments written yet.

Please login to write comment.