Color Hex Logo

#f75fcf Color Hex

#F75FCF
(247,95,207)
0 Favorites   0 Comments

Color spaces of #f75fcf

RGB 24795207
HSL0.880.900.67
HSV316°62°97°
CMYK 0.000.620.16   0.03
XYZ53.712532.463662.4666
Yxy32.46360.36140.2184
Hunter Lab56.976868.5638-25.1189
CIE-Lab63.724269.7407-28.7298

#f75fcf color RGB value is (247,95,207).

#f75fcf hex color red value is 247, green value is 95 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f75fcf hue: 0.88 , saturation: 0.90 and the lightness value of f75fcf is 0.67.

The process color (four color CMYK) of #f75fcf color hex is 0.00, 0.62, 0.16, 0.03. Web safe color of #f75fcf is #ff66cc. Color #f75fcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01011111 11001111
Octal 367 137 317
Decimal 247 95 207
Hex F7 5F CF

RGB Percentages of Color #f75fcf

%44.99
%17.30
%37.70

CMYK Percentages of Color #f75fcf

%0
%62
%16
%3

Triadic Colors of #f75fcf

#f75fcf #cff75f #5fcff7

Analogous Colors of #f75fcf

#f75fcf #f75f83 #d35ff7

Monochromatic Colors of #f75fcf

#f75fcf

Complementary Color

#f75fcf #5ff787

#f75fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f75fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f75fcf Color CSS Codes

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

#f75fcf Text Font Color

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

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


#f75fcf Background Color

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

This div background color is #f75fcf


#f75fcf Border Color

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

This div border color is #f75fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f75fcf

Related Colors


Comments

No comments written yet.

Please login to write comment.