Color Hex Logo

#f914fb Color Hex

#F914FB
(249,20,251)
0 Favorites   0 Comments

Color spaces of #f914fb

RGB 24920251
HSL0.830.970.53
HSV299°92°98°
CMYK 0.010.920.00   0.02
XYZ56.729727.605193.6051
Yxy27.60510.31880.1551
Hunter Lab52.5406100.7861-68.8514
CIE-Lab59.530395.4177-59.9459

#f914fb color RGB value is (249,20,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010100 11111011
Octal 371 24 373
Decimal 249 20 251
Hex F9 14 FB

RGB Percentages of Color #f914fb

%47.88
%3.85
%48.27

CMYK Percentages of Color #f914fb

%1
%92
%0
%2

Triadic Colors of #f914fb

#f914fb #fbf914 #14fbf9

Analogous Colors of #f914fb

#f914fb #fb148a #8614fb

Monochromatic Colors of #f914fb

#f914fb

Complementary Color

#f914fb #16fb14

#f914fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f914fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f914fb Color CSS Codes

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

#f914fb Text Font Color

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

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


#f914fb Background Color

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

This div background color is #f914fb


#f914fb Border Color

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

This div border color is #f914fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f914fb


Comments

No comments written yet.

Please login to write comment.