Color Hex Logo

#f05fcf Color Hex

#F05FCF
(240,95,207)
0 Favorites   0 Comments

Color spaces of #f05fcf

RGB 24095207
HSL0.870.830.66
HSV314°60°94°
CMYK 0.000.600.14   0.06
XYZ51.289931.214762.3532
Yxy31.21470.35410.2155
Hunter Lab55.870166.0939-27.0608
CIE-Lab62.688567.8944-30.4149

#f05fcf color RGB value is (240,95,207).

#f05fcf hex color red value is 240, green value is 95 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f05fcf hue: 0.87 , saturation: 0.83 and the lightness value of f05fcf is 0.66.

The process color (four color CMYK) of #f05fcf color hex is 0.00, 0.60, 0.14, 0.06. Web safe color of #f05fcf is #ff66cc. Color #f05fcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011111 11001111
Octal 360 137 317
Decimal 240 95 207
Hex F0 5F CF

RGB Percentages of Color #f05fcf

%44.28
%17.53
%38.19

CMYK Percentages of Color #f05fcf

%0
%60
%14
%6

Triadic Colors of #f05fcf

#f05fcf #cff05f #5fcff0

Analogous Colors of #f05fcf

#f05fcf #f05f87 #c95ff0

Monochromatic Colors of #f05fcf

#f05fcf

Complementary Color

#f05fcf #5ff080

#f05fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f05fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f05fcf Color CSS Codes

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

#f05fcf Text Font Color

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

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


#f05fcf Background Color

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

This div background color is #f05fcf


#f05fcf Border Color

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

This div border color is #f05fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f05fcf


Comments

No comments written yet.

Please login to write comment.