Color Hex Logo

#f918ff Color Hex

#F918FF
(249,24,255)
0 Favorites   0 Comments

Color spaces of #f918ff

RGB 24924255
HSL0.831.000.55
HSV298°91°100°
CMYK 0.020.910.00   0.00
XYZ57.443628.013096.9872
Yxy28.01300.31490.1535
Hunter Lab52.9273101.1086-71.5975
CIE-Lab59.900595.5806-61.5709

#f918ff color RGB value is (249,24,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011000 11111111
Octal 371 30 377
Decimal 249 24 255
Hex F9 18 FF

RGB Percentages of Color #f918ff

%47.16
%4.55
%48.30

CMYK Percentages of Color #f918ff

%2
%91
%0
%0

Triadic Colors of #f918ff

#f918ff #fff918 #18fff9

Analogous Colors of #f918ff

#f918ff #ff1892 #8618ff

Monochromatic Colors of #f918ff

#f918ff

Complementary Color

#f918ff #1eff18

#f918ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f918ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f918ff Color CSS Codes

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

#f918ff Text Font Color

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

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


#f918ff Background Color

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

This div background color is #f918ff


#f918ff Border Color

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

This div border color is #f918ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f918ff

Related Colors


Comments

No comments written yet.

Please login to write comment.