Color Hex Logo

#f65fbc Color Hex

#F65FBC
(246,95,188)
0 Favorites   0 Comments

Color spaces of #f65fbc

RGB 24695188
HSL0.900.890.67
HSV323°61°96°
CMYK 0.000.610.24   0.04
XYZ51.175331.408150.9421
Yxy31.40810.38330.2352
Hunter Lab56.042964.9212-14.6636
CIE-Lab62.850666.8920-19.3140

#f65fbc color RGB value is (246,95,188).

#f65fbc hex color red value is 246, green value is 95 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f65fbc hue: 0.90 , saturation: 0.89 and the lightness value of f65fbc is 0.67.

The process color (four color CMYK) of #f65fbc color hex is 0.00, 0.61, 0.24, 0.04. Web safe color of #f65fbc is #ff66cc. Color #f65fbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011111 10111100
Octal 366 137 274
Decimal 246 95 188
Hex F6 5F BC

RGB Percentages of Color #f65fbc

%46.50
%17.96
%35.54

CMYK Percentages of Color #f65fbc

%0
%61
%24
%4

Triadic Colors of #f65fbc

#f65fbc #bcf65f #5fbcf6

Analogous Colors of #f65fbc

#f65fbc #f65f71 #e55ff6

Monochromatic Colors of #f65fbc

#f65fbc

Complementary Color

#f65fbc #5ff699

#f65fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65fbc Color CSS Codes

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

#f65fbc Text Font Color

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

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


#f65fbc Background Color

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

This div background color is #f65fbc


#f65fbc Border Color

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

This div border color is #f65fbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,95,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f65fbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f65fbc;
  -webkit-box-shadow: 1px 1px 3px 2px #f65fbc;
  box-shadow:         1px 1px 3px 2px #f65fbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,95,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65fbc


Comments

No comments written yet.

Please login to write comment.