Color Hex Logo

#f243ab Color Hex

#F243AB
(242,67,171)
0 Favorites   0 Comments

Color spaces of #f243ab

RGB 24267171
HSL0.900.870.61
HSV324°72°95°
CMYK 0.000.720.29   0.05
XYZ45.975825.831841.0909
Yxy25.83180.40720.2288
Hunter Lab50.825072.5256-12.3572
CIE-Lab57.877174.0590-17.1559

#f243ab color RGB value is (242,67,171).

#f243ab hex color red value is 242, green value is 67 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f243ab hue: 0.90 , saturation: 0.87 and the lightness value of f243ab is 0.61.

The process color (four color CMYK) of #f243ab color hex is 0.00, 0.72, 0.29, 0.05. Web safe color of #f243ab is #ff3399. Color #f243ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01000011 10101011
Octal 362 103 253
Decimal 242 67 171
Hex F2 43 AB

RGB Percentages of Color #f243ab

%50.42
%13.96
%35.63

CMYK Percentages of Color #f243ab

%0
%72
%29
%5

Triadic Colors of #f243ab

#f243ab #abf243 #43abf2

Analogous Colors of #f243ab

#f243ab #f24353 #e243f2

Monochromatic Colors of #f243ab

#f243ab

Complementary Color

#f243ab #43f28a

#f243ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f243ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f243ab Color CSS Codes

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

#f243ab Text Font Color

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

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


#f243ab Background Color

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

This div background color is #f243ab


#f243ab Border Color

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

This div border color is #f243ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f243ab


Comments

No comments written yet.

Please login to write comment.