Color Hex Logo

#f565bf Color Hex

#F565BF
(245,101,191)
0 Favorites   0 Comments

Color spaces of #f565bf

RGB 245101191
HSL0.900.880.68
HSV323°59°96°
CMYK 0.000.590.22   0.04
XYZ51.713832.481452.8341
Yxy32.48140.37740.2370
Hunter Lab56.992562.2305-15.0693
CIE-Lab63.738864.4855-19.6815

#f565bf color RGB value is (245,101,191).

#f565bf hex color red value is 245, green value is 101 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f565bf hue: 0.90 , saturation: 0.88 and the lightness value of f565bf is 0.68.

The process color (four color CMYK) of #f565bf color hex is 0.00, 0.59, 0.22, 0.04. Web safe color of #f565bf is #ff66cc. Color #f565bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01100101 10111111
Octal 365 145 277
Decimal 245 101 191
Hex F5 65 BF

RGB Percentages of Color #f565bf

%45.62
%18.81
%35.57

CMYK Percentages of Color #f565bf

%0
%59
%22
%4

Triadic Colors of #f565bf

#f565bf #bff565 #65bff5

Analogous Colors of #f565bf

#f565bf #f56577 #e365f5

Monochromatic Colors of #f565bf

#f565bf

Complementary Color

#f565bf #65f59b

#f565bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f565bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f565bf Color CSS Codes

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

#f565bf Text Font Color

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

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


#f565bf Background Color

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

This div background color is #f565bf


#f565bf Border Color

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

This div border color is #f565bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f565bf


Comments

No comments written yet.

Please login to write comment.