Color Hex Logo

#f905fb Color Hex

#F905FB
(249,5,251)
0 Favorites   0 Comments

Color spaces of #f905fb

RGB 2495251
HSL0.830.970.50
HSV300°98°98°
CMYK 0.010.980.00   0.02
XYZ56.533827.213393.5398
Yxy27.21330.31890.1535
Hunter Lab52.1664102.1531-69.7968
CIE-Lab59.171296.4801-60.5207

#f905fb color RGB value is (249,5,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000101 11111011
Octal 371 5 373
Decimal 249 5 251
Hex F9 5 FB

RGB Percentages of Color #f905fb

%49.31
%0.99
%49.70

CMYK Percentages of Color #f905fb

%1
%98
%0
%2

Triadic Colors of #f905fb

#f905fb #fbf905 #05fbf9

Analogous Colors of #f905fb

#f905fb #fb0582 #7e05fb

Monochromatic Colors of #f905fb

#f905fb

Complementary Color

#f905fb #07fb05

#f905fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f905fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f905fb Color CSS Codes

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

#f905fb Text Font Color

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

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


#f905fb Background Color

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

This div background color is #f905fb


#f905fb Border Color

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

This div border color is #f905fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f905fb

Related Colors


Comments

No comments written yet.

Please login to write comment.