Color Hex Logo

#f255ab Color Hex

#F255AB
(242,85,171)
0 Favorites   0 Comments

Color spaces of #f255ab

RGB 24285171
HSL0.910.860.64
HSV327°65°95°
CMYK 0.000.650.29   0.05
XYZ47.217128.314541.5047
Yxy28.31450.40340.2419
Hunter Lab53.211465.2720-8.9981
CIE-Lab60.171867.6688-13.6830

#f255ab color RGB value is (242,85,171).

#f255ab hex color red value is 242, green value is 85 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f255ab hue: 0.91 , saturation: 0.86 and the lightness value of f255ab is 0.64.

The process color (four color CMYK) of #f255ab color hex is 0.00, 0.65, 0.29, 0.05. Web safe color of #f255ab is #ff6699. Color #f255ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010101 10101011
Octal 362 125 253
Decimal 242 85 171
Hex F2 55 AB

RGB Percentages of Color #f255ab

%48.59
%17.07
%34.34

CMYK Percentages of Color #f255ab

%0
%65
%29
%5

Triadic Colors of #f255ab

#f255ab #abf255 #55abf2

Analogous Colors of #f255ab

#f255ab #f2555d #eb55f2

Monochromatic Colors of #f255ab

#f255ab

Complementary Color

#f255ab #55f29c

#f255ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f255ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f255ab Color CSS Codes

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

#f255ab Text Font Color

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

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


#f255ab Background Color

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

This div background color is #f255ab


#f255ab Border Color

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

This div border color is #f255ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f255ab


Comments

No comments written yet.

Please login to write comment.