color codes Logo

#f0868f color codes

#F0868F
(240,134,143)
0 Favorites   0 Comments

Color spaces of #f0868f

RGB 240134143
HSL0.990.780.73
HSV355°44°94°
CMYK 0.000.440.40   0.06
XYZ49.418237.558630.6315
Yxy37.55860.42020.3194
Hunter Lab61.285136.687513.2652
CIE-Lab67.694041.305513.2513

#f0868f color RGB value is (240,134,143).

#f0868f hex color red value is 240, green value is 134 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #f0868f hue: 0.99 , saturation: 0.78 and the lightness value of f0868f is 0.73.

The process color (four color CMYK) of #f0868f color code is 0.00, 0.44, 0.40, 0.06. Web safe color of #f0868f is #ff9999. Color #f0868f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000110 10001111
Octal 360 206 217
Decimal 240 134 143
Hex F0 86 8F

RGB Percentages of Color #f0868f

%46.42
%25.92
%27.66

CMYK Percentages of Color #f0868f

%0
%44
%40
%6

Triadic Colors of #f0868f

#f0868f #8ff086 #868ff0

Analogous Colors of #f0868f

#f0868f #f0b286 #f086c4

Monochromatic Colors of #f0868f

#f0868f

Complementary Color

#f0868f #86f0e7

#f0868f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0868f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0868f Color CSS Codes

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

#f0868f Text Font Color

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

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


#f0868f Background Color

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

This div background color is #f0868f


#f0868f Border Color

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

This div border color is #f0868f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,134,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f0868f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f0868f;
  -webkit-box-shadow: 1px 1px 3px 2px #f0868f;
  box-shadow:         1px 1px 3px 2px #f0868f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,134,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0868f


Comments

No comments written yet.

Please login to write comment.