Color Hex Logo

#f556fb Color Hex

#F556FB
(245,86,251)
0 Favorites   0 Comments

Color spaces of #f556fb

RGB 24586251
HSL0.830.950.66
HSV298°66°98°
CMYK 0.020.660.00   0.02
XYZ58.396633.033194.5650
Yxy33.03310.31400.1776
Hunter Lab57.474480.7838-57.3201
CIE-Lab64.187779.4261-52.5637

#f556fb color RGB value is (245,86,251).

#f556fb hex color red value is 245, green value is 86 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f556fb hue: 0.83 , saturation: 0.95 and the lightness value of f556fb is 0.66.

The process color (four color CMYK) of #f556fb color hex is 0.02, 0.66, 0.00, 0.02. Web safe color of #f556fb is #ff66ff. Color #f556fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010110 11111011
Octal 365 126 373
Decimal 245 86 251
Hex F5 56 FB

RGB Percentages of Color #f556fb

%42.10
%14.78
%43.13

CMYK Percentages of Color #f556fb

%2
%66
%0
%2

Triadic Colors of #f556fb

#f556fb #fbf556 #56fbf5

Analogous Colors of #f556fb

#f556fb #fb56af #a356fb

Monochromatic Colors of #f556fb

#f556fb

Complementary Color

#f556fb #5cfb56

#f556fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f556fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f556fb Color CSS Codes

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

#f556fb Text Font Color

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

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


#f556fb Background Color

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

This div background color is #f556fb


#f556fb Border Color

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

This div border color is #f556fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f556fb

Related Colors


Comments

No comments written yet.

Please login to write comment.