Color Hex Logo

#f371ca Color Hex

#F371CA
(243,113,202)
0 Favorites   0 Comments

Color spaces of #f371ca

RGB 243113202
HSL0.890.840.70
HSV319°53°95°
CMYK 0.000.530.17   0.05
XYZ53.527935.129259.8365
Yxy35.12920.36050.2366
Hunter Lab59.269957.4848-18.3679
CIE-Lab65.849160.1075-22.7002

#f371ca color RGB value is (243,113,202).

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

The process color (four color CMYK) of #f371ca color hex is 0.00, 0.53, 0.17, 0.05. Web safe color of #f371ca is #ff66cc. Color #f371ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110001 11001010
Octal 363 161 312
Decimal 243 113 202
Hex F3 71 CA

RGB Percentages of Color #f371ca

%43.55
%20.25
%36.20

CMYK Percentages of Color #f371ca

%0
%53
%17
%5

Triadic Colors of #f371ca

#f371ca #caf371 #71caf3

Analogous Colors of #f371ca

#f371ca #f37189 #db71f3

Monochromatic Colors of #f371ca

#f371ca

Complementary Color

#f371ca #71f39a

#f371ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f371ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f371ca Color CSS Codes

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

#f371ca Text Font Color

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

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


#f371ca Background Color

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

This div background color is #f371ca


#f371ca Border Color

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

This div border color is #f371ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f371ca


Comments

No comments written yet.

Please login to write comment.