Color Hex Logo

#f615cd Color Hex

#F615CD
(246,21,205)
0 Favorites   0 Comments

Color spaces of #f615cd

RGB 24621205
HSL0.860.930.52
HSV311°91°96°
CMYK 0.000.910.17   0.04
XYZ49.293624.536959.8956
Yxy24.53690.36860.1835
Hunter Lab49.534790.9453-37.0170
CIE-Lab56.621488.6942-38.6640

#f615cd color RGB value is (246,21,205).

#f615cd hex color red value is 246, green value is 21 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f615cd hue: 0.86 , saturation: 0.93 and the lightness value of f615cd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010101 11001101
Octal 366 25 315
Decimal 246 21 205
Hex F6 15 CD

RGB Percentages of Color #f615cd

%52.12
%4.45
%43.43

CMYK Percentages of Color #f615cd

%0
%91
%17
%4

Triadic Colors of #f615cd

#f615cd #cdf615 #15cdf6

Analogous Colors of #f615cd

#f615cd #f6155d #af15f6

Monochromatic Colors of #f615cd

#f615cd

Complementary Color

#f615cd #15f63e

#f615cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f615cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f615cd Color CSS Codes

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

#f615cd Text Font Color

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

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


#f615cd Background Color

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

This div background color is #f615cd


#f615cd Border Color

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

This div border color is #f615cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,21,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f615cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f615cd;
  -webkit-box-shadow: 1px 1px 3px 2px #f615cd;
  box-shadow:         1px 1px 3px 2px #f615cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,21,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f615cd

Related Colors


Comments

No comments written yet.

Please login to write comment.