Color Hex Logo

#f255fd Color Hex

#F255FD
(242,85,253)
0 Favorites   0 Comments

Color spaces of #f255fd

RGB 24285253
HSL0.820.980.66
HSV296°66°99°
CMYK 0.040.660.00   0.01
XYZ57.596132.466196.1594
Yxy32.46610.30930.1743
Hunter Lab56.979080.7198-60.1741
CIE-Lab63.726379.4639-54.4257

#f255fd color RGB value is (242,85,253).

#f255fd hex color red value is 242, green value is 85 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f255fd hue: 0.82 , saturation: 0.98 and the lightness value of f255fd is 0.66.

The process color (four color CMYK) of #f255fd color hex is 0.04, 0.66, 0.00, 0.01. Web safe color of #f255fd is #ff66ff. Color #f255fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010101 11111101
Octal 362 125 375
Decimal 242 85 253
Hex F2 55 FD

RGB Percentages of Color #f255fd

%41.72
%14.66
%43.62

CMYK Percentages of Color #f255fd

%4
%66
%0
%1

Triadic Colors of #f255fd

#f255fd #fdf255 #55fdf2

Analogous Colors of #f255fd

#f255fd #fd55b4 #9e55fd

Monochromatic Colors of #f255fd

#f255fd

Complementary Color

#f255fd #60fd55

#f255fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f255fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f255fd Color CSS Codes

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

#f255fd Text Font Color

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

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


#f255fd Background Color

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

This div background color is #f255fd


#f255fd Border Color

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

This div border color is #f255fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,85,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f255fd


Comments

No comments written yet.

Please login to write comment.