Color Hex Logo

#f571cf Color Hex

#F571CF
(245,113,207)
0 Favorites   0 Comments

Color spaces of #f571cf

RGB 245113207
HSL0.880.870.70
HSV317°54°96°
CMYK 0.000.540.16   0.04
XYZ54.823835.727763.0381
Yxy35.72770.35690.2326
Hunter Lab59.772759.1190-20.6882
CIE-Lab66.311361.4208-24.7745

#f571cf color RGB value is (245,113,207).

#f571cf hex color red value is 245, green value is 113 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f571cf hue: 0.88 , saturation: 0.87 and the lightness value of f571cf is 0.70.

The process color (four color CMYK) of #f571cf color hex is 0.00, 0.54, 0.16, 0.04. Web safe color of #f571cf is #ff66cc. Color #f571cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01110001 11001111
Octal 365 161 317
Decimal 245 113 207
Hex F5 71 CF

RGB Percentages of Color #f571cf

%43.36
%20.00
%36.64

CMYK Percentages of Color #f571cf

%0
%54
%16
%4

Triadic Colors of #f571cf

#f571cf #cff571 #71cff5

Analogous Colors of #f571cf

#f571cf #f5718d #d971f5

Monochromatic Colors of #f571cf

#f571cf

Complementary Color

#f571cf #71f597

#f571cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f571cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f571cf Color CSS Codes

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

#f571cf Text Font Color

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

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


#f571cf Background Color

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

This div background color is #f571cf


#f571cf Border Color

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

This div border color is #f571cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f571cf


Comments

No comments written yet.

Please login to write comment.