Color Hex Logo

#f65abf Color Hex

#F65ABF
(246,90,191)
0 Favorites   0 Comments

Color spaces of #f65abf

RGB 24690191
HSL0.890.900.66
HSV321°63°96°
CMYK 0.000.630.22   0.04
XYZ51.066230.666752.5180
Yxy30.66670.38040.2284
Hunter Lab55.377567.6925-17.4642
CIE-Lab62.225369.2983-21.9770

#f65abf color RGB value is (246,90,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011010 10111111
Octal 366 132 277
Decimal 246 90 191
Hex F6 5A BF

RGB Percentages of Color #f65abf

%46.68
%17.08
%36.24

CMYK Percentages of Color #f65abf

%0
%63
%22
%4

Triadic Colors of #f65abf

#f65abf #bff65a #5abff6

Analogous Colors of #f65abf

#f65abf #f65a71 #df5af6

Monochromatic Colors of #f65abf

#f65abf

Complementary Color

#f65abf #5af691

#f65abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65abf Color CSS Codes

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

#f65abf Text Font Color

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

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


#f65abf Background Color

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

This div background color is #f65abf


#f65abf Border Color

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

This div border color is #f65abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65abf


Comments

No comments written yet.

Please login to write comment.