Color Hex Logo

#f914cd Color Hex

#F914CD
(249,20,205)
0 Favorites   0 Comments

Color spaces of #f914cd

RGB 24920205
HSL0.870.950.53
HSV312°92°98°
CMYK 0.000.920.18   0.02
XYZ50.336525.047859.9393
Yxy25.04780.37200.1851
Hunter Lab50.047891.9461-35.9747
CIE-Lab57.122089.3499-37.8408

#f914cd color RGB value is (249,20,205).

#f914cd hex color red value is 249, green value is 20 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f914cd hue: 0.87 , saturation: 0.95 and the lightness value of f914cd is 0.53.

The process color (four color CMYK) of #f914cd color hex is 0.00, 0.92, 0.18, 0.02. Web safe color of #f914cd is #ff00cc. Color #f914cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010100 11001101
Octal 371 24 315
Decimal 249 20 205
Hex F9 14 CD

RGB Percentages of Color #f914cd

%52.53
%4.22
%43.25

CMYK Percentages of Color #f914cd

%0
%92
%18
%2

Triadic Colors of #f914cd

#f914cd #cdf914 #14cdf9

Analogous Colors of #f914cd

#f914cd #f9145b #b314f9

Monochromatic Colors of #f914cd

#f914cd

Complementary Color

#f914cd #14f940

#f914cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f914cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f914cd Color CSS Codes

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

#f914cd Text Font Color

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

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


#f914cd Background Color

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

This div background color is #f914cd


#f914cd Border Color

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

This div border color is #f914cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f914cd

Related Colors


Comments

No comments written yet.

Please login to write comment.