Color Hex Logo

#f256ff Color Hex

#F256FF
(242,86,255)
0 Favorites   0 Comments

Color spaces of #f256ff

RGB 24286255
HSL0.821.000.67
HSV295°66°100°
CMYK 0.050.660.00   0.00
XYZ57.995732.752897.8730
Yxy32.75280.30750.1736
Hunter Lab57.230180.7354-61.3348
CIE-Lab63.960279.4316-55.1554

#f256ff color RGB value is (242,86,255).

#f256ff hex color red value is 242, green value is 86 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f256ff hue: 0.82 , saturation: 1.00 and the lightness value of f256ff is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010110 11111111
Octal 362 126 377
Decimal 242 86 255
Hex F2 56 FF

RGB Percentages of Color #f256ff

%41.51
%14.75
%43.74

CMYK Percentages of Color #f256ff

%5
%66
%0
%0

Triadic Colors of #f256ff

#f256ff #fff256 #56fff2

Analogous Colors of #f256ff

#f256ff #ff56b8 #9e56ff

Monochromatic Colors of #f256ff

#f256ff

Complementary Color

#f256ff #63ff56

#f256ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f256ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f256ff Color CSS Codes

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

#f256ff Text Font Color

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

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


#f256ff Background Color

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

This div background color is #f256ff


#f256ff Border Color

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

This div border color is #f256ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f256ff


Comments

No comments written yet.

Please login to write comment.