Color Hex Logo

#f95291 Color Hex

#F95291
(249,82,145)
0 Favorites   0 Comments

Color spaces of #f95291

RGB 24982145
HSL0.940.930.65
HSV337°67°98°
CMYK 0.000.670.42   0.02
XYZ47.195028.218729.7474
Yxy28.21870.44880.2683
Hunter Lab53.121365.62413.9831
CIE-Lab60.085867.97771.4068

#f95291 color RGB value is (249,82,145).

#f95291 hex color red value is 249, green value is 82 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #f95291 hue: 0.94 , saturation: 0.93 and the lightness value of f95291 is 0.65.

The process color (four color CMYK) of #f95291 color hex is 0.00, 0.67, 0.42, 0.02. Web safe color of #f95291 is #ff6699. Color #f95291 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010010 10010001
Octal 371 122 221
Decimal 249 82 145
Hex F9 52 91

RGB Percentages of Color #f95291

%52.31
%17.23
%30.46

CMYK Percentages of Color #f95291

%0
%67
%42
%2

Triadic Colors of #f95291

#f95291 #91f952 #5291f9

Analogous Colors of #f95291

#f95291 #f96752 #f952e5

Monochromatic Colors of #f95291

#f95291

Complementary Color

#f95291 #52f9ba

#f95291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95291 Color CSS Codes

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

#f95291 Text Font Color

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

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


#f95291 Background Color

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

This div background color is #f95291


#f95291 Border Color

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

This div border color is #f95291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95291


Comments

No comments written yet.

Please login to write comment.