Color Hex Logo

#f217fb Color Hex

#F217FB
(242,23,251)
0 Favorites   0 Comments

Color spaces of #f217fb

RGB 24223251
HSL0.830.970.54
HSV298°91°98°
CMYK 0.040.910.00   0.02
XYZ54.336926.455193.5093
Yxy26.45510.31170.1518
Hunter Lab51.434598.5621-71.7866
CIE-Lab58.466593.9988-61.7150

#f217fb color RGB value is (242,23,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00010111 11111011
Octal 362 27 373
Decimal 242 23 251
Hex F2 17 FB

RGB Percentages of Color #f217fb

%46.90
%4.46
%48.64

CMYK Percentages of Color #f217fb

%4
%91
%0
%2

Triadic Colors of #f217fb

#f217fb #fbf217 #17fbf2

Analogous Colors of #f217fb

#f217fb #fb1792 #8017fb

Monochromatic Colors of #f217fb

#f217fb

Complementary Color

#f217fb #20fb17

#f217fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f217fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f217fb Color CSS Codes

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

#f217fb Text Font Color

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

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


#f217fb Background Color

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

This div background color is #f217fb


#f217fb Border Color

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

This div border color is #f217fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f217fb

Related Colors


Comments

No comments written yet.

Please login to write comment.