Color Hex Logo

#f913ce Color Hex

#F913CE
(249,19,206)
0 Favorites   0 Comments

Color spaces of #f913ce

RGB 24919206
HSL0.860.950.53
HSV311°92°98°
CMYK 0.000.920.17   0.02
XYZ50.440425.061760.5714
Yxy25.06170.37070.1842
Hunter Lab50.061792.2425-36.6939
CIE-Lab57.135589.5697-38.3917

#f913ce color RGB value is (249,19,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010011 11001110
Octal 371 23 316
Decimal 249 19 206
Hex F9 13 CE

RGB Percentages of Color #f913ce

%52.53
%4.01
%43.46

CMYK Percentages of Color #f913ce

%0
%92
%17
%2

Triadic Colors of #f913ce

#f913ce #cef913 #13cef9

Analogous Colors of #f913ce

#f913ce #f9135b #b113f9

Monochromatic Colors of #f913ce

#f913ce

Complementary Color

#f913ce #13f93e

#f913ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f913ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f913ce Color CSS Codes

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

#f913ce Text Font Color

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

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


#f913ce Background Color

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

This div background color is #f913ce


#f913ce Border Color

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

This div border color is #f913ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f913ce


Comments

No comments written yet.

Please login to write comment.