Color Hex Logo

#f86fcb Color Hex

#F86FCB
(248,111,203)
0 Favorites   0 Comments

Color spaces of #f86fcb

RGB 248111203
HSL0.890.910.70
HSV320°55°97°
CMYK 0.000.550.18   0.03
XYZ55.175335.637160.4705
Yxy35.63710.36470.2356
Hunter Lab59.696860.5107-18.2706
CIE-Lab66.241762.6085-22.5999

#f86fcb color RGB value is (248,111,203).

#f86fcb hex color red value is 248, green value is 111 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f86fcb hue: 0.89 , saturation: 0.91 and the lightness value of f86fcb is 0.70.

The process color (four color CMYK) of #f86fcb color hex is 0.00, 0.55, 0.18, 0.03. Web safe color of #f86fcb is #ff66cc. Color #f86fcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01101111 11001011
Octal 370 157 313
Decimal 248 111 203
Hex F8 6F CB

RGB Percentages of Color #f86fcb

%44.13
%19.75
%36.12

CMYK Percentages of Color #f86fcb

%0
%55
%18
%3

Triadic Colors of #f86fcb

#f86fcb #cbf86f #6fcbf8

Analogous Colors of #f86fcb

#f86fcb #f86f87 #e16ff8

Monochromatic Colors of #f86fcb

#f86fcb

Complementary Color

#f86fcb #6ff89c

#f86fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86fcb Color CSS Codes

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

#f86fcb Text Font Color

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

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


#f86fcb Background Color

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

This div background color is #f86fcb


#f86fcb Border Color

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

This div border color is #f86fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86fcb


Comments

No comments written yet.

Please login to write comment.