Color Hex Logo

#f65fcb Color Hex

#F65FCB
(246,95,203)
0 Favorites   0 Comments

Color spaces of #f65fcb

RGB 24695203
HSL0.880.890.67
HSV317°61°96°
CMYK 0.000.610.17   0.04
XYZ52.877732.089059.9068
Yxy32.08900.36500.2215
Hunter Lab56.647267.4896-23.0487
CIE-Lab63.416468.9148-26.9588

#f65fcb color RGB value is (246,95,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011111 11001011
Octal 366 137 313
Decimal 246 95 203
Hex F6 5F CB

RGB Percentages of Color #f65fcb

%45.22
%17.46
%37.32

CMYK Percentages of Color #f65fcb

%0
%61
%17
%4

Triadic Colors of #f65fcb

#f65fcb #cbf65f #5fcbf6

Analogous Colors of #f65fcb

#f65fcb #f65f80 #d65ff6

Monochromatic Colors of #f65fcb

#f65fcb

Complementary Color

#f65fcb #5ff68a

#f65fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65fcb Color CSS Codes

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

#f65fcb Text Font Color

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

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


#f65fcb Background Color

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

This div background color is #f65fcb


#f65fcb Border Color

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

This div border color is #f65fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65fcb


Comments

No comments written yet.

Please login to write comment.