Color Hex Logo

#f86fcd Color Hex

#F86FCD
(248,111,205)
0 Favorites   0 Comments

Color spaces of #f86fcd

RGB 248111205
HSL0.890.910.70
HSV319°55°97°
CMYK 0.000.550.17   0.03
XYZ55.415335.733161.7341
Yxy35.73310.36250.2337
Hunter Lab59.777260.8650-19.3870
CIE-Lab66.315562.8944-23.6099

#f86fcd color RGB value is (248,111,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01101111 11001101
Octal 370 157 315
Decimal 248 111 205
Hex F8 6F CD

RGB Percentages of Color #f86fcd

%43.97
%19.68
%36.35

CMYK Percentages of Color #f86fcd

%0
%55
%17
%3

Triadic Colors of #f86fcd

#f86fcd #cdf86f #6fcdf8

Analogous Colors of #f86fcd

#f86fcd #f86f89 #df6ff8

Monochromatic Colors of #f86fcd

#f86fcd

Complementary Color

#f86fcd #6ff89a

#f86fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86fcd Color CSS Codes

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

#f86fcd Text Font Color

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

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


#f86fcd Background Color

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

This div background color is #f86fcd


#f86fcd Border Color

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

This div border color is #f86fcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,111,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86fcd


Comments

No comments written yet.

Please login to write comment.