Color Hex Logo

#f914ce Color Hex

#F914CE
(249,20,206)
0 Favorites   0 Comments

Color spaces of #f914ce

RGB 24920206
HSL0.860.950.53
HSV311°92°98°
CMYK 0.000.920.17   0.02
XYZ50.457725.096360.5772
Yxy25.09630.37070.1844
Hunter Lab50.096292.1197-36.6271
CIE-Lab57.169189.4710-38.3389

#f914ce color RGB value is (249,20,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010100 11001110
Octal 371 24 316
Decimal 249 20 206
Hex F9 14 CE

RGB Percentages of Color #f914ce

%52.42
%4.21
%43.37

CMYK Percentages of Color #f914ce

%0
%92
%17
%2

Triadic Colors of #f914ce

#f914ce #cef914 #14cef9

Analogous Colors of #f914ce

#f914ce #f9145c #b214f9

Monochromatic Colors of #f914ce

#f914ce

Complementary Color

#f914ce #14f93f

#f914ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f914ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f914ce Color CSS Codes

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

#f914ce Text Font Color

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

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


#f914ce Background Color

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

This div background color is #f914ce


#f914ce Border Color

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

This div border color is #f914ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,20,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f914ce


Comments

No comments written yet.

Please login to write comment.