Color Hex Logo

#f86fca Color Hex

#F86FCA
(248,111,202)
0 Favorites   0 Comments

Color spaces of #f86fca

RGB 248111202
HSL0.890.910.70
HSV320°55°97°
CMYK 0.000.550.19   0.03
XYZ55.056535.589659.8448
Yxy35.58960.36580.2365
Hunter Lab59.657060.3350-17.7167
CIE-Lab66.205162.4665-22.0940

#f86fca color RGB value is (248,111,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01101111 11001010
Octal 370 157 312
Decimal 248 111 202
Hex F8 6F CA

RGB Percentages of Color #f86fca

%44.21
%19.79
%36.01

CMYK Percentages of Color #f86fca

%0
%55
%19
%3

Triadic Colors of #f86fca

#f86fca #caf86f #6fcaf8

Analogous Colors of #f86fca

#f86fca #f86f86 #e26ff8

Monochromatic Colors of #f86fca

#f86fca

Complementary Color

#f86fca #6ff89d

#f86fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86fca Color CSS Codes

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

#f86fca Text Font Color

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

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


#f86fca Background Color

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

This div background color is #f86fca


#f86fca Border Color

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

This div border color is #f86fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86fca


Comments

No comments written yet.

Please login to write comment.