Color Hex Logo

#f516ca Color Hex

#F516CA
(245,22,202)
0 Favorites   0 Comments

Color spaces of #f516ca

RGB 24522202
HSL0.870.920.52
HSV312°91°96°
CMYK 0.000.910.18   0.04
XYZ48.603824.250657.9962
Yxy24.25060.37140.1853
Hunter Lab49.244989.9976-35.3550
CIE-Lab56.337888.0338-37.4020

#f516ca color RGB value is (245,22,202).

#f516ca hex color red value is 245, green value is 22 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f516ca hue: 0.87 , saturation: 0.92 and the lightness value of f516ca is 0.52.

The process color (four color CMYK) of #f516ca color hex is 0.00, 0.91, 0.18, 0.04. Web safe color of #f516ca is #ff00cc. Color #f516ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010110 11001010
Octal 365 26 312
Decimal 245 22 202
Hex F5 16 CA

RGB Percentages of Color #f516ca

%52.24
%4.69
%43.07

CMYK Percentages of Color #f516ca

%0
%91
%18
%4

Triadic Colors of #f516ca

#f516ca #caf516 #16caf5

Analogous Colors of #f516ca

#f516ca #f5165a #b116f5

Monochromatic Colors of #f516ca

#f516ca

Complementary Color

#f516ca #16f541

#f516ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f516ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f516ca Color CSS Codes

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

#f516ca Text Font Color

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

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


#f516ca Background Color

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

This div background color is #f516ca


#f516ca Border Color

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

This div border color is #f516ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f516ca


Comments

No comments written yet.

Please login to write comment.