Color Hex Logo

#f595fb Color Hex

#F595FB
(245,149,251)
0 Favorites   0 Comments

Color spaces of #f595fb

RGB 245149251
HSL0.820.930.78
HSV296°41°98°
CMYK 0.020.410.00   0.02
XYZ65.816247.872497.0382
Yxy47.87240.31230.2272
Hunter Lab69.189948.7141-34.7208
CIE-Lab74.744451.2126-36.0117

#f595fb color RGB value is (245,149,251).

#f595fb hex color red value is 245, green value is 149 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f595fb hue: 0.82 , saturation: 0.93 and the lightness value of f595fb is 0.78.

The process color (four color CMYK) of #f595fb color hex is 0.02, 0.41, 0.00, 0.02. Web safe color of #f595fb is #ff99ff. Color #f595fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010101 11111011
Octal 365 225 373
Decimal 245 149 251
Hex F5 95 FB

RGB Percentages of Color #f595fb

%37.98
%23.10
%38.91

CMYK Percentages of Color #f595fb

%2
%41
%0
%2

Triadic Colors of #f595fb

#f595fb #fbf595 #95fbf5

Analogous Colors of #f595fb

#f595fb #fb95ce #c295fb

Monochromatic Colors of #f595fb

#f595fb

Complementary Color

#f595fb #9bfb95

#f595fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f595fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f595fb Color CSS Codes

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

#f595fb Text Font Color

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

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


#f595fb Background Color

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

This div background color is #f595fb


#f595fb Border Color

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

This div border color is #f595fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,149,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f595fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f595fb;
  -webkit-box-shadow: 1px 1px 3px 2px #f595fb;
  box-shadow:         1px 1px 3px 2px #f595fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,149,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f595fb

Related Colors


Comments

No comments written yet.

Please login to write comment.