Color Hex Logo

#f914fc Color Hex

#F914FC
(249,20,252)
0 Favorites   0 Comments

Color spaces of #f914fc

RGB 24920252
HSL0.830.970.53
HSV299°92°99°
CMYK 0.010.920.00   0.01
XYZ56.887827.668394.4377
Yxy27.66830.31780.1546
Hunter Lab52.6007100.9972-69.6271
CIE-Lab59.587995.5602-60.4088

#f914fc color RGB value is (249,20,252).

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

The process color (four color CMYK) of #f914fc color hex is 0.01, 0.92, 0.00, 0.01. Web safe color of #f914fc is #ff00ff. Color #f914fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010100 11111100
Octal 371 24 374
Decimal 249 20 252
Hex F9 14 FC

RGB Percentages of Color #f914fc

%47.79
%3.84
%48.37

CMYK Percentages of Color #f914fc

%1
%92
%0
%1

Triadic Colors of #f914fc

#f914fc #fcf914 #14fcf9

Analogous Colors of #f914fc

#f914fc #fc148b #8514fc

Monochromatic Colors of #f914fc

#f914fc

Complementary Color

#f914fc #17fc14

#f914fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f914fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f914fc Color CSS Codes

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

#f914fc Text Font Color

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

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


#f914fc Background Color

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

This div background color is #f914fc


#f914fc Border Color

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

This div border color is #f914fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f914fc

Related Colors


Comments

No comments written yet.

Please login to write comment.