Color Hex Logo

#f918fb Color Hex

#F918FB
(249,24,251)
0 Favorites   0 Comments

Color spaces of #f918fb

RGB 24924251
HSL0.830.970.54
HSV299°90°98°
CMYK 0.010.900.00   0.02
XYZ56.806127.758093.6306
Yxy27.75800.31880.1558
Hunter Lab52.6859100.2591-68.4870
CIE-Lab59.669595.0066-59.7232

#f918fb color RGB value is (249,24,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011000 11111011
Octal 371 30 373
Decimal 249 24 251
Hex F9 18 FB

RGB Percentages of Color #f918fb

%47.52
%4.58
%47.90

CMYK Percentages of Color #f918fb

%1
%90
%0
%2

Triadic Colors of #f918fb

#f918fb #fbf918 #18fbf9

Analogous Colors of #f918fb

#f918fb #fb188c #8818fb

Monochromatic Colors of #f918fb

#f918fb

Complementary Color

#f918fb #1afb18

#f918fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f918fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f918fb Color CSS Codes

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

#f918fb Text Font Color

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

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


#f918fb Background Color

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

This div background color is #f918fb


#f918fb Border Color

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

This div border color is #f918fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f918fb

Related Colors


Comments

No comments written yet.

Please login to write comment.